Buffer for reusable subsystems

Description

Specify whether to generate code that has buffers to enhance the reuse of subsystems.

Category: Optimization

Settings

Default: On

On

Generates code that has extra buffers that enable the reuse of subsystems in the generated code which enhances ROM efficiency.

Off

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.

Command-Line Information

Parameter: BufferReusableBoundary
Value: 'on' | 'off'
Default: 'on'

Recommended Settings

ApplicationSetting
DebuggingNo Impact
TraceabilityNo Impact
EfficiencyOff (Execution Speed), On (ROM)
Safety precautionNo Impact

Related Topics