[02:23] <Geth> ¦ rakudo: ugexe++ created pull request #6458: RakuAST: port six legacy optimizer rewrites to the optimize pass

[02:23] <Geth> ¦ rakudo: review: https://github.com/rakudo/rakudo/pull/6458

[02:29] <ugexe> i think the last two optimizations are lexical to local lowering + escape analysis, and compile time multi dispatch selection + routine inlining. they're also probably the most complicated ones

[02:31] <ugexe> the rakuast copy returns optimization actually fixes a bug that exists in legacy

