[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: very slow compiling with 3.1 RC1

You can create a .options file with the following contents:

org.eclipse.jdt.core/debug=true
org.eclipse.jdt.core/debug/builder=true

And start eclipse with:
eclipse.exe -debug <path to your .options file> -vm <path to your jre>\bin\java.exe

Information will be printed to the DOS console.


Donatas wrote:
Such problems apperas on full rebuild, it seems that slowness are only in some packages. If there is info how can I turn on diagnostics messages for compiling I can try to check what classes exactly causes such problems.


Jerome Lanneluc wrote:


Our performance stats show that we are still positive in most areas:


http://download.eclipse.org/downloads/drops/S-3.1RC1-200505271300/performance/org.eclipse.jdt.core.php?


Do you have details on what condition you see this slowdown ?

Donatas wrote:

Have anyone else noticed this problem ? 3.0 does full build about 5 time
faster than 3.1. My project contains more than 5000 classes. Source code
compatibility is set to 1.4. I tried to change warnings  settings but
this does not help. Any tips ?