RESOLVED FIXED Bug 15335
Cache global prototypes more efficiently for 10% speedup on CK AJAX benchmark
https://bugs.webkit.org/show_bug.cgi?id=15335
Summary Cache global prototypes more efficiently for 10% speedup on CK AJAX benchmark
Maciej Stachowiak
Reported 2007-10-01 12:01:44 PDT
We can get a 10% speedup on the "AJAX declaration" part of the Celtic Kane JS benchmark by not regenerating the Identifier every time we look up a cached DOM prototype.
Attachments
sweet sweet fix (1.39 KB, patch)
2007-10-01 21:51 PDT, Maciej Stachowiak
mrowe: review+
Maciej Stachowiak
Comment 1 2007-10-01 21:51:10 PDT
Created attachment 16493 [details] sweet sweet fix
Mark Rowe (bdash)
Comment 2 2007-10-02 02:22:38 PDT
Comment on attachment 16493 [details] sweet sweet fix r=me
Note You need to log in before you can comment on or make changes to this bug.