lua-users home
lua-l archive

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


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