Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] AJDT v1.20M1 "feature"

Eric,

Thanks for the link on the why behind the optimization.

At least in part it was an error on my part.  My project is a Web
project [in the MyEclipse IDE] and I choose to manually manage my
WEB-INF\lib directory.  What this means is that if I have a dependency
on other projects and they change, I have to manually place them in my
lib directory.  So in this case, I did not know that there was a change
in the aspectrt.jar [and there hasn't been for a long time] so I did not
pick it up.

Thanks,

Ron

-----Original Message-----
From: aspectj-users-admin@xxxxxxxxxxx
[mailto:aspectj-users-admin@xxxxxxxxxxx] On Behalf Of Eric Bodden
Sent: Wednesday, November 17, 2004 1:03 PM
To: aspectj-users@xxxxxxxxxxx
Subject: RE: [aspectj-users] AJDT v1.20M1 "feature"


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

Hi.

This should explain the backgound a bit:
http://web.comlab.ox.ac.uk/oucl/work/ganesh.sittampalam/documents/subm
itted-oopsla04.pdf
Basically it's a cflow runtime optimization that - in special cases -
omit the stack implementation and uses a counter instead.

However, in general it should be the case, I reckon, that when upgrading
AJDT using the Eclipse configuration manager, the runtime library should
automatically be downloaded and switched, too. If that's not the case, I
would personally consider that as an AJDT bug. Can you comment further
on how you upgraded the plugin?

Eric 

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

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

iQA/AwUBQZuSUcwiFCm7RlWCEQKWxQCcD4+fqSecOVPSiynJQWqxrlb6RTgAoKUL
ROgGh2yFyFjMnzcVvKcLVtgj
=SeDB
-----END PGP SIGNATURE-----


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


Back to the top