Re: comparison of open source jvm
Dalibor Topic <[email protected]> Sat, 15 Mar 2008 22:11:10 +0100
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
Rohit wrote: > I know i must be missing few important things to consider for this > comparison. Also many of you must have already analyzed these > implementation and compared them. So whatever information you can > provide wrt to this would be highly appreciated. I'd consider most of the GNU Classpath based implementations (Kaffe, JamVM, Cacao) to be exchangeable at the feature level, as they all use the same class library underneath. They differ in terms of size, VM internals, and performance, but they should be readily available for whatever arm-linux platform you are building for (or easy enough to cross-compile), ao that you can make your testing specific to your application and your environment, rather than having to make decisions based on generic comparisons. cheers, dalibor topic