1 /* -----------------------------------------------------------------------------
2 * (c) The GHC Team, 2002
4 * Things for functions.
5 * ---------------------------------------------------------------------------*/
10 /* generic - function comes with a small bitmap */
13 /* generic - function comes with a large bitmap */
16 /* BCO - function is really a BCO */
20 * Specialised function types: bitmaps and calling sequences
21 * for these functions are pre-generated: see ghc/utils/genapply and
22 * generated code in ghc/rts/AutoApply.cmm.
24 * NOTE: other places to change if you change this table:
25 * - utils/genapply/GenApply.hs: stackApplyTypes
26 * - compiler/codeGen/CgCallConv.lhs: stdPattern
49 #define ARG_PPPPPPP 24
50 #define ARG_PPPPPPPP 25