lua-users home
lua-l archive

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


On Tue, 22 Mar 2011 15:04:01 +0200, Enrico Tassi <gareuselesinge@libero.it> wrote:

If you want to use GCC, You may also want to have a look at link time
optimizations:

  http://gcc.gnu.org/wiki/LinkTimeOptimization

Please don't. Not all toolchains have such recent versions of gcc.
Even with 4.5, it often crashes compiler with the code I've worked with.
Also, there is no additional benefit if using "all.c" approach.