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

Unified Diff: src/flag-definitions.h

Issue 1033453005: Revert of Filter invalid slots out from the SlotsBuffer after marking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | src/heap/mark-compact.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 58d5ae5f31ec6b033097e7f7c035d08b0b15397a..4f38985992d3c96b98fe55b24e2f547bfa1ce45c 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -766,11 +766,6 @@
"stress the GC compactor to flush out bugs (implies "
"--force_marking_deque_overflows)")
-DEFINE_BOOL(manual_evacuation_candidates_selection, false,
- "Test mode only flag. It allows an unit test to select evacuation "
- "candidates pages (requires --stress_compaction).")
-
-
//
// Dev shell flags
//
« no previous file with comments | « no previous file | src/heap/mark-compact.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698