Download List

Projeto Descrição

KopiSusu is a Java compiler based on the KOPI suite. KopiSusu improves on the
1.4F version of KOPI by following The Java Language Specification, Second
Edition very closely. It also generates classfiles that are more compatible
with the classfiles generated by Javac and Jikes in the area of inner classes.
It also contains a big load of bug fixes. It performs well on the jacks
testsuite and finds more problems in your code at compile time.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-04-11 06:10
1.9 beta 4

O compilador detecta agora construtores chamando uns aos outros em ciclos nunca termina, as classes que subclasse suas aulas próprio membro ou subclasses de classes de seus membros, e as classes que implementam os seus próprios membros interfaces ou subinterfaces de interfaces de seus membros, ou interfaces que estendem os seus próprios membros interfaces ou subinterfaces de interfaces de seus membros. Determinação das classes membro é agora de acordo com as regras de acesso da linguagem Java Specification. Geração Código de construtores privados ou protegidos de classes internas agora funciona em todos os casos, e geração de código para classes anônimas é totalmente reescrito. Agora, apenas 7 dos 1607 testes Jacks compiler suite de testes falhar, um recorde entre todos os conhecidos compiladores de Java.
Tags: Major bugfixes
The compiler now detects constructors calling each other in
never-ending cycles, classes that subclass their own member classes or
subclasses of their member classes, and classes that implement their
own member interfaces or subinterfaces of their member interfaces, or
interfaces that extend their own member interfaces or subinterfaces of
their member interfaces. Determination of member classes is now
according to the access rules of the Java Language Specification.
Code generation of private or protected constructors of inner classes
now works in all cases, and code generation for anonymous classes is
completely rewritten. Now only 7 of the 1607 jacks compiler test
suite tests fail, a record among all known Java compilers.

2001-04-03 02:22
1.9 beta 3

Compilação classe interna não viola as verificações de acesso JVM através da geração de métodos de acesso, melhorias análise mortos código de tratamento, a melhoria das constantes de tempo de compilação, melhor resolução de métodos e tipos de classe membros, e apenas 34 falhas são deixados na suite de testes Jacks.
Tags: Initial freshmeat announcement
Inner class compilation no longer violates JVM access checks by generating accessor methods, dead code analysis improvements, improved handling of compile-time constants, improved resolution of methods and member class types, and only 34 failures are left on the Jacks test suite.

Project Resources