v0.6.0-beta
Pre-release
Pre-release
·
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