On Tue, 8 Jul 2003, Dalibor Topic wrote: > bytecode is portable, but native objects are fast. So ideally, you'd use > bytecode for distribution, and use native compilation for local deployment.
Compiling from source is really the ideal situation, but yes, bytecode->object works. Also gcj-compiled applications may yield a smaller memory footprint. Jeff _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

