Bug 54062 - Use a vector to track blocks in the Heap, instead of hand-rolled vector-like code
Summary: Use a vector to track blocks in the Heap, instead of hand-rolled vector-like ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-08 21:49 PST by Geoffrey Garen
Modified: 2011-02-08 21:59 PST (History)
0 users

See Also:


Attachments
Patch (11.57 KB, patch)
2011-02-08 21:53 PST, Geoffrey Garen
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2011-02-08 21:49:05 PST
Use a vector to track blocks in the Heap, instead of hand-rolled vector-like code
Comment 1 Geoffrey Garen 2011-02-08 21:53:18 PST
Created attachment 81748 [details]
Patch
Comment 2 Geoffrey Garen 2011-02-08 21:59:10 PST
Committed r78017: <http://trac.webkit.org/changeset/78017>