Bug 74015

Summary: Non-Mac devices should benefit from a larger heap
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch none

Description Filip Pizlo 2011-12-07 11:44:50 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2011-12-07 11:46:45 PST
Created attachment 118245 [details]
the patch
Comment 2 Geoffrey Garen 2011-12-07 11:50:11 PST
Comment on attachment 118245 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=118245&action=review

r=me

> Source/JavaScriptCore/heap/Heap.cpp:48
> +static const size_t largeHeapSize = 16 * 1024 * 1024;

Should be 8MB.
Comment 3 Filip Pizlo 2011-12-07 11:52:23 PST
Landed in http://trac.webkit.org/changeset/102261
Comment 4 Filip Pizlo 2011-12-07 11:52:32 PST
Comment on attachment 118245 [details]
the patch

Clearing flags.