Safe Haskell | Safe-Infered |
---|
- data ParamLocation
- assignArgumentsPos :: Convention -> (a -> CmmType) -> [a] -> [(a, ParamLocation)]
Documentation
assignArgumentsPos :: Convention -> (a -> CmmType) -> [a] -> [(a, ParamLocation)]Source
JD: For the new stack story, I want arguments passed on the stack to manifest as positive offsets in a CallArea, not negative offsets from the stack pointer. Also, I want byte offsets, not word offsets.