riscv-non-isa / riscv-elf-psabi-doc

A RISC-V ELF psABI Document
https://jira.riscv.org/browse/RVG-4
Creative Commons Attribution 4.0 International
691 stars 163 forks source link

Specify the alignment and size for array #404

Closed kito-cheng closed 8 months ago

kito-cheng commented 10 months ago

After I reviewing the calling convention part, I found we missed the alignment and size for array, fortunately it's both open source compilers are implement the same, so just document that down.

jrtc27 commented 10 months ago

After I reviewing the calling convention part, I found we missed the alignment and size for array

That's because it's specified by C itself?