SableJIT
Philippe Laporte <[email protected]> Tue, 06 Dec 2005 17:35:28 +0100
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I looked at the instructions at
http://sablevm.org/lists/sablevm-devel/2005-January/000336.html
I followed the "manual method"
Apart from the branch now being at
svn://svn.sablevm.org/developers/belanger/sandbox/sablejit-classpath-conc
instead, I am having the following trouble
I get
sablevm -classpath /usr/local/lib/sablejit.jar
sablejit.SableJITClassLoader config
SableVM version sablejit+4713
(...notice..)
JIT: Compiler Options
includes:
(children included: no)
excludes:
recompile_includes:
ALL
recompile_excludes:
JIT: -----------------
sablejit: INTERNAL ERROR (source file "sablejit/sj_init.c", function
"_sjf_init_compiler", line 187): Unable to initialize
sablejit/SableJITClassLoader class!
Aborted
same with make version of course.
same with sablevm sablejit.SableJITClassLoader config
Any idea?
Are the instructions otherwise still valid?
Also, what are the configure options to get the smallest executable size
and run-time short-term memory consumption?
Thanks a lot,
Philippe Laporte