Wacklepedia Home Page | | Index

Jump threading

From Wacklepedia - The Free Encyclopedia


In computing, jump threading is a compiler optimization. In this pass, conditional jumps in the code that branch to identical or inverse tests are detected, and can be "threaded" through a second conditional test.

This article is a stub. You can help Wikipedia by fixing it.