Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] New AspectJ compiler is very slow under AJDT

Interesting ...

Can you tell me exactly the date of the build you are using?

Can you tell me the rough size of the project you are building and how much crosscutting you are doing? Are your pointcuts matching 10s of places or 1000s of places?

We have been specifically testing on the recent builds for performance and memory usage - memory is getting much better and should be at no cost to performance. (not all changes are in AJDT yet)

Andy.

On 15/03/06, Jeppe Cramon <jeppe@xxxxxxxxx> wrote:
Hi

I updated to the latest AJDT 1.3.1.x build a couple of days ago and then
tried again this morning (using Eclipse 3.1.2).
Before the weaving part of AJDT was fairly fast, but has now become sooo
slooow, that I'm thinking about removing AspectJ compile time weaving
and only use load time weaving.

Has anyone else experienced the same decrease in speed?

Thanks in advance

/Jeppe Cramon
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top