@inproceedings{85aac7a296e54d19ad177b194add3033,
title = "Optimizing the Evaluation of Patterns in Pointcuts",
abstract = "Pointcuts in aspect-oriented programming languages specify runtime events which cause execution of additional functionality. Hereby, pointcuts typically have a pattern-based static component selecting instructions whose execution triggers an event, e.g., a pattern that selects method-call instructions based on the target method{\textquoteright}s name. Current implementations realize identication of matching instructions by examining all instructions in the executed program and matching them against all patterns found in the program{\textquoteright}s pointcuts. But such an implementation is slow. An optimized implementation is therefore highly desirable in runtime environments which support the dynamic deployment of aspects; slow pattern evaluation invariably causes a slowdown of the entire application. The patterns used in pointcuts as well as the signatures against they are matched, i.e., method, constructor, and eld signatures, are well structured. We present two case studies that survey patterns and signatures actually occurring in the wild. From the resulting data we derive several heuristics that can drive pattern-evaluation optimizations, both by creating indexes over the relevant instructions and by optimizing the order in which the sub-patterns are evaluated.",
keywords = "pointcuts, CR-D.3.3, Signatures, Aspect Oriented Programming, EWI-19539, patterns, IR-75914, Pattern-matching, METIS-275910",
author = "Remko Bijker and Christoph Bockisch and Andreas Sewe",
note = "eemcs-eprint-19539 - Article 2 ; Fourth workshop on Virtual Machines and Intermediate Languages, Reno/Tahoe, Nevada, USA ; Conference date: 01-01-2010",
year = "2010",
doi = "10.1145/1941054.1941056",
language = "Undefined",
isbn = "978-1-4503-0545-7",
publisher = "Association for Computing Machinery",
pages = "2:1--2:10",
booktitle = "Fourth workshop on Virtual Machines and Intermediate Languages",
address = "United States",
}