v0.6.0-beta
Pre-release
Pre-release
dubiousconst282
released this
02 Dec 02:14
·
74 commits
to main
since this release
Force inclusion of lambdas and local functions as opt candidates An alternative "fix" would be to import these on demand during inlining discovery, but that would miss early optimizations (like SSA promotion), which wouldn't make much up for inlining. Closes #27