Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Overall problem with AJDT performance

Hi Andy,

I set org.aspectj.ajdt.core.compiler.list.UnmatchedSuperTypeInCall=ignore on all projects.
Does the xlinttime take other checks into account?

Regards,

Thomas


-----Original Message-----

I noticed you missed at least one project when you were turning off
the xlint warning processing, that should save you another 15seconds:

grep xlint \times.txt
> Kinded pointcut xlinttime: 0ms
> Kinded pointcut xlinttime: 0ms
> Kinded pointcut xlinttime: 0ms
> Kinded pointcut xlinttime: 2ms
> Kinded pointcut xlinttime: 494ms
> Kinded pointcut xlinttime: 0ms
> Kinded pointcut xlinttime: 0ms
> Kinded pointcut xlinttime: 47ms
> Kinded pointcut xlinttime: 444ms
> Kinded pointcut xlinttime: 15088ms
> Kinded pointcut xlinttime: 378ms
> Kinded pointcut xlinttime: 9ms
> Kinded pointcut xlinttime: 8ms
> Kinded pointcut xlinttime: 0ms
> Kinded pointcut xlinttime: 50ms
> Kinded pointcut xlinttime: 513ms
> Kinded pointcut xlinttime: 36ms
> Kinded pointcut xlinttime: 0ms
> Kinded pointcut xlinttime: 38ms
> Kinded pointcut xlinttime: 654ms
> Kinded pointcut xlinttime: 205ms
> Kinded pointcut xlinttime: 0ms
> Kinded pointcut xlinttime: 0ms
> Kinded pointcut xlinttime: 3ms
> Kinded pointcut xlinttime: 4ms
> Kinded pointcut xlinttime: 13ms



Back to the top