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

Unified Diff: Source/platform/heap/HeapTest.cpp

Issue 818253005: Oilpan: Query stack frame register instead of manual bookkeeping (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: haraken review Created 5 years, 11 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
Index: Source/platform/heap/HeapTest.cpp
diff --git a/Source/platform/heap/HeapTest.cpp b/Source/platform/heap/HeapTest.cpp
index adac6c1dad3c5eee4b1a039b7fbe1db529510cac..ce804e81d2d1f1709c01c9c3bad7150797402a12 100644
--- a/Source/platform/heap/HeapTest.cpp
+++ b/Source/platform/heap/HeapTest.cpp
@@ -239,6 +239,7 @@ public:
: Visitor(Visitor::GenericVisitorType)
, m_count(0)
{
+ configureEagerTraceLimit();
}
virtual void mark(const void* object, TraceCallback) override

Powered by Google App Engine
This is Rietveld 408576698