Constructing component-based extension interfaces in legacy systems code

  • Authors:
  • Gilles Muller;Julia L. Lawall;Jean-Marc Menaud;Mario Südholt

  • Affiliations:
  • OBASCO group, École des Mines de Nantes/INRIA, France;University of Copenhagen, Copenhagen Ø, Denmark;OBASCO group, École des Mines de Nantes/INRIA, France;OBASCO group, École des Mines de Nantes/INRIA, France

  • Venue:
  • Proceedings of the 11th workshop on ACM SIGOPS European workshop
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

Implementing an extension of a legacy operating system requires knowing what functionalities the extension should provide and how the extension should be integrated with the legacy code. To resolve the first problem, we propose that the use of a component model can make explicit the interface between an extension and legacy code. To resolve the second problem, we propose to augment interface specifications with rewrite rules that integrate support for extensions in the legacy code. We illustrate our approach using extensions that add new scheduling policies to Linux and prefetching to the Squid Web cache. In both cases a small number of rules are sufficient to describe modifications that apply across the implementation of a large legacy system.