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

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

Issue 547233003: [turbofan] Machine operators are globally shared singletons. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Next windows fix. Created 6 years, 3 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/cctest/compiler/test-simplified-lowering.cc ('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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 '../../src/compiler/js-inlining.cc', 419 '../../src/compiler/js-inlining.cc',
420 '../../src/compiler/js-inlining.h', 420 '../../src/compiler/js-inlining.h',
421 '../../src/compiler/js-operator.h', 421 '../../src/compiler/js-operator.h',
422 '../../src/compiler/js-typed-lowering.cc', 422 '../../src/compiler/js-typed-lowering.cc',
423 '../../src/compiler/js-typed-lowering.h', 423 '../../src/compiler/js-typed-lowering.h',
424 '../../src/compiler/linkage-impl.h', 424 '../../src/compiler/linkage-impl.h',
425 '../../src/compiler/linkage.cc', 425 '../../src/compiler/linkage.cc',
426 '../../src/compiler/linkage.h', 426 '../../src/compiler/linkage.h',
427 '../../src/compiler/machine-operator-reducer.cc', 427 '../../src/compiler/machine-operator-reducer.cc',
428 '../../src/compiler/machine-operator-reducer.h', 428 '../../src/compiler/machine-operator-reducer.h',
429 '../../src/compiler/machine-operator.cc',
429 '../../src/compiler/machine-operator.h', 430 '../../src/compiler/machine-operator.h',
430 '../../src/compiler/machine-type.cc', 431 '../../src/compiler/machine-type.cc',
431 '../../src/compiler/machine-type.h', 432 '../../src/compiler/machine-type.h',
432 '../../src/compiler/node-aux-data-inl.h', 433 '../../src/compiler/node-aux-data-inl.h',
433 '../../src/compiler/node-aux-data.h', 434 '../../src/compiler/node-aux-data.h',
434 '../../src/compiler/node-cache.cc', 435 '../../src/compiler/node-cache.cc',
435 '../../src/compiler/node-cache.h', 436 '../../src/compiler/node-cache.h',
436 '../../src/compiler/node-matchers.h', 437 '../../src/compiler/node-matchers.h',
437 '../../src/compiler/node-properties-inl.h', 438 '../../src/compiler/node-properties-inl.h',
438 '../../src/compiler/node-properties.h', 439 '../../src/compiler/node-properties.h',
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 }], 1644 }],
1644 ['v8_compress_startup_data=="bz2"', { 1645 ['v8_compress_startup_data=="bz2"', {
1645 'libraries': [ 1646 'libraries': [
1646 '-lbz2', 1647 '-lbz2',
1647 ] 1648 ]
1648 }], 1649 }],
1649 ], 1650 ],
1650 }, 1651 },
1651 ], 1652 ],
1652 } 1653 }
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-simplified-lowering.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698