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

Side by Side Diff: src/v8.gyp

Issue 2399463008: Create multiple compilation jobs for ignition if compiling multiple literals (Closed)
Patch Set: updates Created 4 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
« src/compiler.cc ('K') | « src/interpreter/interpreter.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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'ast/ast-numbering.cc', 436 'ast/ast-numbering.cc',
437 'ast/ast-numbering.h', 437 'ast/ast-numbering.h',
438 'ast/ast-traversal-visitor.h', 438 'ast/ast-traversal-visitor.h',
439 'ast/ast-type-bounds.h', 439 'ast/ast-type-bounds.h',
440 'ast/ast-types.cc', 440 'ast/ast-types.cc',
441 'ast/ast-types.h', 441 'ast/ast-types.h',
442 'ast/ast-value-factory.cc', 442 'ast/ast-value-factory.cc',
443 'ast/ast-value-factory.h', 443 'ast/ast-value-factory.h',
444 'ast/ast.cc', 444 'ast/ast.cc',
445 'ast/ast.h', 445 'ast/ast.h',
446 'ast/collect-eager-literals.cc',
447 'ast/collect-eager-literals.h',
446 'ast/compile-time-value.cc', 448 'ast/compile-time-value.cc',
447 'ast/compile-time-value.h', 449 'ast/compile-time-value.h',
448 'ast/context-slot-cache.cc', 450 'ast/context-slot-cache.cc',
449 'ast/context-slot-cache.h', 451 'ast/context-slot-cache.h',
450 'ast/modules.cc', 452 'ast/modules.cc',
451 'ast/modules.h', 453 'ast/modules.h',
452 'ast/prettyprinter.cc', 454 'ast/prettyprinter.cc',
453 'ast/prettyprinter.h', 455 'ast/prettyprinter.h',
454 'ast/scopeinfo.cc', 456 'ast/scopeinfo.cc',
455 'ast/scopes.cc', 457 'ast/scopes.cc',
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2468 'conditions': [ 2470 'conditions': [
2469 ['want_separate_host_toolset_mkpeephole==1', { 2471 ['want_separate_host_toolset_mkpeephole==1', {
2470 'toolsets': ['host'], 2472 'toolsets': ['host'],
2471 }, { 2473 }, {
2472 'toolsets': ['target'], 2474 'toolsets': ['target'],
2473 }], 2475 }],
2474 ], 2476 ],
2475 }, 2477 },
2476 ], 2478 ],
2477 } 2479 }
OLDNEW
« src/compiler.cc ('K') | « src/interpreter/interpreter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698