Runtime Code Generation with JVM And CLR (2002)
by
Peter Sestoft
| Citations: | 1 - 0 self |
BibTeX
@MISC{Sestoft02runtimecode,
author = {Peter Sestoft},
title = {Runtime Code Generation with JVM And CLR},
year = {2002}
}
OpenURL
Abstract
Modern bytecode execution environments with optimizing just-in-time compilers, such as Sun's Hotspot Java Virtual Machine, IBM's Java Virtual Machine, and Microsoft's Common Language Runtime, provide an infrastructure for generating fast code at runtime. Such runtime code generation can be used for efficient implementation of parametrized algorithms. More generally, with runtime code generation one can introduce an additional binding-time without performance loss. This permits improved performance and improved static correctness guarantees.







