Syntax

-Ojc

Description

Enables the jump chaining optimization. Jump chaining reduces the size of span-dependent jumps by finding a closer jump instruction to the same target address and reroutes the original jump to that jump. This optimization always reduces code size at the expense of execution speed because of the jump chains introduced.

Project property

Code Generation Options > Jumping Chaining Optimization