0.139
Double comparison inversion is not always safe wrt NaN - (a<b) is NOT !(a>=b).
Handle (with warning) some code that (naughtily, but obviously) splits exceptions across unsafe operations.
More aggressive inlining of switch code for cases that would fail to decompile.