A translator which performs its transformations as the program is running . Because the user is waiting for the program to actually run while the translation is happening ...
ProgramOptimization is a kind of ProgramTransformation aimed at improving the time or memory performance of a program. CompilationByTransformation makes heavy use ...