Storing a lambda expression in a variable removes inline optimization

后端 未结 0 324
情书的邮戳
情书的邮戳 2021-01-25 05:29

I am looking into optimizing the size of the call stack by using inline functions.

If you execute the following code:

inline fun function2( action: () ->         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题