Bug 141887
Summary: | Create the function name scope once per function instance that needs it | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |