macaw/symbolic/src/Data/Macaw
Your Name d470abe976 symbolic: Remove support for stack-spilled arguments
Many ABIs impose some kind of alignment constraints on the stack
pointer. For example, both the AArch32 and x86_64 SysV ABIs specify
that the end of the spilled argument list is aligned to 2*w where w
is the number of bytes in a word. Since macaw-symbolic has no notion
of the ABI in use, its ABI-agnostic code could only ever satisfy such
alignment constraints accidentally. Clients wishing to spill arguments
to the stack should do so with ABI-specific functionality.
2024-09-24 10:09:55 -04:00
..
Symbolic symbolic: Remove support for stack-spilled arguments 2024-09-24 10:09:55 -04:00
Symbolic.hs symbolic: Remove redundant unwrapping/rewrapping of register struct 2024-09-11 16:26:10 -07:00