RISCV ILP32E does not mandate 16-byte alignment for stack
未关闭
bug
- 主要语言
- C++
- 星标
- 18.1k
- 派生
- 3.2k
- 平均合并
- 20 小时 36 分钟
- 30 天内合并 PR
- 1
描述
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.
贡献指南
评估
这个 Issue 还没有评估数据。