RESOLVED FIXED 93685
WebCore::findAtomicString(PropertyName) always convert the name to 16bits
https://bugs.webkit.org/show_bug.cgi?id=93685
Summary WebCore::findAtomicString(PropertyName) always convert the name to 16bits
Benjamin Poulain
Reported 2012-08-09 21:30:44 PDT
PropertyName is generally 8bits, we should not convert the string.
Attachments
Patch (8.39 KB, patch)
2012-08-09 21:43 PDT, Benjamin Poulain
no flags
Patch (8.11 KB, patch)
2012-08-10 12:27 PDT, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2012-08-09 21:43:20 PDT
Benjamin Poulain
Comment 2 2012-08-09 21:44:51 PDT
According to DTrace this is only ~8 microseconds per call, but hopefully this will save some memory.
Geoffrey Garen
Comment 3 2012-08-09 21:56:54 PDT
Comment on attachment 157634 [details] Patch r=me
Build Bot
Comment 4 2012-08-09 22:14:35 PDT
Benjamin Poulain
Comment 5 2012-08-10 12:27:05 PDT
Benjamin Poulain
Comment 6 2012-08-11 14:12:41 PDT
Note You need to log in before you can comment on or make changes to this bug.