RESOLVED DUPLICATE of bug 4435 4418
speed up JavaScript by inlining and tightening Identifier code
https://bugs.webkit.org/show_bug.cgi?id=4418
Summary speed up JavaScript by inlining and tightening Identifier code
Darin Adler
Reported 2005-08-13 22:47:15 PDT
I did some analysis of JavaScript iBench performance, and found some speedups. This one is an improvement in handling of Identifier, with some additional inlining and changing the rules about reference counting for UString::Rep to cut down on updating the reference counts.
Attachments
Maciej Stachowiak
Comment 1 2005-08-14 17:38:32 PDT
Should there be a patch here?
Darin Adler
Comment 2 2005-08-14 21:15:54 PDT
*** This bug has been marked as a duplicate of 4435 ***
Note You need to log in before you can comment on or make changes to this bug.