Open
Bug 1601605
Opened 5 years ago
Updated 1 month ago
Don't emit JSOP_JUMPTARGET for fall-through cases
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug)
Details
JSOP_JUMPTARGET requires an icIndex operand + extra logic to set interpreterICEntry in the Baseline Interpreter. We should try to either avoid a jump target op completely in this case or emit a 1-byte op that doesn't have the full JSOP_JUMPTARGET overhead.
Updated•5 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal normal → S3 S3
Updated•1 month ago
|
Blocks: sm-runtime
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•