Dynamic Compilation
The term for the dynamic construction of code while other code in the same system is being evaluated. There are often run-time replacement semantic issues when re-compiling code which has already been incorporated into a system.This is a separate research topic in many ways, since the benefits of feedback information and other measurements at run-time have not been fully-explored:
- Don Pardo's page on Run-Time Code Generation
- The University of Washington's dynamic compilation research
- Deferred Compilation: The Automation of Run-Time Code Generation.
- A dynamic compilation bibliography.
This page is linked from: Descartes Language Implementation