Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Passing state between around advise

Yeah, whichever of my four suggestions you try, the cool thing about AOP is that the tries are cheap because the aspect keeps the cross-cutting behaviour in one module (the aspect). Just try all four and compare them. In addition to learning something and making an informed decision it might actually be fun to try and measure the respective effects. ;-)

Alexander Kriegisch

Am 23.11.2012 um 20:47 schrieb Brian Toal <brian.toal@xxxxxxxxx>:

> Thanks Alexander,
> 
> The benchmarks I've seen show thread local get/put take ~30ns per call.  To be fair I need to validate this my self.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top