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

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

Issue 1417043006: [turbofan] Split JSGlobalObjectSpecialization into separate class. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 | « src/compiler/pipeline.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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 '../../src/compiler/js-builtin-reducer.cc', 519 '../../src/compiler/js-builtin-reducer.cc',
520 '../../src/compiler/js-builtin-reducer.h', 520 '../../src/compiler/js-builtin-reducer.h',
521 '../../src/compiler/js-context-relaxation.cc', 521 '../../src/compiler/js-context-relaxation.cc',
522 '../../src/compiler/js-context-relaxation.h', 522 '../../src/compiler/js-context-relaxation.h',
523 '../../src/compiler/js-context-specialization.cc', 523 '../../src/compiler/js-context-specialization.cc',
524 '../../src/compiler/js-context-specialization.h', 524 '../../src/compiler/js-context-specialization.h',
525 '../../src/compiler/js-frame-specialization.cc', 525 '../../src/compiler/js-frame-specialization.cc',
526 '../../src/compiler/js-frame-specialization.h', 526 '../../src/compiler/js-frame-specialization.h',
527 '../../src/compiler/js-generic-lowering.cc', 527 '../../src/compiler/js-generic-lowering.cc',
528 '../../src/compiler/js-generic-lowering.h', 528 '../../src/compiler/js-generic-lowering.h',
529 '../../src/compiler/js-global-object-specialization.cc',
530 '../../src/compiler/js-global-object-specialization.h',
529 '../../src/compiler/js-graph.cc', 531 '../../src/compiler/js-graph.cc',
530 '../../src/compiler/js-graph.h', 532 '../../src/compiler/js-graph.h',
531 '../../src/compiler/js-inlining.cc', 533 '../../src/compiler/js-inlining.cc',
532 '../../src/compiler/js-inlining.h', 534 '../../src/compiler/js-inlining.h',
533 '../../src/compiler/js-inlining-heuristic.cc', 535 '../../src/compiler/js-inlining-heuristic.cc',
534 '../../src/compiler/js-inlining-heuristic.h', 536 '../../src/compiler/js-inlining-heuristic.h',
535 '../../src/compiler/js-intrinsic-lowering.cc', 537 '../../src/compiler/js-intrinsic-lowering.cc',
536 '../../src/compiler/js-intrinsic-lowering.h', 538 '../../src/compiler/js-intrinsic-lowering.h',
537 '../../src/compiler/js-native-context-specialization.cc', 539 '../../src/compiler/js-native-context-specialization.cc',
538 '../../src/compiler/js-native-context-specialization.h', 540 '../../src/compiler/js-native-context-specialization.h',
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
2097 }], 2099 }],
2098 ['want_separate_host_toolset==1', { 2100 ['want_separate_host_toolset==1', {
2099 'toolsets': ['host'], 2101 'toolsets': ['host'],
2100 }, { 2102 }, {
2101 'toolsets': ['target'], 2103 'toolsets': ['target'],
2102 }], 2104 }],
2103 ], 2105 ],
2104 }, 2106 },
2105 ], 2107 ],
2106 } 2108 }
OLDNEW
« no previous file with comments | « src/compiler/pipeline.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698