- Loading...
...
linux big endian | linux little endian | aix | |
---|---|---|---|
cpp interpreter | no more maintained | yesno more maintained | no more maintained |
template interpreter | yes | noyes | yes |
C1 compiler | no | no | no |
C2 compiler | yes | yes | yes |
...
In July 2014 we integrated JDK 7u60 into the repository. Alexander Smundak of Google contributed the port of the template interpreter for little-endian ppc.
In April 2014 we also integrated the little-endian ppc port done by Alexander Smundak of Google. This port not yet supports the template interpreter and must be built setting --with-jvm-interpreter=cpp.
...