‑‑disable_codense_jal
In this section:
Syntax
‑‑disable_codense_jal
Description
Call instruction pairs are normally used as candidates for being replaced with exec.it instructions during CoDense optimization in the linker. However, each such instruction pair can only be replaced with an exec.it instruction if it has been relaxed to a single jal instruction, and if this jal instruction is on the same 2Mbyte page as the call destination. In some applications, this can result in bad use of the CoDense table.
Use this option to exclude all call instructions from being candidates for replacement with exec.it instructions.
Caution
To set this option, use Project>Options>Target>CoDense>Exclude JAL instruction