Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Compiler Performance / Distributed Compilation
Compiler Performance / Distributed Compilation [message #200282] Tue, 05 April 2005 17:20
Stephan Gruschke is currently offline Stephan GruschkeFriend
Messages: 2
Registered: July 2009
Junior Member
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: Fri Oct 18 10:51:37 GMT 2024

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

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

Back to the top