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

Unified Diff: src/flag-definitions.h

Issue 2488403003: Add v8_os_page_size flag for cross compilation (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 41e0c43e0650edb83c1e9af836ef3022193d4507..e774716cbe3eb320e69482ab38d5ca9da48607bb 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -1019,8 +1019,9 @@ DEFINE_BOOL(collect_heap_spill_statistics, false,
"(requires heap_stats)")
DEFINE_BOOL(trace_live_bytes, false,
"trace incrementing and resetting of live bytes")
-
DEFINE_BOOL(trace_isolates, false, "trace isolate state changes")
+DEFINE_INT(target_os_page_size, 0,
+ "override os page size when generating snapshot")
// Regexp
DEFINE_BOOL(regexp_possessive_quantifier, false,

Powered by Google App Engine
This is Rietveld 408576698