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

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

Issue 1502243002: [Interpreter] Local flow control in the bytecode graph builder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Incorporate comments by mstarzinger on patchet 10. 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/cctest/interpreter/test-bytecode-generator.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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 '../../src/compiler/all-nodes.cc', 467 '../../src/compiler/all-nodes.cc',
468 '../../src/compiler/all-nodes.h', 468 '../../src/compiler/all-nodes.h',
469 '../../src/compiler/ast-graph-builder.cc', 469 '../../src/compiler/ast-graph-builder.cc',
470 '../../src/compiler/ast-graph-builder.h', 470 '../../src/compiler/ast-graph-builder.h',
471 '../../src/compiler/ast-loop-assignment-analyzer.cc', 471 '../../src/compiler/ast-loop-assignment-analyzer.cc',
472 '../../src/compiler/ast-loop-assignment-analyzer.h', 472 '../../src/compiler/ast-loop-assignment-analyzer.h',
473 '../../src/compiler/basic-block-instrumentor.cc', 473 '../../src/compiler/basic-block-instrumentor.cc',
474 '../../src/compiler/basic-block-instrumentor.h', 474 '../../src/compiler/basic-block-instrumentor.h',
475 '../../src/compiler/branch-elimination.cc', 475 '../../src/compiler/branch-elimination.cc',
476 '../../src/compiler/branch-elimination.h', 476 '../../src/compiler/branch-elimination.h',
477 '../../src/compiler/bytecode-branch-analysis.cc',
478 '../../src/compiler/bytecode-branch-analysis.h',
477 '../../src/compiler/bytecode-graph-builder.cc', 479 '../../src/compiler/bytecode-graph-builder.cc',
478 '../../src/compiler/bytecode-graph-builder.h', 480 '../../src/compiler/bytecode-graph-builder.h',
479 '../../src/compiler/change-lowering.cc', 481 '../../src/compiler/change-lowering.cc',
480 '../../src/compiler/change-lowering.h', 482 '../../src/compiler/change-lowering.h',
481 '../../src/compiler/c-linkage.cc', 483 '../../src/compiler/c-linkage.cc',
482 '../../src/compiler/coalesced-live-ranges.cc', 484 '../../src/compiler/coalesced-live-ranges.cc',
483 '../../src/compiler/coalesced-live-ranges.h', 485 '../../src/compiler/coalesced-live-ranges.h',
484 '../../src/compiler/code-generator-impl.h', 486 '../../src/compiler/code-generator-impl.h',
485 '../../src/compiler/code-generator.cc', 487 '../../src/compiler/code-generator.cc',
486 '../../src/compiler/code-generator.h', 488 '../../src/compiler/code-generator.h',
(...skipping 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after
2102 }], 2104 }],
2103 ['want_separate_host_toolset==1', { 2105 ['want_separate_host_toolset==1', {
2104 'toolsets': ['host'], 2106 'toolsets': ['host'],
2105 }, { 2107 }, {
2106 'toolsets': ['target'], 2108 'toolsets': ['target'],
2107 }], 2109 }],
2108 ], 2110 ],
2109 }, 2111 },
2110 ], 2112 ],
2111 } 2113 }
OLDNEW
« no previous file with comments | « test/cctest/interpreter/test-bytecode-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698