Adaptive optimization: Difference between revisions

Content deleted Content added
mNo edit summary
 
Line 9:
Examples of adaptive optimization include [[HotSpot (virtual machine)|HotSpot]] and HP's [[Dynamo project|Dynamo system]].<ref>[https://arstechnica.com/reviews/1q00/dynamo/dynamo-1.html HP's Dynamo]</ref>
 
In some systems, notably the [[Java virtual machine|Java Virtual Machine]]{{Citation needed|date=June 2011}}, execution over a range of [[Java bytecode|bytecode instructions]] can be [[Reversible_computing|provably reversed.]] This allows an adaptive optimizer to make risky assumptions about the code. In the above example, the optimizer may assume all transactions are checks and all account numbers are valid. When these assumptions prove incorrect, the adaptive optimizer can 'unwind' to a valid state and then interpret the byte code instructions correctly.
 
==See also==