RESOLVED INVALID 20829
Minor optimization to JSObject putDirect
https://bugs.webkit.org/show_bug.cgi?id=20829
Summary Minor optimization to JSObject putDirect
James Berry
Reported 2008-09-13 09:13:24 PDT
Attached patch makes a minor optimization to putDirect, passing the constant value inlineStorageCapacity to allocatePropertyStorage rather than recomputing that value.
Attachments
Patch to JSObject.h (1.18 KB, patch)
2008-09-13 09:16 PDT, James Berry
no flags
James Berry
Comment 1 2008-09-13 09:16:38 PDT
Created attachment 23395 [details] Patch to JSObject.h
Gavin Barraclough
Comment 2 2011-09-10 00:52:39 PDT
Not sure why this was never landed - looks like it was fine, but the code has changed a lot since then, doesn't look like this is applicable any more.
Note You need to log in before you can comment on or make changes to this bug.