RESOLVED FIXED 15337
Efficiently handle regexp property identifiers for 19% speedup on Celtic Kane regexp test
https://bugs.webkit.org/show_bug.cgi?id=15337
Summary Efficiently handle regexp property identifiers for 19% speedup on Celtic Kane...
Maciej Stachowiak
Reported 2007-10-01 22:13:59 PDT
The Celtic Kane regexp benchmark spends a lot of its time making Identifiers for a lot of the custom properties kept on RegExp related objects. It would work much better to use the CommonIdentifiers technique for these.
Attachments
speedup patch (5.40 KB, patch)
2007-10-01 22:52 PDT, Maciej Stachowiak
mrowe: review+
Maciej Stachowiak
Comment 1 2007-10-01 22:52:28 PDT
Created attachment 16495 [details] speedup patch
Mark Rowe (bdash)
Comment 2 2007-10-02 02:24:25 PDT
Comment on attachment 16495 [details] speedup patch r=me
Note You need to log in before you can comment on or make changes to this bug.