[kaffe] mipsel and jit3

Timothy Stack stack at cs.utah.edu
Mon Oct 11 18:11:42 PDT 2004


On Oct 11, 2004, at 6:47 PM, Dalibor Topic wrote:

> Mikolaj Habryn wrote:
>> So, trying to run them, deducing environment setup etc. from scripts.
>> internal/jitBasic appears to work, but doesn't actually seem to do
>> anything. stracing it on x86 also doesn't appear to do anything
>> (anything with the list of classes passed in TEST_CLASSES, anyway), so
>> no idea what's going on there.

To run it manually, you need to do something like the following in 
sh/bash:

   . ../../BUILD_ENVIRONMENT
   export BOOTCLASSPATH=${BOOTCLASSPATH}:.
   export TEST_CLASSES="ConstMethods.class"
   ./jitBasic

It "should" complain if it has any problems and it should print out a 
bunch
of debugging info as it jits the methods.  If its completely silent, 
something
is probably wrong.

> cheers,
> dalibor topic

tim





More information about the kaffe mailing list