Bug 101411 - WeakBlocks should be HeapBlocks
Summary: WeakBlocks should be HeapBlocks
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-11-06 16:45 PST by Mark Hahnenberg
Modified: 2012-11-07 15:35 PST (History)
1 user (show)

See Also:


Attachments
Patch (7.01 KB, patch)
2012-11-06 17:02 PST, 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-11-06 16:45:55 PST
Currently WeakBlocks use fastMalloc memory. They are very similar to the other HeapBlocks, however, so we should change them to being allocated with the BlockAllocator.
Comment 1 Mark Hahnenberg 2012-11-06 17:02:13 PST
Created attachment 172679 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-07 15:34:59 PST
Comment on attachment 172679 [details]
Patch

Clearing flags on attachment: 172679

Committed r133812: <http://trac.webkit.org/changeset/133812>
Comment 3 WebKit Review Bot 2012-11-07 15:35:01 PST
All reviewed patches have been landed.  Closing bug.