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

Unified 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 side-by-side diff with in-line comments
Download patch
« src/compiler.cc ('K') | « src/interpreter/interpreter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 89fbaf3d8f3804acd555a712ae8b5d3707851ade..a1750d689b9d8194ea092fbb4029d92887dc3141 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -443,6 +443,8 @@
'ast/ast-value-factory.h',
'ast/ast.cc',
'ast/ast.h',
+ 'ast/collect-eager-literals.cc',
+ 'ast/collect-eager-literals.h',
'ast/compile-time-value.cc',
'ast/compile-time-value.h',
'ast/context-slot-cache.cc',
« 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