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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment