lua-users home
lua-l archive

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


> As someone using Lua in a performance-aware environment I'm interested 
> in macros, not so much for the ability of redefining the core language, 
> but for the possible performance improvements, such as conditional 
> compilation of debug-statements:
> 
>     function f()
>        debug("This should disappear in release compiles.")
>        ...
>     end

See http://lua-users.org/lists/lua-l/2007-05/msg00176.html