Supporting incremental change in large system models

  • Authors:
  • Jannik Laval;Simon Denier;Stéphane Ducasse;Andy Kellens

  • Affiliations:
  • RMoD Team - INRIA - Lille Nord Europe - USTL, Lille, France;RMoD Team - INRIA - Lille Nord Europe - USTL, Lille, France;RMoD Team - INRIA - Lille Nord Europe - USTL, Lille, France;Software Languages Lab - Vrije Universiteit, Brussels, Belgium

  • Venue:
  • IWST '09 Proceedings of the International Workshop on Smalltalk Technologies
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

When reengineering large systems, software developers would like to assess and compare the impact of multiple change scenarios without actually performing these changes. A change can be effected by applying a tool to the source code, or by a manual refactoring. In addition, tools run over a model are costly to redevelop. It raises an interesting challenge for tools implementors: how to support modification of large source code models to enable comparison of multiple versions. One naive approach is to copy the entire model after each modification. However, such an approach is too expensive in memory and execution time. In this paper we explore different implementations that source code metamodels support multiple versions of a system. We propose a solution based on dynamic binding of entities between multiple versions, providing good access performance while minimizing memory consumption.