[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT optimization bug?
- From: Mike Pall <mikelu-1108@...>
- Date: Wed, 17 Aug 2011 15:17:44 +0200
Pierre Chapuis wrote:
> >Try running under the memcheck tool of Valgrind
> >(see src/Makefile, -DLUAJIT_USE_SYSMALLOC -DLUAJIT_USE_VALGRIND,
> >CCDEBUG=-g).
>
> Apparently I cannot do that on x86_64?
Well, Valgrind isn't nearly as useful without the first define,
but you can still try. Better to compile it as a 32 bit binary.
--Mike