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

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

Issue 1391903002: [turbofan] Separate JSInliningHeuristic into own class. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 5 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
« 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-frame-specialization.cc', 519 '../../src/compiler/js-frame-specialization.cc',
520 '../../src/compiler/js-frame-specialization.h', 520 '../../src/compiler/js-frame-specialization.h',
521 '../../src/compiler/js-generic-lowering.cc', 521 '../../src/compiler/js-generic-lowering.cc',
522 '../../src/compiler/js-generic-lowering.h', 522 '../../src/compiler/js-generic-lowering.h',
523 '../../src/compiler/js-global-specialization.cc', 523 '../../src/compiler/js-global-specialization.cc',
524 '../../src/compiler/js-global-specialization.h', 524 '../../src/compiler/js-global-specialization.h',
525 '../../src/compiler/js-graph.cc', 525 '../../src/compiler/js-graph.cc',
526 '../../src/compiler/js-graph.h', 526 '../../src/compiler/js-graph.h',
527 '../../src/compiler/js-inlining.cc', 527 '../../src/compiler/js-inlining.cc',
528 '../../src/compiler/js-inlining.h', 528 '../../src/compiler/js-inlining.h',
529 '../../src/compiler/js-inlining-heuristic.cc',
530 '../../src/compiler/js-inlining-heuristic.h',
529 '../../src/compiler/js-intrinsic-lowering.cc', 531 '../../src/compiler/js-intrinsic-lowering.cc',
530 '../../src/compiler/js-intrinsic-lowering.h', 532 '../../src/compiler/js-intrinsic-lowering.h',
531 '../../src/compiler/js-operator.cc', 533 '../../src/compiler/js-operator.cc',
532 '../../src/compiler/js-operator.h', 534 '../../src/compiler/js-operator.h',
533 '../../src/compiler/js-type-feedback.cc', 535 '../../src/compiler/js-type-feedback.cc',
534 '../../src/compiler/js-type-feedback.h', 536 '../../src/compiler/js-type-feedback.h',
535 '../../src/compiler/js-type-feedback-lowering.cc', 537 '../../src/compiler/js-type-feedback-lowering.cc',
536 '../../src/compiler/js-type-feedback-lowering.h', 538 '../../src/compiler/js-type-feedback-lowering.h',
537 '../../src/compiler/js-typed-lowering.cc', 539 '../../src/compiler/js-typed-lowering.cc',
538 '../../src/compiler/js-typed-lowering.h', 540 '../../src/compiler/js-typed-lowering.h',
(...skipping 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 }], 2092 }],
2091 ['want_separate_host_toolset==1', { 2093 ['want_separate_host_toolset==1', {
2092 'toolsets': ['host'], 2094 'toolsets': ['host'],
2093 }, { 2095 }, {
2094 'toolsets': ['target'], 2096 'toolsets': ['target'],
2095 }], 2097 }],
2096 ], 2098 ],
2097 }, 2099 },
2098 ], 2100 ],
2099 } 2101 }
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