You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a signal handler for SIGSEGV that (somehow) throws a NullPointerException. See here for tips.
Emit code that checks for null on each dereference, with the potential to remove redundant checks.
Just crash, and make it clear that PolyLLVM does not support NullPointerExceptions. (But even if this were ok for client code, I doubt it would be OK for the Java library...)