Actions
Feature #52
closedAlign stack upon procedure entry
Feature #52:
Align stack upon procedure entry
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Code generation
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Stack should be aligned to a 16-byte boundary. From the RISC-V ABI specification ("Integer Calling Convention" section):
The stack grows downwards (towards lower addresses) and the stack pointer shall be aligned to a 128-bit boundary upon procedure entry.
Updated by Eugen Wissner 25 days ago
- Status changed from New to Closed
Actions