Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Delete and update Markers taking long time

Hi all,

An update on this.  I have tested a source location caching on a small
project.  I added an aspect from another project with a degenerate
advice (before() : within(*)).  Without caching, the create AJ Markers
job took 39 seconds and with caching, it took 2 seconds.  This is a
significant speed up, and I am not using a particularly sophisticated
caching mechanism.

I raised https://bugs.eclipse.org/bugs/show_bug.cgi?id=289778 to deal with this.

I will be putting out a new build of AJDT later today.  I would
appreciate it if people who are experiencing this problem
(particularly Tom and Kartik) could try the new version out and see if
it performs better for you.

I'll let you know when the build is available and you can post a
comment on the bug report.

thanks,
--a


Back to the top