Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Very Slow Fields Cut

It did not, and i was surprised too.  But with the removal of the cast
the performance is back where it should be so I didn't investigate
further.

cheers,
Andy.

2008/5/9 Eric Bodden <eric.bodden@xxxxxxxxxxxxxx>:
>> Even
>> though you are only doing proceed() from your advice at the moment,
>> the code is all in place for obtaining the aspect instance at each
>> join point and then invoking the advice.
>
> Andy, just out of curiosity:
>
> Does ajc not actually inline such simple pieces of around-advice?
> Actually I thought so, and if it does I am surprised that there's
> still that much overhead.
>
> Eric
>
> --
> Eric Bodden
> Sable Research Group
> McGill University, Montréal, Canada
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top