abseil-cpp icon indicating copy to clipboard operation
abseil-cpp copied to clipboard

RISCV ILP32E does not mandate 16-byte alignment for stack

Open compnerd opened this issue 1 year ago • 0 comments

The stack walking code in abseil for RISCV assumes a 16-byte alignment for the stack. This is guaranteed in the RISC-V ABI except for the ILP32E variant. This would be good to fix should someone like to use abseil for ILP32E environments.

compnerd avatar Jul 29 '22 20:07 compnerd