lua-users home
lua-l archive

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


Turn on optimizations only for the core Lua files - you aren't likely
to debug inside them anyway; this way you'll get a
half-release-half-debug build.

For a really fast allocator try TLSF: http://tlsf.baisoku.org/