dewolf icon indicating copy to clipboard operation
dewolf copied to clipboard

[Codegenerator] Define large/long constants globally

Open steffenenders opened this issue 3 years ago • 0 comments

Proposal

At the moment, wedo common subexpression elimination for Constants that have a certain length (configurable). However, in C, these constants are often defined globally. We should extend the Code Generator to define constants of a certain length (add a config option for this) globally.

Approach

No response

steffenenders avatar Feb 14 '22 15:02 steffenenders