Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Jump threading
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Compiler optimization of one jump directly to a second jump}} {{Distinguish|threaded code}} {{More citations needed|date=December 2009}} {{Use dmy dates|date=December 2021|cs1-dates=y}} In [[computing]], '''jump threading''' is a [[compiler optimization]] of one jump directly to a second jump. If the second condition is a [[subset]] or [[Inverse (logic)|inverse]] of the first, it can be eliminated, or threaded through the first jump.<ref>{{Cite web|url=https://gcc.gnu.org/onlinedocs/gcc-3.4.5/gcc/Optimize-Options.html|title=Optimize Options - Using the GNU Compiler Collection (GCC)}}</ref> This is easily done in a single pass through the program, following acyclic chained jumps until the compiler arrives at a fixed point.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)