Open
Bug 843325
Opened 12 years ago
Updated 2 years ago
BaselineCompiler: Add optimized stub to handle EVAL
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: djvj, Unassigned)
References
(Blocks 1 open bug)
Details
This hits 5000 times in date-format-tofte, where we enter the VM and re-enter baseline. Fallback stub needs to look up the JSScript in the eval cache and add a guarded stub to jump directly to the script based on matching string.
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•