NCG: Add sanity checking to linear allocator
If there are are unreachable basic blocks in the native code then the linear allocator might loop. Detect this case and panic instead.
Showing
Please register or sign in to comment
If there are are unreachable basic blocks in the native code then the linear allocator might loop. Detect this case and panic instead.