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

Unified Diff: runtime/vm/flag_list.h

Issue 2119633002: Remove support for pretenuring as it is not fully implemented and is currently turned on for a very… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address self review changes. Created 4 years, 6 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 | « runtime/vm/code_generator.cc ('k') | runtime/vm/heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flag_list.h
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
index a6e91c5f5f0d116cd86f8a7347a4191f6c92790b..c22e43c598760c84ccc7d2a0990a226f9e2e89bd 100644
--- a/runtime/vm/flag_list.h
+++ b/runtime/vm/flag_list.h
@@ -132,12 +132,6 @@ P(precompiled_mode, bool, false, \
"Precompilation compiler mode") \
C(precompiled_runtime, true, false, bool, false, \
"Precompiled runtime mode") \
-R(pretenure_all, false, bool, false, \
- "Global pretenuring (for testing).") \
-P(pretenure_interval, int, 10, \
- "Back off pretenuring after this many cycles.") \
-P(pretenure_threshold, int, 98, \
- "Trigger pretenuring when this many percent are promoted.") \
R(print_ssa_liveness, false, bool, false, \
"Print liveness for ssa variables.") \
R(print_ssa_liveranges, false, bool, false, \
« no previous file with comments | « runtime/vm/code_generator.cc ('k') | runtime/vm/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698