simit
simit copied to clipboard
Function inlining cost model
The inlining mechanism seems to not fully work on this kind of example
func A()
end
func B
A();
end
func C
map B() on elems;
end
In the last phase of simit-dump, the func A
is still present.