Sciweavers

SIGADA
2005
Springer

The implementation of ada 2005 synchronized interfaces in the GNAT compiler

13 years 10 months ago
The implementation of ada 2005 synchronized interfaces in the GNAT compiler
One of the most important object-oriented features of the new revision of the Ada Programming Language is the introof Abstract Interfaces to provide a form of multiple nce. Ada 2005 Abstract Interface Types are akin to Java interfaces, and as such support inheritance of specification rather than inheritance of implementation. Ada 2005 interfaces apply as well to tasks and protected types, and provide a classification mechanism for concurrent programming that goes considerably beyond the capabilities of Java. This paper summarizes the implementation in the GNAT compiler of the various kinds of interfaces that relate to concurrent programming in Ada 2005 [1]. The implementation is efficient, and involves mostly modifications to the compiler front-end, with virtually minimal impact on run-time structures, beyond those that are in place to support regular interfaces. However, the implementation of interface operations as triggers in selective waits and asynchronous transfers of control...
Javier Miranda, Edmond Schonberg, Hristian Kirtche
Added 28 Jun 2010
Updated 28 Jun 2010
Type Conference
Year 2005
Where SIGADA
Authors Javier Miranda, Edmond Schonberg, Hristian Kirtchev
Comments (0)