RESOLVED FIXED 23054
Caching of global lookups occurs even when the global object has become a dictionary
https://bugs.webkit.org/show_bug.cgi?id=23054
Summary Caching of global lookups occurs even when the global object has become a dic...
Cameron Zwarich (cpst)
Reported 2008-12-31 01:44:36 PST
Both Interpreter::resolveGlobal() and Interpreter::cti_op_resolve_global() will cache even when the global object has transitioned to being a dictionary. This is incorrect.
Attachments
Proposed patch (4.53 KB, patch)
2008-12-31 02:14 PST, Cameron Zwarich (cpst)
oliver: review+
Cameron Zwarich (cpst)
Comment 1 2008-12-31 01:45:30 PST
Cameron Zwarich (cpst)
Comment 2 2008-12-31 02:14:25 PST
Created attachment 26333 [details] Proposed patch There is no change on SunSpider.
Cameron Zwarich (cpst)
Comment 3 2008-12-31 02:17:26 PST
Landed in r39525.
Note You need to log in before you can comment on or make changes to this bug.