Hi everybody,

I've got some mails concerning TYA bugs and compilation errors,
many thanks to all!

1.)
There's at least one compilation error (using newer gcc)
You should apply a patch,
Alexander Davydenko <[EMAIL PROTECTED]> sent this to me:

--- tya.c       Fri Oct  9 23:27:21 1998
+++ tya1.1/tya.c        Mon Oct 12 13:26:34 1998
@@ -491,7 +491,7 @@
      }
      else
      {
-       ee->current_frame->optop[0]=((int(*)(void)) mb->CompiledCode)();
+       ee->current_frame->optop[0].i=((int(*)(void)) mb->CompiledCode)();
        ee->current_frame->optop++;
      }

2.)
Unfortunately there are some more ``last minute'' bugs. 
I hope to find enough time to mail another patch next week here.

3.)
Unfortunately free time here on my side is _very_ low. 
So it seems good to change TYA developement strategy more 
to a bazaar model. That means to release all changes often,
(but in quite slow steps). OTOH this would help to avoid
some bugs (situations OKAY in 1.0, but BAD in 1.1).

4.)
About jdk1.1.6v5 or 1.1.7(if already released?) I can say 
really nothing (sorry). Please try to adjust the cfg script 
if needed and post your results here.

5.)
If you have trouble using TYA, I stongly recommend to
give the NEW shujit (announced here some days ago) a try!!
At all I am very impressed in this work. I think Kazuyuki Shudo 
will give big a impulse (and more) to the whole linux/java group!
URL is: http://www.shudo.net/jit/
Good to know that shujit is GPL. Really a good job!


Cheers
Albrecht

Reply via email to