arainko/ducktape

Get rid of SAM conversions in `inline` instances

arainko opened this issue · 1 comments

Inline SAM expansions generate a new anonymous class on each invocation which can lead to lots-lots-lots-lots-of extra generated code.
More details here

I don't this is actually needed in any shape of form - ducktape gets rid of these instances during its optimization phase (where each transformer's body gets lifted from the transformer itself