Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ 5: weaving strategy for around advice

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


Back to the top