Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Compiler Performance / Distributed Compilation
Compiler Performance / Distributed Compilation [message #200282] Tue, 05 April 2005 13:20
Eclipse UserFriend
I'm facing the problem that I often have to compile several thousand
java files. Currently I'm working on a single desktop workstation (P4
2.4GHz, 2GB Ram, WinXP) running Eclipse with several plugins developed
by our company.

Is it possible to parallelize the jdt compiler architecture (like
distcc) for better performance (e.g. parsing and byte code translation
on different machines)?

Would it be possible to use eclipse on the developers workstation while
running the jdt core compiler on a different machine (e.g. by using the
same filesystem)? Is it difficult to separate the java
parser/compiler/indexer from the jdt ui interfaces by using some sort of
distribution techniques like RMI?

Thanks in advance,

Stephan Gruschke
Previous Topic:Compiler Performance / Distributed Compilation
Next Topic:classpath for runtime workbench
Goto Forum:
  


Current Time: Thu May 01 06:43:07 EDT 2025

Powered by FUDForum. Page generated in 0.04986 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top