Quick question, I have a top-level function that I will call a lot in a loop from one place in my app. I wasn’t sure if there will be any benefit in marking it
inline
. I would have expected that it’ll be inlined anyway by the JVM. That said I’m pretty sure size of generated code won’t grow much so it seems like it wouldn’t hurt if I declare it as