Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Side by Side Diff: tools/gyp/v8.gyp

Issue 661923002: Implement graph trimming in ControlReducer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Use Deque. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 '../../src/compiler/change-lowering.cc', 394 '../../src/compiler/change-lowering.cc',
395 '../../src/compiler/change-lowering.h', 395 '../../src/compiler/change-lowering.h',
396 '../../src/compiler/code-generator-impl.h', 396 '../../src/compiler/code-generator-impl.h',
397 '../../src/compiler/code-generator.cc', 397 '../../src/compiler/code-generator.cc',
398 '../../src/compiler/code-generator.h', 398 '../../src/compiler/code-generator.h',
399 '../../src/compiler/common-node-cache.h', 399 '../../src/compiler/common-node-cache.h',
400 '../../src/compiler/common-operator.cc', 400 '../../src/compiler/common-operator.cc',
401 '../../src/compiler/common-operator.h', 401 '../../src/compiler/common-operator.h',
402 '../../src/compiler/control-builders.cc', 402 '../../src/compiler/control-builders.cc',
403 '../../src/compiler/control-builders.h', 403 '../../src/compiler/control-builders.h',
404 '../../src/compiler/control-reducer.cc',
405 '../../src/compiler/control-reducer.h',
404 '../../src/compiler/frame.h', 406 '../../src/compiler/frame.h',
405 '../../src/compiler/gap-resolver.cc', 407 '../../src/compiler/gap-resolver.cc',
406 '../../src/compiler/gap-resolver.h', 408 '../../src/compiler/gap-resolver.h',
407 '../../src/compiler/generic-algorithm-inl.h', 409 '../../src/compiler/generic-algorithm-inl.h',
408 '../../src/compiler/generic-algorithm.h', 410 '../../src/compiler/generic-algorithm.h',
409 '../../src/compiler/generic-graph.h', 411 '../../src/compiler/generic-graph.h',
410 '../../src/compiler/generic-node-inl.h', 412 '../../src/compiler/generic-node-inl.h',
411 '../../src/compiler/generic-node.h', 413 '../../src/compiler/generic-node.h',
412 '../../src/compiler/graph-builder.cc', 414 '../../src/compiler/graph-builder.cc',
413 '../../src/compiler/graph-builder.h', 415 '../../src/compiler/graph-builder.h',
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 }], 1721 }],
1720 ['v8_compress_startup_data=="bz2"', { 1722 ['v8_compress_startup_data=="bz2"', {
1721 'libraries': [ 1723 'libraries': [
1722 '-lbz2', 1724 '-lbz2',
1723 ] 1725 ]
1724 }], 1726 }],
1725 ], 1727 ],
1726 }, 1728 },
1727 ], 1729 ],
1728 } 1730 }
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698