Bug 74015 - Non-Mac devices should benefit from a larger heap
Summary: Non-Mac devices should benefit from a larger heap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 11:44 PST by Filip Pizlo
Modified: 2011-12-07 11:52 PST (History)
0 users

See Also:


Attachments
the patch (2.34 KB, patch)
2011-12-07 11:46 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.