Bug 141887

Summary: Create the function name scope once per function instance that needs it
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 141881    
Bug Blocks:    

Filip Pizlo
Reported 2015-02-22 19:10:59 PST
This would be a minor optimization. I say minor because we currently only allocate it in those functions that have an "eval". Eval is already relatively expensive - probably more expensive than an object allocation.
Attachments
Note You need to log in before you can comment on or make changes to this bug.