Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ajdt-dev] Slow Clean/Build ... Where To Start Tracking Problem?

We have about 15 projects with Aspects I think.  The build spends a ton of
time on cleaning output folder, table syncronization, weaving, etc.  I'm not
100% sure it is AspectJ's fault.  I just know the other developers said all
the slow down started when we started using it.

Scott

-----Original Message-----
From: ajdt-dev-admin@xxxxxxxxxxx [mailto:ajdt-dev-admin@xxxxxxxxxxx] On
Behalf Of Eric Bodden
Sent: Tuesday, November 30, 2004 5:02 PM
To: ajdt-dev@xxxxxxxxxxx
Subject: RE: [ajdt-dev] Slow Clean/Build ... Where To Start Tracking
Problem?

 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi, Scott.

Probably matching-time could also be an issue: Depending on what aspects you
use and depending on what pointcuts are in use there, it is maybe tried to
match those pointcuts on every possible joinpoint shadow of the appropriate
project(s) which may be quite a lot. Or did you just switch to the AspectJ
compiler and not use any aspects yet?

Eric 

- --
Eric Bodden
Chair I2 for Programming Languages and Program Analysis RWTH Aachen
University 

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3

iQA/AwUBQaz7/swiFCm7RlWCEQKMHgCgnL4qpHATCHChx0Ui7Om9yenGlB8AoNZD
VmJFL7PaSwkohB4EvjfSn//b
=MDZD
-----END PGP SIGNATURE-----


_______________________________________________
ajdt-dev mailing list
ajdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/ajdt-dev



Back to the top