bjit: don't jit cold blocks after doing a OSR JIT compilation
Previously after doing a OSR JIT compilation we continued to JIT every block outside of the loop. This doesn't show up as a perf change but reduces the number of JITed code / makes it slightly smaller.
Showing
Please register or sign in to comment