dewolf
dewolf copied to clipboard
[Codegenerator] Define large/long constants globally
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