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

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

Issue 927213002: [Oilpan] Set stack limit using estimated sizes (Re-land) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Work for comments Created 5 years, 10 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 | Source/platform/heap/StackFrameDepth.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/HeapTest.cpp
diff --git a/Source/platform/heap/HeapTest.cpp b/Source/platform/heap/HeapTest.cpp
index 3cfbc5357d5efa316d8e47d287330a358c4c8172..7b2cf8c962c7d16db04726b466252ee31a7c9cd7 100644
--- a/Source/platform/heap/HeapTest.cpp
+++ b/Source/platform/heap/HeapTest.cpp
@@ -5476,7 +5476,7 @@ TEST(HeapTest, TraceDeepEagerly)
{
#if !ENABLE(ASSERT)
DeepEagerly* obj = nullptr;
- for (int i = 0; i < 10000; i++)
+ for (int i = 0; i < 2000000; i++)
obj = new DeepEagerly(obj);
Persistent<DeepEagerly> persistent(obj);
« no previous file with comments | « no previous file | Source/platform/heap/StackFrameDepth.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698