This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Importing sources (?)
- To: "green at cygnus dot com" <green at cygnus dot com>
- Subject: Re: Importing sources (?)
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Mon, 27 Nov 2000 22:14:13 +1300
- CC: "'Mo DeJong'" <mdejong at cygnus dot com>, "java-discuss at sourceware dot cygnus dot com" <java-discuss at sourceware dot cygnus dot com>
- References: <01C05801.64D583E0.green@redhat.com>
Anthony Green wrote:
> This doesn't solve the build time problem, but I don't think there's any way
> around this.
Sure there is. Right now the compiler builds one java file at a time but there's
no reason why it can't behave like jikes and spit out class files as it digs
though dependencies. Also, no reason why it couldn't also treat an entire package
as a single compilation unit (this would also open up some simple optimizations,
ie inlining of package-private mthods). Java should reallybe much faster to
compile than C/C++... we don't have all those header files to deal with.
regards
[ bryce ]