Basically, inlining enables all kinds of other opt...
# announcements
m
Basically, inlining enables all kinds of other optimizations, so you want to inline as much as you can, but it also rapidly increases the amount of time the compiler takes to run, so more is not always better.