Syntax

-Otm

Description

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

Project property

Code Generation Options > Tail Merging Optimization