Cartwright, Robert S.2009-06-042009-06-042002Allen, Eric Ethan. "Efficient implementation of run-time generic types for Java." (2002) Master’s Thesis, Rice University. <a href="https://hdl.handle.net/1911/17487">https://hdl.handle.net/1911/17487</a>.https://hdl.handle.net/1911/17487One of the most significant limitations of the Java Programming Language is its lack of support for generic types. This thesis describes an efficient compiler and run-time type system for NextGen, a compatible extension of Java that supports generic types, including type dependent operations. The NextGen compiler is implemented as an extension to the existing compiler for GJ, a limited generic extension of Java that does not support run-time generic types. Our implementation is homogeneous, with one major exception: Instantiations of generic classes are constructed on demand. This exception is necessary to support polymorphic recursion. The NextGen compiler generates templates for such instantiation classes and relies on a customized class loader to construct instantiations at run-time. A suite of benchmarks on the Java, GJ, and NextGen compilers shows that the additional code required to support run-time generic types has little or no overhead compared to ordinary Java and GJ.71 p.application/pdfengCopyright is held by the author, unless otherwise indicated. Permission to reuse, publish, or reproduce the work beyond the bounds of fair use or other exemptions to copyright law must be obtained from the copyright holder.Computer scienceEfficient implementation of run-time generic types for JavaThesisTHESIS COMP.SCI. 2002 ALLEN