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

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

Issue 1457683003: [turbofan] Initial support for escape analysis. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years 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
« no previous file with comments | « test/unittests/unittests.gyp ('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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 '../../src/compiler/common-operator.h', 491 '../../src/compiler/common-operator.h',
492 '../../src/compiler/control-builders.cc', 492 '../../src/compiler/control-builders.cc',
493 '../../src/compiler/control-builders.h', 493 '../../src/compiler/control-builders.h',
494 '../../src/compiler/control-equivalence.cc', 494 '../../src/compiler/control-equivalence.cc',
495 '../../src/compiler/control-equivalence.h', 495 '../../src/compiler/control-equivalence.h',
496 '../../src/compiler/control-flow-optimizer.cc', 496 '../../src/compiler/control-flow-optimizer.cc',
497 '../../src/compiler/control-flow-optimizer.h', 497 '../../src/compiler/control-flow-optimizer.h',
498 '../../src/compiler/dead-code-elimination.cc', 498 '../../src/compiler/dead-code-elimination.cc',
499 '../../src/compiler/dead-code-elimination.h', 499 '../../src/compiler/dead-code-elimination.h',
500 '../../src/compiler/diamond.h', 500 '../../src/compiler/diamond.h',
501 '../../src/compiler/escape-analysis.cc',
502 '../../src/compiler/escape-analysis.h',
503 "../../src/compiler/escape-analysis-reducer.cc",
504 "../../src/compiler/escape-analysis-reducer.h",
501 '../../src/compiler/frame.cc', 505 '../../src/compiler/frame.cc',
502 '../../src/compiler/frame.h', 506 '../../src/compiler/frame.h',
503 '../../src/compiler/frame-elider.cc', 507 '../../src/compiler/frame-elider.cc',
504 '../../src/compiler/frame-elider.h', 508 '../../src/compiler/frame-elider.h',
505 "../../src/compiler/frame-states.cc", 509 "../../src/compiler/frame-states.cc",
506 "../../src/compiler/frame-states.h", 510 "../../src/compiler/frame-states.h",
507 '../../src/compiler/gap-resolver.cc', 511 '../../src/compiler/gap-resolver.cc',
508 '../../src/compiler/gap-resolver.h', 512 '../../src/compiler/gap-resolver.h',
509 '../../src/compiler/graph-reducer.cc', 513 '../../src/compiler/graph-reducer.cc',
510 '../../src/compiler/graph-reducer.h', 514 '../../src/compiler/graph-reducer.h',
(...skipping 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 }], 2115 }],
2112 ['want_separate_host_toolset==1', { 2116 ['want_separate_host_toolset==1', {
2113 'toolsets': ['host'], 2117 'toolsets': ['host'],
2114 }, { 2118 }, {
2115 'toolsets': ['target'], 2119 'toolsets': ['target'],
2116 }], 2120 }],
2117 ], 2121 ],
2118 }, 2122 },
2119 ], 2123 ],
2120 } 2124 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698