Sciweavers

AOSD
2004
ACM

Virtual machine support for dynamic join points

13 years 10 months ago
Virtual machine support for dynamic join points
A widespread implementation approach for the join point mechanism of aspect-oriented languages is to instrument areas in code that match the static part of pointcut designators, inserting dynamic checks for that part of matching that depends on run-time conditions, if needed. For performance reasons, such dynamic checks should be avoided whenever possible. One way to do so is to postpone weaving of advice calls until run-time, when conditions determining the emergence of join points hold. This calls for fluid code—code that adapts itself to the join point emergence at run-time, and suggests that AOP concepts should be integrated into the execution model underlying a VM. In this paper, we present first steps toward such an integration in Steamloom, an extension of IBM’s Jikes Research Virtual Machine. Steamloom is fairly restricted, but our initial experimental results indicate that aspect-aware VMs and fluid code are promising w.r.t performance. While the focus in this paper is...
Christoph Bockisch, Michael Haupt, Mira Mezini, Kl
Added 30 Jun 2010
Updated 30 Jun 2010
Type Conference
Year 2004
Where AOSD
Authors Christoph Bockisch, Michael Haupt, Mira Mezini, Klaus Ostermann
Comments (0)