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

Unified Diff: src/heap/incremental-marking.h

Issue 1849613004: [heap] Remove unused no marking scope. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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/incremental-marking.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/incremental-marking.h
diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
index 1e75a177f8a40eb3b240bf23b59ee90c1a3a37e0..859ef603efa7669cdfb7a94af78b95fc59b57c8e 100644
--- a/src/heap/incremental-marking.h
+++ b/src/heap/incremental-marking.h
@@ -194,10 +194,6 @@ class IncrementalMarking {
void NotifyOfHighPromotionRate();
- void EnterNoMarkingScope() { no_marking_scope_depth_++; }
-
- void LeaveNoMarkingScope() { no_marking_scope_depth_--; }
-
void NotifyIncompleteScanOfObject(int unscanned_bytes) {
unscanned_bytes_of_large_object_ = unscanned_bytes;
}
@@ -291,8 +287,6 @@ class IncrementalMarking {
intptr_t write_barriers_invoked_since_last_step_;
size_t idle_marking_delay_counter_;
- int no_marking_scope_depth_;
-
int unscanned_bytes_of_large_object_;
bool was_activated_;
« no previous file with comments | « no previous file | src/heap/incremental-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698