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

Unified Diff: src/flag-definitions.h

Issue 2498163003: Revert of [serializer] print use count of external references. (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
« no previous file with comments | « src/external-reference-table.cc ('k') | src/snapshot/serializer-common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index fedcaa5978429c2dae7ba610a5002d6281a3fdb0..cf63f338028126ddcf2af6e921a67005ce3c5758 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -627,10 +627,6 @@
DEFINE_BOOL(serialize_eager, false, "compile eagerly when caching scripts")
DEFINE_BOOL(serialize_age_code, false, "pre age code in the code cache")
DEFINE_BOOL(trace_serializer, false, "print code serializer trace")
-#ifdef DEBUG
-DEFINE_BOOL(external_reference_stats, false,
- "print statistics on external references used during serialization")
-#endif // DEBUG
// compiler.cc
DEFINE_INT(min_preparse_length, 1024,
« no previous file with comments | « src/external-reference-table.cc ('k') | src/snapshot/serializer-common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698