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

Unified Diff: src/base.isolate

Issue 1827143002: Revert of [Interpreter] Remove separate Ignition snapshot. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « build/toolchain.gypi ('k') | src/interpreter/interpreter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base.isolate
diff --git a/src/base.isolate b/src/base.isolate
index 8422ec7b60f70c5eade51b11397c64e6c8c40369..b51de01ac759d50b4f2b4cbe6e56b3815a001417 100644
--- a/src/base.isolate
+++ b/src/base.isolate
@@ -19,6 +19,13 @@
'files': [
'<(PRODUCT_DIR)/natives_blob.bin',
'<(PRODUCT_DIR)/snapshot_blob.bin',
+ ],
+ },
+ }],
+ ['v8_use_snapshot=="true" and v8_use_external_startup_data==1 and v8_separate_ignition_snapshot==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/snapshot_blob_ignition.bin',
],
},
}],
« no previous file with comments | « build/toolchain.gypi ('k') | src/interpreter/interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698