Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] if and loop pointcuts

>So you want to use aspectj to do compiler-style loop optimisations? Is there a 
reason you think this is better than actually letting the compiler/JIT do it? 
More complex cflow-checks for example?
>


   No, I want to have an aspect that takes a lock at the first access to a 
variable (this is easy to detect) and releases the lock after the last access to 
that variable (and here comes my problem).
   
   
           Thank you,
             Diana.



Back to the top