Re: [Sablevm-developer] Alpha inlined threading works now, but...
Brought to you by:
egagnon
From: Prof. E. M. G. <eti...@uq...> - 2003-02-19 04:24:22
|
Hi there! On Wed, Feb 19, 2003 at 02:23:48AM +0100, Grzegorz B. Prokopski wrote: > Summary: > - we have inlined-threading engine working on alpha (YES!) Super! > - there are some problems with using signal based exceptions > with inlined-threading engine though. I had to add a few "volatile" for signal related stuff, as gcc was reordering instructions across signal-triggering locations. > PS: May I ask how many arches that support inlined-threading we have > now? Does it work on PowerPC yet? Yes, inlined-threading works on PPC! I finally got it to work just a few minutes ago. :-)) I also fixed the libffi related problems so as to get rid of the LIBFFIBUG conditional. This fix could help on ia64, if it has the same byte order as PPC. OK, I'll check-in the code into CVS in a few minutes. Etienne --=20 Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |