[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [ajdt-dev] Delete and update Markers taking long time
|
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Thu, 17 Sep 2009 11:48:15 -0700
- Delivered-to: ajdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=5xwrHyxV7ukgrHkVYLquKzGUSYnltmN1qev56why9A4=; b=ZFhT5COsrQz7BtPFbYudxrGtAOzq/cwUhYNVAELvy3xh1Z7h7sdkxv2Yk6SlW3Oxua JF21SRjKciV5+XemAb9V3CgvgW/Twxyn7wXHtSgw6uIyjkWWZ0WgPkjqySqbNVwcEtgT cB5mLjHiwezT0FtH4RIQO6i1lRn84ynaYa2k8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=h5KpkiwLZyavu0hQ9nSWo2UUmJ+ZCqIgfIzb9A+fd6pGzeomOrVPBzSd0DgPLAlj5q 1mHZA7xfVG1SUFwjXcKYFYL4H7D+3h/Klh5zGcK40CuS6a1iV6G/dOjU5laOXwgBChMS qX0vuM9thhWmXT8EPgw1QhvxCKwAqw7OX447k=
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