Bug 15759

Summary: Limit indirect eval
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   

Cameron Zwarich (cpst)
Reported 2007-10-29 17:32:02 PDT
Many people have suggested that we limit the effect of indirect eval, i.e. a call to eval that is not of the form eval(...) or globalObject.eval(...), on the caller's scope. Doing so will enable more optimizations. However, we first need to find a scheme for limiting eval that doesn't break existing sites.
Attachments
Cameron Zwarich (cpst)
Comment 1 2008-03-18 17:44:23 PDT
Fixed in r30871.
Note You need to log in before you can comment on or make changes to this bug.