|
软件学报 2008
Optimizing AspectJ Dynamic Advices Weaving Based on Aspect-Oriented Call Graph
|
Abstract:
This paper firstly presents an aspect-oriented call graph(ACG for short),then introduces an AspectJ dynamic advices weaving optimizing method based on the ACG(aspect-oriented call graph)of Aspect./programs. Our method firstly solves a call stack through the ACG and deduces the types of the nodes in the stack,then match the callstack with pointcuts,and finally decides how to weave dynamic advices based on the result of matching.A case study shows that this method has great precision and can identify most of weaving points statically.