RESOLVED FIXED 23026
Move the deleted offsets vector into the PropertyMap
https://bugs.webkit.org/show_bug.cgi?id=23026
Summary Move the deleted offsets vector into the PropertyMap
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.