RESOLVED FIXED 4417
speed up JavaScript with some small changes to the property map code
https://bugs.webkit.org/show_bug.cgi?id=4417
Summary speed up JavaScript with some small changes to the property map code
Darin Adler
Reported 2005-08-13 22:45:09 PDT
I did some analysis of JavaScript iBench performance, and found some speedups. This one is an improvement of a couple functions related to property maps, including inlining the default constructor.
Attachments
patch to inline default constructor and improve some property map functions (1.64 KB, patch)
2005-08-13 22:45 PDT, Darin Adler
mjs: review+
Darin Adler
Comment 1 2005-08-13 22:45:46 PDT
Created attachment 3365 [details] patch to inline default constructor and improve some property map functions
Darin Adler
Comment 2 2005-08-13 23:01:10 PDT
I measured a 2% improvement to the benchmark with this patch.
Note You need to log in before you can comment on or make changes to this bug.