help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Re: error building with jit


From: Sungjin Chun
Subject: Re: [Help-smalltalk] Re: error building with jit
Date: Tue, 17 Oct 2006 15:28:55 +0900
User-agent: Thunderbird 1.5.0.7 (X11/20060922)

-----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
> address@hidden
> 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-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]