Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zkasm: improve handling of register clobbering and prologue/epilogue …
…generation (bytecodealliance#46) * zkasm: split AdjustSp to separate variants for Reserve and Release stack space * ci: Fail builds when zkasm testing fails * zkasm: fix handling of clobbering registers * zkasm: stack alignment is 8 bytes Given that stack opeerates in numbers of aligned slots, rather then bytes, making sure that the stack is aligned to 8 bytes can’t be more wrong than aligning it to 1.
- Loading branch information