> > You can reproduce this neko 1.6.0 build segfault by compiling with gcc
> > 4.1.1
> > using -O1 or higher and gc6.8 or gc-7.0. I don't know if the problem is
> > with
> > the jit or the gc.
> >
> > gcc 4.2.1 is fine on any optimization level.
> >
> > Does Neko have an interpreted (non-jit) mode?
>
> Yes, you need to run with -interp
>
> But in that case it seems that the error does not seems to occur in the
> JIT'ed code but while the neko module JIT code is produced. Try to
> disable the JIT_ENABLE define in neko/vm/jit_x86.c to completely
> disactivate the jit.
If JIT_ENABLE is not #defined, neko 1.6.0 will build successfully with
gcc 4.1.1 with any optimization level.
____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo!
FareChase.
http://farechase.yahoo.com/
--
Neko : One VM to run them all
(http://nekovm.org)