RESOLVED FIXED73174
Change set 101187 from bug 73154 removed already lower case optimization
https://bugs.webkit.org/show_bug.cgi?id=73174
Summary Change set 101187 from bug 73154 removed already lower case optimization
Michael Saboff
Reported 2011-11-27 13:53:41 PST
The patch landed in <http://trac.webkit.org/changeset/101187> did not include the prior "is already lower case" optimization.
Attachments
Patch (1.44 KB, patch)
2011-11-27 13:59 PST, Michael Saboff
ggaren: review+
Michael Saboff
Comment 1 2011-11-27 13:59:26 PST
Geoffrey Garen
Comment 2 2011-11-28 11:45:56 PST
Comment on attachment 116679 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=116679&action=review r=me with one change below. > Source/JavaScriptCore/runtime/StringPrototype.cpp:1196 > + return JSValue::encode(jsString(exec, UString(lower))); lower.release() is the idiom for avoiding refcount churn here.
Michael Saboff
Comment 3 2011-11-28 13:42:54 PST
Note You need to log in before you can comment on or make changes to this bug.