Bug 54062

Summary: Use a vector to track blocks in the Heap, instead of hand-rolled vector-like code
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

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>