Inlining: the hard parts
bernsteinbear.com/blog/inlinin...
Compilers, especially method just-in-time compilers, operate on one function at a time. It is a natural code unit size, especially for a dynamic language JIT: at a given point in time, what more infor...