[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
javac issues
From: |
Michael Cook |
Subject: |
javac issues |
Date: |
Mon, 17 Dec 2001 11:26:18 -0500 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) |
has anyone any experience using cons with javac? javac has
considerable startup overhead. so, invoking javac once with 100
*.java files is much (!) quicker than invoking javac 100 times once
per file.
if only some of the 100 *.java files need to be re-compiled, ideally
cons could figure out which need to be recompiled and then invoke
javac only once and passing only that subset of the files.
thoughts?
m.