Re: [Sablevm-developer] Report: SableVM on various architectures
Brought to you by:
egagnon
From: David <db...@cs...> - 2004-02-02 21:11:17
|
On Mon, Feb 02, 2004 at 01:59:52AM -0500, Grzegorz B. Prokopski wrote: > Hi all! >=20 > During the weekend I put heavy burden on Debian's porting machines > to find out on which architectures SableVM works and to what extent. >=20 > SUMMARY: >=20 > Fully and surely working inlined: i386, ia64, ppc, sparc > Fully and surely working direct: s390 > Needs final test to declare (hopefully) working inlined: m68k > To be tested yet (quickly, but they are promising): arm, hppa > Breaks running BTF on any engine: alpha >=20 Good work! ( Note: Code you added in staging cause warnings: instructions_preparation_direct_threaded.c:12822: warning: garbage at end of `#ifdef' argument if #ifdef _SABLEVM_SIGNALS_FOR_EXCEPTIONS && !defined(__s390__) is changed to #if defined(_SABLEVM_SIGNALS_FOR_EXCEPTIONS) && !defined(__s390__) it should work. ) David --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |