Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: defer constant-return merging for debug codegen
If we merge constant returns into a common point we may lose track of sequence points. So inhibit this when we are generating debuggable code. Fixes #14339.
- Loading branch information