ghc-7.4.1: The GHC API

Safe HaskellSafe-Infered

CgCallConv

Synopsis

Documentation

slowArgs :: [(CgRep, CmmExpr)] -> [(CgRep, CmmExpr)]Source

slowArgs takes a list of function arguments and prepares them for pushing on the stack for extra arguments to a function which requires fewer arguments than we currently have.