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

Unified Diff: include/v8.h

Issue 1000523003: Revert of Track how many pages trigger fallback strategies in GC (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: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 51bf38f20316e7ed5590d8c55155f6c166641780..a44b094f4ee06accc4004634277df9622eda2e63 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -5063,7 +5063,7 @@
};
/**
- * Features reported via the SetUseCounterCallback callback. Do not change
+ * Features reported via the SetUseCounterCallback callback. Do not chang
* assigned numbers of existing items; add new features to the end of this
* list.
*/
@@ -5071,9 +5071,6 @@
kUseAsm = 0,
kBreakIterator = 1,
kLegacyConst = 2,
- kMarkDequeOverflow = 3,
- kStoreBufferOverflow = 4,
- kSlotsBufferOverflow = 5,
kUseCounterFeatureCount // This enum value must be last.
};
« 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