Workaround an LLVM limitatation by canceling OSR when there are more than 225 life symbols
LLVM has a limit of about ~255 operands per machine instructions, which we could exceed with our patchpoints usage.
Showing
Please register or sign in to comment