Inline function in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Inline function in Lua
- From: "howard chen" <howachen@...>
- Date: Sun, 7 Jan 2007 16:58:53 +0800
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