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

Unified Diff: src/flag-definitions.h

Issue 10795: Fixes to RegExp-IA32. (Closed)
Patch Set: Created 12 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 33a3655b152bd0669cb0109c5d24118634ef6a0e..d6d2c47b1cfa60f8d74ceca40aa7d3a0dcc01678 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -296,6 +296,10 @@ DEFINE_bool(collect_heap_spill_statistics, false,
"report heap spill statistics along with heap_stats "
"(requires heap_stats)")
+// irregexp
+DEFINE_bool(trace_regexp_assembler, false,
Erik Corry 2008/11/27 13:04:36 presumably this only exists in debug mode. While y
+ "trace Irregexp macro assembler calls.")
+
//
// Logging and profiling only flags
//
« no previous file with comments | « src/assembler-ia32.cc ('k') | src/jsregexp.cc » ('j') | src/regexp-macro-assembler-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698