Forked from
Glasgow Haskell Compiler / GHC
13605 commits behind, 578 commits ahead of the upstream repository.
-
Moritz Angermann authored
This is needed so that the codegen can produce C ABI calls that require knowledge about the actual size of arguments. Specifically aarch64-darwin will require arguments (in exess of available registers) to be passed *packed* on the stack.
Moritz Angermann authoredThis is needed so that the codegen can produce C ABI calls that require knowledge about the actual size of arguments. Specifically aarch64-darwin will require arguments (in exess of available registers) to be passed *packed* on the stack.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
DsCCall.hs 14.48 KiB