Aliasing, confinement, and ownership in object-oriented programming: report on the workshop IWACO'07 at ECOOP 2007

  • Authors:
  • Dave Clarke;Sophia Drossopoulou;James Noble;Tobias Wrigstad

  • Affiliations:
  • CWI, Amsterdam, The Netherlands;Imperial College, London, UK;Victoria University of Wellington, New Zealand;Stockholm University, Stockholm, Sweden

  • Venue:
  • ECOOP'07 Proceedings of the 2007 conference on Object-oriented technology
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The power of objects lies in the flexibility of their interconnection structure. But this flexibility comes at a cost. Because an object can be modified via any alias, object-oriented programs are hard to understand, maintain, and analyse. Aliasing makes objects depend on their environment in unpredictable ways, breaking the encapsulation necessary for reliable software components, making it difficult to reason about and optimise programs, obscuring the flow of information between objects, and introducing security problems. Aliasing is a fundamental difficulty, but we accept its presence. Instead we seek techniques for describing, reasoning about, restricting, analysing, and preventing the connections between objects and/or the flow of information between them. Promising approaches to these problems are based on ownership, confinement, information flow, sharing control, escape analysis, argument independence, read-only references, effects systems, and access control mechanisms.