quasilyte/goism

Simplify inserts inlineable function calls

Closed this issue · 1 comments

sexpconv.Simplify inserts runtime functions calls; some of them can be inlined.
As a quick fix, inliner is invoked after the Simplify inside the compiler.
This should be re-considered later on.

opt.TryInline() make this issue irrelevant.