RESOLVED FIXED 4416
speed up JavaScript with some improvements to the garbage collector
https://bugs.webkit.org/show_bug.cgi?id=4416
Summary speed up JavaScript with some improvements to the garbage collector
Darin Adler
Reported 2005-08-13 22:41:29 PDT
I did some analysis of JavaScript iBench performance, and found some speedups. This one is an improvement of the garbage collector code.
Attachments
patch to improve inner loops in the garbage collector; use global variables less (11.41 KB, patch)
2005-08-13 22:42 PDT, Darin Adler
mjs: review+
Darin Adler
Comment 1 2005-08-13 22:42:40 PDT
Created attachment 3364 [details] patch to improve inner loops in the garbage collector; use global variables less
Darin Adler
Comment 2 2005-08-13 22:44:40 PDT
I'm seeing at least a 2% improvement with this change.
Darin Adler
Comment 3 2005-08-14 01:54:57 PDT
Comment on attachment 3364 [details] patch to improve inner loops in the garbage collector; use global variables less In my own copy of the patch, I changed MAX back to max.
Note You need to log in before you can comment on or make changes to this bug.