Sciweavers

SIGSOFT
2001
ACM

Using aspectC to improve the modularity of path-specific customization in operating system code

14 years 5 months ago
Using aspectC to improve the modularity of path-specific customization in operating system code
Layered architecture in operating system code is often compromised by execution path-specific customizations such as prefetching, page replacement and scheduling strategies. Pathspecific customizations are difficult to modularize in a layered architecture because they involve dynamic context passing and layer violations. Effectively they are vertically integrated slices through the layers. An initial experiment using an aspect-oriented programming language to refactor prefetching in the FreeBSD operating system kernel shows significant benefits, including easy (un)pluggability of prefetching modes, independent development of prefetching modes, and overall improved comprehensibility. Keywords aspect-oriented programming, software modularity, operating system design
Yvonne Coady, Gregor Kiczales, Michael J. Feeley,
Added 20 Nov 2009
Updated 20 Nov 2009
Type Conference
Year 2001
Where SIGSOFT
Authors Yvonne Coady, Gregor Kiczales, Michael J. Feeley, Greg Smolyn
Comments (0)