[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua slowdown in debugbuild with microsoft compiler
- From: "Ivan-Assen Ivanov" <ivanassen@...>
- Date: Mon, 18 Jun 2007 11:05:45 +0300
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/