Jump to content

Jump threading

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 141.157.253.16 (talk) at 00:54, 17 November 2003 (Jump threading. This pass detects a condition jump that branches to an identical or inverse test. Such jumps can be `threaded' through the second conditional test.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Jump threading. This pass detects a condition jump that branches to an identical or inverse test. Such jumps can be `threaded' through the second conditional test.