[Sablevm-developer] Daily break;-)
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2002-08-19 19:46:58
|
On Mon, Aug 19, 2002 at 10:24:39AM -0700, Archie Cobbs wrote: > Maybe I'm just being stupid, but how do you file a new bug on the > SableVM bug site on SourceForge? It seems like it's read-only... There should be a "submit new" link somewhere on the bug tracker page. If you get to it, please file a bug report about the absence of a direct link for bug submission on the sablevm web page. > Anyway, here's the bug: I'll investigate this after my thesis. Hint: Have you checked the generated "line number table" using "javap -c -l"? (Probably, but just checking...) Also, I've checked in the xxx_Runtime.c patch into CVS, and added your name in AUTHORS; I assume you agree to license your patch under the LGPL, right? :-) The CVS code also has the _svmf_iflush() calls in place, in case somebody wants to experiment inline-threading on processors with distinct instr. and data caches. To build the CVS code, you need to run the following: $ aclocal ; libtoolize ; autoconf ; autoheader ; automake --foreign -a using the latest GNU auto tools. Have fun! Etienne -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |