lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Are there similar to C/C++ inline function systax in Lua?

I have a small function but will be called quite frequent, if
inline-ed, it might give some performance gain as there will be no
function call