Skip to content
Commit c8fdcb1e authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Use constant folding on base_storage sizes

The current code can produce overly complicated base storage size
expression, such as:

`char* base[max(32, 2*2*2*4)]`

These should be folded for readability of generated code.
parent a851720c
Loading
Loading
Loading
Pipeline #3632 failed with stage
in 14 minutes and 50 seconds