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

Unified Diff: src/flag-definitions.h

Issue 2435023002: Use a different map to distinguish eval contexts (Closed)
Patch Set: Clean up test Created 4 years 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 0667735e59acafc10b0fbb27c3b20d724ec5f6b7..e6d6baa7670ae76889d98976d6a09d17f42992a4 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -1136,6 +1136,9 @@ DEFINE_BOOL(test_secondary_stub_cache, false,
DEFINE_BOOL(test_primary_stub_cache, false,
"test primary stub cache by disabling the secondary one")
+DEFINE_BOOL(test_small_max_function_context_stub_size, false,
adamk 2016/12/14 12:23:31 Can you elaborate on why a flag was needed here? D
Dan Ehrenberg 2016/12/14 22:53:31 Yes, I found that it consistently made my Z620 run
adamk 2016/12/15 08:46:52 Don't think you need to add a comment, this respon
+ "enable testing the function context size overflow path "
+ "by making the maximum size smaller")
// codegen-ia32.cc / codegen-arm.cc
DEFINE_BOOL(print_code, false, "print generated code")

Powered by Google App Engine
This is Rietveld 408576698