-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
does jit work well, at least on linux? I actually cannot try this because of this problem - I cannot even compile :-) - but from my memory(was on Mac OS X), when I enable jit, make check failed. Thanks in advance. Paolo Bonzini wrote: >> if (page >= prev_page && page + length <= prev_page + prev_length) >> return; >> >> mprotect ((void *) page, length, PROT_READ | PROT_WRITE | PROT_EXEC); >> >> else if (page >= prev_page && page <= prev_page + prev_length) >> prev_length = page + length - prev_page; >> >> So, where does this mprotect call fit in the scheme of things? > > There, but without the following else. > > Paolo > > > _______________________________________________ > help-smalltalk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-smalltalk -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFNHgnQqspS1+XJHgRAi+NAJ9WSP8tkyIgcnDTovRLortcUjCoJACg3wiP OW0/B9kMxfTrcnFz3gTf2is= =xcYy -----END PGP SIGNATURE----- _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
