Skip to content

0.136

Compare
Choose a tag to compare
@leibnitz27 leibnitz27 released this 24 Nov 13:39
· 530 commits to master since this release

Fix for ordering of inlined lvalue mutations (Thanks abec, karls)
Improvement to lifetime auditing allows inlining of anonymous arrays with mutators.
Improve generated code for prechange assignments. (check out IncrTest5!!)
Reconsider JSRs if they've been expanded.
Relabel private static accessors if they're lifted to an outer class.
Improve lambda desugaring when we don't have target class available (improves reconstruction of java8+ code using jre6!)
Improve lifetime auditing on ternary roll-up.