Syntax

-Oxj

Description

Enables the cross jumping optimization. Cross jumping finds identical code sequences that can be shared, deletes all copies and reroutes control flow to exactly one instance of the code sequence. Cross jumping will always reduce code size at the expense of executing an additional jump instruction.

Project property

Code Generation Options > Cross Jumping Optimization