scispace - formally typeset
S

Sascha Kuzins

Researcher at University of Oxford

Publications -  8
Citations -  978

Sascha Kuzins is an academic researcher from University of Oxford. The author has contributed to research in topics: Compiler & AspectJ. The author has an hindex of 7, co-authored 8 publications receiving 967 citations.

Papers
More filters
Proceedings ArticleDOI

Adding trace matching with free variables to AspectJ

TL;DR: A new history-based language feature called tracematches is presented that enables the programmer to trigger the execution of extra code by specifying a regular pattern of events in a computation trace by exploiting the introduction of free variables in the matching patterns.
Proceedings ArticleDOI

abc: an extensible AspectJ compiler

TL;DR: This paper outlines the design of abc, focusing mostly on how the design supports extensibility, and provides a general overview of how to use abc to implement an extension.
Journal ArticleDOI

Optimising aspectJ

TL;DR: A new code generation strategy for around advice is provided, which (unlike previous implementations) both avoids the use of excessive inlining and theUse of closures and leads to more compact code, and can also improve run-time performance.
Book ChapterDOI

abc: the aspectbench compiler for aspectJ

TL;DR: ABc is an extensible, optimising compiler for AspectJ that has been designed as a workbench for experimental research in aspect-oriented programming languages and compilers.