Once the Baseline JIT can no longer be enabled without the Baseline Interpreter, we can remove BaselineDebugModeOSR and simplify BaselineDebugModeOSR a bit. I prototyped it yesterday and this should remove a few hundred lines of complicated code. It will also fix some tricky leaks that Gary has been finding with LeakSanitizer.
Bug 1566330 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Once the Baseline JIT can no longer be enabled without the Baseline Interpreter, we can remove `BaselineDebugModeOSRInfo` and simplify BaselineDebugModeOSR a bit. I prototyped it yesterday and this should remove a few hundred lines of complicated code. It will also fix some tricky leaks that Gary has been finding with LeakSanitizer.