Bug 23054

Summary: Caching of global lookups occurs even when the global object has become a dictionary
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 13638    
Attachments:
Description Flags
Proposed patch oliver: review+

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.