Closed Bug 681672 Opened 13 years ago Closed 11 years ago

Remove single-step mode from methodjit

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jorendorff, Unassigned)

References

Details

TI has a way to patch the native stack to return to *the interpreter* instead of the old code or newly compiled code. So we can put any arbitrary stack frame into the interpreter on demand. This is closer to what jsdbg2's onStep setter actually wants to do than the current singleStepMode, and I suspect the magic we'll be using (Interpoline) will be more heavily tested than the Recompiler.
JM was removed, Baseline implements breakpoints/step mode differently.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.