Skip to content

0.139

Compare
Choose a tag to compare
@leibnitz27 leibnitz27 released this 09 Jan 21:19
· 499 commits to master since this release

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.