Content deleted Content added
ext -> int, see also -> create examples, refs, see also |
Added {{primary sources}} and {{ref improve}} tags to article (TW) |
||
Line 1:
{{primary sources|date=August 2012}}
{{ref improve|date=August 2012}}
'''Adaptive optimization''' is a technique in [[computer science]] that performs [[dynamic recompilation]] of portions of a [[computer program|program]] based on the current execution profile. With a simple implementation, an adaptive optimizer may simply make a trade-off between [[Just-in-time compilation]] and interpreting instructions. At another level, adaptive optimization may take advantage of local data conditions to optimize away branches and to use [[inline expansion]] to decrease [[context switch]]ing.
|