-
Q: I'd like to participate. How do I begin?
-
0
You can use git to download the source code to Jato:
https://github.com/penberg/jato/Then check out README for instructions how to install dependencies and finally execute:
<pre> make install</pre>
to install Jato in $HOME/bin. You can then use Jato just like you would use java:<pre> jato -cp [jar-file] [class]</pre>
— Pekka Enberg (penberg) · 7 years ago
-
-
Q: Other than writing code, how can I contribute?
-
Q: What's a good bug for a newcomer to tackle?
-
0You can use the Malva library to find compatibility problems in Jato
Once you have installed Jato on your machine, clone the
Malva test suite sources fromhttps://github.com/penberg/malva
and runmake check JAVA=jato
to find compatibility problems.
— Pekka Enberg (penberg) · 7 years ago
-
-
Q: What is a bug or issue with Jato that you've been putting off, neglecting, or just plain avoiding?
-
0Callee-saved registers are saved unconditionally
See http://jato.lighthouseapp.com/projects/29055/tickets/1-callee-saved-registers-are-saved-unconditionally for details.
— Pekka Enberg (penberg) · 7 years ago
-
About Jato
Jato is an open source, JIT-only virtual machine for Java that aims to support the JVM specification version 2 including 1.5 amendments. It is not complete but you can run some Java applications with it on 32-bit x86 Linux machines. Jato uses Boehm GC as its garbage collector and GNU Classpath to provide essential Java run-time libraries. A port to the x86-64 architecture is currently ongoing.
from the profile of Pekka Enberg (penberg)
People who want to help (none listed yet)
Registered contributors (1)
Volunteer opportunities, etc.
No volunteer opportunities in Jato indexed here yet. Add a bug tracker.
No one on OpenHatch has signed up as a mentor for Jato. Can you? Add the tag.
There are 169 people who can mentor in C, Jato's primary language.
You can embed the "I want to help" button on your website. (More about this.)