[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-dev] AspectJ 5: weaving strategy for around advice
|
- From: Adrian Colyer <adrian.colyer@xxxxxxxxx>
- Date: Sat, 24 Sep 2005 19:06:32 +0100
- Delivered-to: aspectj-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z4PCaHh9eM4W4oDKEzMsoLFvbfs2c0CoZl/4OW9n26xSfseDj0VjAknEUp5jHvY3QyDApBE3/+w8/w6m+3nb/CEa92fRvn35/5i3QJNw+XimHsDnVObzxbgmxHJxnNoOgBXltp9v0Q1QqmpZdVNGxgxW5dHoK1y7JB4YVPZ0oK8=
AspectJ inlines whenever it can (much better performance), only
generating closures where necessary. You can force AspectJ to always
generate closures by passing the -XnoInline option.
On 24/09/05, Michael Haupt <mhaupt@xxxxxxxxx> wrote:
> Hi,
>
> what weaving strategy is used for around advice in AspectJ 5? The
> generic one implemented in abc, or the dual inlining/closure strategy?
>
> Thanks,
>
> Michael
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>
--
-- Adrian
adrian.colyer@xxxxxxxxx