Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-27 | qbe: Add extra size for strict alignment with QBE instruction | Michael Forney | |
With upcoming VLA support, the size might not be constant. | |||
2021-10-25 | decl: Allow alignment > 16 of locals | Michael Forney | |
This is not yet supported by QBE, so for now we allocate a bit extra and choose the address in the allocated region with an aligned address. |