luau-lang/luau

adding @inline tag

Closed this issue · 1 comments

When the tag @.native was added is it possible to implement something like @.inline to speed up the function calls for heavy calculations?

We are unlikely (not never!) going to add @inline. See luau-lang/rfcs#49.