Specify whether to generate code that has buffers to enhance the reuse of subsystems.
Category: Optimization
Default: On
Generates code that has extra buffers that enable the reuse of subsystems in the generated code which enhances ROM efficiency.
Generates code that does not have extra buffers that could have potentially increased the reuse of a subsystem in the generated code. This code generation reduces ROM efficiency. The absence of the extra buffers might avoid extra data copies in the generated code, which improves code execution speed.
Parameter:
BufferReusableBoundary |
Value:
'on' | 'off' |
Default:
'on' |
Application | Setting |
---|---|
Debugging | No Impact |
Traceability | No Impact |
Efficiency | Off (Execution Speed), On (ROM) |
Safety precaution | No Impact |