How to contribute the already work (mips port) to OpenJDK?
Jonathan Springer
springer at reservoir.com
Thu Dec 17 09:07:27 PST 2009
Hi,
°½ç÷ wrote:
> Can Shark, the JIT compiler of iceadtea project, work on mips now? Except Shark, what else JIT compiler can work on mips? I googled but I got no useful hits.
> The company (http://www.lemote.com/english/index.html) I work for has some experience in porting the jdk including hotspot to mips (loongson2) on linux, and we are interested in participating in the work on porting OpenJDK to mips. I found Port Project for the MIPS Architecture on OpenJDK¡¯s website, but I didn¡¯t get much information there. Could anyone give some advice about our next step or next work please? Is there any one interested in this or could some one give some support? Thanks.
Others will speak for Shark/LLVM, but I worked on a native port to MIPS.
The interpreter was finished, using OpenJDK's asm interpreter as
opposed to its C++ one, but the compiler was not done (lack of funding
for the project). You could start from that base if you wanted. You'd
want to start by merging up from the relatively ancient version it was
based on (anyone remember b18?).
-Jonathan
--
Jonathan Springer |
Reservoir Labs, Inc. | http://www.reservoir.com/
More information about the porters-dev
mailing list