Bug 23026

Summary: Move the deleted offsets vector into the PropertyMap
Product: WebKit Reporter: Sam Weinig <sam>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch oliver: review+

Sam Weinig
Reported 2008-12-29 15:12:04 PST
It is both rare to have deleted offsets and you are guaranteed to have a PropertMap if you have one, moving the Vector into the hashtable's struct would be a win for memory.
Attachments
patch (6.94 KB, patch)
2008-12-29 15:14 PST, Sam Weinig
oliver: review+
Sam Weinig
Comment 1 2008-12-29 15:14:33 PST
Oliver Hunt
Comment 2 2008-12-29 16:09:30 PST
Comment on attachment 26304 [details] patch r=me, assuming perf is good
Sam Weinig
Comment 3 2008-12-29 16:29:05 PST
Landed in r39502.
Note You need to log in before you can comment on or make changes to this bug.