RESOLVED FIXED 15791
change property map data structure for less memory use, better speed
https://bugs.webkit.org/show_bug.cgi?id=15791
Summary change property map data structure for less memory use, better speed
Darin Adler
Reported 2007-11-02 05:48:54 PDT
This optimization is giving me a 0.8% speed-up on SunSpider, although it does slow down bitwise-and because that is almost exclusively a test of unoptimized global variable access.
Attachments
patch (37.31 KB, patch)
2007-11-02 06:52 PDT, Darin Adler
mjs: review+
Darin Adler
Comment 1 2007-11-02 06:52:44 PDT
Maciej Stachowiak
Comment 2 2007-11-02 17:43:49 PDT
Comment on attachment 16992 [details] patch r=me
Darin Adler
Comment 3 2007-11-02 17:58:02 PDT
Committed revision 27387.
Note You need to log in before you can comment on or make changes to this bug.