Syntax

-Ojt

Description

Enables the jump threading optimization. Jump threading finds jumps to jump instructions and reroutes the original jump instruction to the final destination. Jump threading will always increase execution speed and may reduce code size. A jump will not be rerouted if, in doing so, the size of the jump instruction increases.