학술논문

Architectural repair of open source software
Document Type
Conference
Source
Proceedings IWPC 2000. 8th International Workshop on Program Comprehension Program comprehension Program Comprehension, 2000. Proceedings. IWPC 2000. 8th International Workshop on. :48-59 2000
Subject
Computing and Processing
Open source software
Computer architecture
Concrete
Linux
Software systems
Operating systems
Kernel
Electrical capacitance tomography
Computer science
Impedance
Language
ISSN
1092-8138
Abstract
As a software system evolves, its architecture will drift. System changes are often done without considering their effects on the system structure. These changes often introduce structural anomalies between the concrete (as-built) and the conceptual (as-designed) architecture which can impede program understanding. The problem of architectural drift is especially pronounced in open source systems, where many developers work in isolation on distinct features with little co-ordination. The authors present their experiences with repairing the architectures of two large open source systems (the Linux operating system kernel and the VIM text editor) to aid program understanding. For both systems, we were successful in removing many structural anomalies from their architectures.