Re: lua slowdown in debugbuild with microsoft compiler
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua slowdown in debugbuild with microsoft compiler
- From: "David Burgess" <dburgess@...>
- Date: 2007年6月18日 22:13:23 +1000
I dont know about VC8, but with VC6/7 you get a corrupt heap
if you use the two differnt mallocs.
db
On 6/18/07, Ivan-Assen Ivanov <ivanassen@gmail.com> wrote:
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/