Welcome, Guest. Please login or register.

Author Topic: Wont this browser be useable for AmigaOS?  (Read 5414 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline tonyw

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 553
    • Show all replies
Re: Wont this browser be useable for AmigaOS?
« on: May 26, 2003, 01:53:15 AM »
After seven months' work, I now have Kaffe running on the 4000 under OS3.9. It uses ixemul, so it suffers from the speed penalty of a Linux emulation.

So far I have ported the interpreter and the two current versions of the JIT. The JITs run about 10x faster than the interpreter, as you would expect.

I haven't looked at AWT - it relies on X, so it won't work on an Amiga. It will have to be re-written.

As someone said, Kaffe is compatible with Java 1.4 (I think) in most respects. There is a long list of incompatibilities, just waiting for people to fix. Most are silly things like "Kaffe gives the wrong error message here".

When I get my A1, I'm going to have to start again with the PPC version. The JIT engine for the PPC platform is just now being written, and I hope to be involved with its development Real Soon Now.

tony
 

Offline tonyw

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 553
    • Show all replies
Re: Wont this browser be useable for AmigaOS?
« Reply #1 on: May 27, 2003, 02:43:14 AM »
@bhoggett:

I agree with you, Bill, AWT is a mess. That's why I haven't touched it.

[to tell the truth, I'm not too fond of the whole structure of kaffe, but then, I'm not yet sufficiently au fait with it to make many improvements]

tony