mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b303f5e3fe
Submitted by: Tim Wilkinson <tim@sarc.city.ac.uk> via Jeffrey Hsu
14 lines
627 B
Plaintext
14 lines
627 B
Plaintext
This is Kaffe, a virtual machine design to execute Java bytecode. Unlike
|
|
other virtual machines available, this machine performs "just-in-time"
|
|
code conversion from the abstract code to the host machine's native code.
|
|
This will ultimately allow execution of Java code at the same speed as
|
|
standard compiled code but while maintaining the advantages and flexibility
|
|
of code independence.
|
|
|
|
Please note, this is version 0.2 and many feature are not yet implemented
|
|
(notable there is no graphics support at the moment) and there are likely
|
|
to be various odd bugs. All comments to the mail address below.
|
|
|
|
Tim
|
|
tim@sarc.city.ac.uk
|