Bug 99222 - Make CopiedSpace and MarkedSpace regions independent
Summary: Make CopiedSpace and MarkedSpace regions independent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 17:30 PDT by Mark Hahnenberg
Modified: 2012-10-15 10:47 PDT (History)
1 user (show)

See Also:


Attachments
Patch (15.16 KB, patch)
2012-10-13 14:19 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2012-10-12 17:30:35 PDT
Right now CopiedSpace and MarkedSpace have the same block size and share the same regions, but there's no reason that they can't have different block sizes while still sharing the same underlying regions. We should factor the two "used" lists of regions apart so that MarkedBlocks and CopiedBlocks can be different sizes. Regions will still be a uniform size so that when they become empty they may be shared between the CopiedSpace and the MarkedSpace, since benchmarks indicate that sharing is a boon for performance.
Comment 1 Mark Hahnenberg 2012-10-13 14:19:27 PDT
Created attachment 168566 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-15 10:47:48 PDT
Comment on attachment 168566 [details]
Patch

Clearing flags on attachment: 168566

Committed r131321: <http://trac.webkit.org/changeset/131321>
Comment 3 WebKit Review Bot 2012-10-15 10:47:50 PDT
All reviewed patches have been landed.  Closing bug.