Partial evaluation, program specialization, run-time compilation
Building faster programs through delayed binding
Ray tracing efficiently written in C ran 1.5 to 3 times faster after specialization to the scene to be drawn
A Fortran FFT program was specialized with respect to a fixed function and number of points, running x1.5-4
Compiler generation from interpreters for programming languages