Sciweavers

POPL
1997
ACM

Parameterized Types for Java

13 years 8 months ago
Parameterized Types for Java
Java offers the real possibility that most programs can be written in a type-safe language. However, for Java to be broadly useful, it needs additional expressive power. This paper extends Java in one area where more power is needed: support for parametric polymorphism, which allows the definition and implementation of generic abstractions. We discuss both the rationale for our design decisions and the impact of the extension on other parts of Java, including arrays and the class library. We also describe optional extensions to the Java virtual machine to allow parameterized bytecodes, and how to verify them efficiently. We have extended the Java bytecode interpreter to provide good performance for parameterized code in both execution speed and code size, without slowing down non-parameterized code.
Andrew C. Myers, Joseph A. Bank, Barbara Liskov
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1997
Where POPL
Authors Andrew C. Myers, Joseph A. Bank, Barbara Liskov
Comments (0)