Right now we do some loop like:
for i from 0 upto inline_max_iterations {
type specialize
...
inline
...
}
This is fine except that it means that anything inlined in the last round won't get type specialized. This is leading to more un-cached sends than without the inliner.
Right now we do some loop like:
This is fine except that it means that anything inlined in the last round won't get type specialized. This is leading to more un-cached sends than without the inliner.