Commit cafcd7c
committed
codegen-opt: fix stack alignment
previously, stack-alignment of, for example, a 12-byte
allocation would be computed to be 16-bytes during codegen
(because of gc-alignment rounding up),
but 8-bytes here (because of this code rounding down)1 parent 674e64b commit cafcd7c
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
719 | | - | |
720 | | - | |
721 | | - | |
| 718 | + | |
722 | 719 | | |
723 | 720 | | |
724 | 721 | | |
| |||
0 commit comments