Quote: use just-in-time type specialization for generics; code generated as needed for parameterized classes; shared code and representations, no boxing, efficient runtime types
Our implementation [of generics] … takes advantage of the dynamic loading and code … of parameterized classes are loaded dynamically and the … code and data representations are shared between different … primitive type. 4. Efficient support of run-time types. …
Google-1Google-2
Copyright clearance needed for quotation.
Related Topics
Topic: generic operations and polymorphism (65 items)