Sciweavers

SIGPLAN
2008

AspectC2C: a symmetric aspect extension to the C language

13 years 3 months ago
AspectC2C: a symmetric aspect extension to the C language
By separating crosscutting concerns into modules, aspectoriented programming (AOP) can greatly improve the maintainability, understandability and reusability of software. However, the asymmetric paradigm adopted by most AOP extensions could bring crosscutting concerns into the aspect code and thus limit the reusability of aspects. Symmetric paradigms have been proposed to alleviate such limitations, but few extensions on such paradigm target at non-object-oriented languages, such as C. In this paper, we propose a symmetric aspect extension to the C language, called AspectC2C, and discuss implementation issues and benefits of this new extension comparing to the asymmetric ones. Keywords Aspect-Oriented Programming, Symmetric Paradigm, Aspect Extension, C Language
Danfeng Zhang, Yao Guo, Xiangqun Chen
Added 28 Dec 2010
Updated 28 Dec 2010
Type Journal
Year 2008
Where SIGPLAN
Authors Danfeng Zhang, Yao Guo, Xiangqun Chen
Comments (0)