Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] dynamic tests on CFlow PCD threadlocal stack

Pointcut evaluation is woven into the classes, so you might not find 
direct source code, though you might find code to generate the code.

In any case, reverse-engineering the implementation might not be the
way to go.  Are you trying to change the implementation or write an 
aspect?

Wes

> ------------Original Message------------
> From: Valerio Schiavoni <ervalerio@xxxxxxxxxx>
> To: aspectj-dev@xxxxxxxxxxx
> Date: Fri, Mar-4-2005 2:46 AM
> Subject: [aspectj-dev] dynamic tests on CFlow PCD threadlocal stack
>
> hello everyone
> 
> i'm searching in the aspectj source code (and in particular, inside the 
> 
> org.aspect.runtime.internal and its cflowstack subpackage) how the test 
> 
> on the stack of joinpoints is performed.
> Anyone can point me there?
> I get where the per-thread stack is created, I can't see where it is 
> tested: i'm expecting to find
> somewhere a lookup over the elements in the stack.
> 
> I asked to the Erik Hilsdale (the co-author of "Advice weaving in 
> Aspecj", aosd2004) but probably he's very busy :-(
> 
> Thanks,
> Valerio Schiavoni
> 
> 
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-dev
> 



Back to the top