deoptimization
Look at other dictionaries:
Dynamic recompilation — In computer science, dynamic recompilation (sometimes abbreviated to dynarec or the pseudo acronym DRC) is a feature of some emulators and virtual machines, where the system may recompile some part of a program during execution. By compiling… … Wikipedia
Adaptive optimization — is a technique in computer science that performs dynamic recompilation of portions of a program based on the current execution profile. With a simple implementation, an adaptive optimizer may simply make a trade off between Just in time… … Wikipedia
Java performance — Programs written in Java have had a reputation for being slower and requiring more memory than those written in natively compiled languages such as C or C++ (see e.g. [cite web url=http://www.jelovic.com/articles/why java is slow.htm title=Why… … Wikipedia
deoptimize — verb a) To make less than optimal. b) To reverse a previous optimization when the assumptions that made it valid prove to be incorrect. See Also: deoptimization … Wiktionary