RESOLVED FIXED26031
InputElement still uses more memory than needed
https://bugs.webkit.org/show_bug.cgi?id=26031
Summary InputElement still uses more memory than needed
Nikolas Zimmermann
Reported 2009-05-26 14:50:11 PDT
Instead of storing Element and InputElement pointers in InputElementData these pointers can just be provided by the callee of the static functions. No need to waste memory for that. OptionElement/ScriptElement/.. have the same problem. I'm going to fix them all.
Attachments
Initial patch (27.01 KB, patch)
2009-05-26 15:02 PDT, Nikolas Zimmermann
staikos: review+
Nikolas Zimmermann
Comment 1 2009-05-26 15:02:28 PDT
Created attachment 30684 [details] Initial patch No regressions.
Nikolas Zimmermann
Comment 2 2009-05-27 05:25:51 PDT
Landed in r44187.
Note You need to log in before you can comment on or make changes to this bug.