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

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

Issue 613683002: [turbofan] Some javascript operators are globally shared singletons. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE 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/cctest/compiler/test-machine-operator-reducer.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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 '../../src/compiler/js-builtin-reducer.cc', 424 '../../src/compiler/js-builtin-reducer.cc',
425 '../../src/compiler/js-builtin-reducer.h', 425 '../../src/compiler/js-builtin-reducer.h',
426 '../../src/compiler/js-context-specialization.cc', 426 '../../src/compiler/js-context-specialization.cc',
427 '../../src/compiler/js-context-specialization.h', 427 '../../src/compiler/js-context-specialization.h',
428 '../../src/compiler/js-generic-lowering.cc', 428 '../../src/compiler/js-generic-lowering.cc',
429 '../../src/compiler/js-generic-lowering.h', 429 '../../src/compiler/js-generic-lowering.h',
430 '../../src/compiler/js-graph.cc', 430 '../../src/compiler/js-graph.cc',
431 '../../src/compiler/js-graph.h', 431 '../../src/compiler/js-graph.h',
432 '../../src/compiler/js-inlining.cc', 432 '../../src/compiler/js-inlining.cc',
433 '../../src/compiler/js-inlining.h', 433 '../../src/compiler/js-inlining.h',
434 '../../src/compiler/js-operator.cc',
434 '../../src/compiler/js-operator.h', 435 '../../src/compiler/js-operator.h',
435 '../../src/compiler/js-typed-lowering.cc', 436 '../../src/compiler/js-typed-lowering.cc',
436 '../../src/compiler/js-typed-lowering.h', 437 '../../src/compiler/js-typed-lowering.h',
437 '../../src/compiler/linkage-impl.h', 438 '../../src/compiler/linkage-impl.h',
438 '../../src/compiler/linkage.cc', 439 '../../src/compiler/linkage.cc',
439 '../../src/compiler/linkage.h', 440 '../../src/compiler/linkage.h',
440 '../../src/compiler/machine-operator-reducer.cc', 441 '../../src/compiler/machine-operator-reducer.cc',
441 '../../src/compiler/machine-operator-reducer.h', 442 '../../src/compiler/machine-operator-reducer.h',
442 '../../src/compiler/machine-operator.cc', 443 '../../src/compiler/machine-operator.cc',
443 '../../src/compiler/machine-operator.h', 444 '../../src/compiler/machine-operator.h',
(...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 }], 1682 }],
1682 ['v8_compress_startup_data=="bz2"', { 1683 ['v8_compress_startup_data=="bz2"', {
1683 'libraries': [ 1684 'libraries': [
1684 '-lbz2', 1685 '-lbz2',
1685 ] 1686 ]
1686 }], 1687 }],
1687 ], 1688 ],
1688 }, 1689 },
1689 ], 1690 ],
1690 } 1691 }
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-machine-operator-reducer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698