In addition to strictly adhering to specifications, Jikes is faster
than most compilers and can compute the complete dependency relations
in program files. This allows for the generation of dependency
makefiles suitable for use with make.  Jikes can also be run in
incremental mode: after the initial compilation, Jikes waits until
prompted, determines which files have been changed, and then does the
minimal amount of work needed to bring the class files into a complete
and consistent state. This cycle can be repeated until the q command
is entered to end the compilation.

Now if only I could find a little *time* to play this stuff and
incorporate things like that dependency generation into GNU Classpath.

Brian
-- 
|-------------------------------|Software Engineer
|Brian Jones                    |[EMAIL PROTECTED]
|[EMAIL PROTECTED]                    |http://www.nortel.net
|http://www.classpath.org/      |------------------------------

Reply via email to