Remove harmful string->function cache
Created attachment 177884 [details] Patch
Comment on attachment 177884 [details] Patch Yay to any patch with more red than green ;-)
Committed r136860: <http://trac.webkit.org/changeset/136860>
Comment on attachment 177884 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=177884&action=review > Source/JavaScriptCore/ChangeLog:9 > + Remove the string->function code cache that turned out to actually > + be quite harmful. Harmful to what? Performance? Correctness?
(In reply to comment #4) > (From update of attachment 177884 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=177884&action=review > > > Source/JavaScriptCore/ChangeLog:9 > > + Remove the string->function code cache that turned out to actually > > + be quite harmful. > > Harmful to what? Performance? Correctness? Performance, it was an in browser memory and cpu usage regression in jsbench and membuster.