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 */
19 /* specialised function types: bitmaps and calling sequences
20 * for these functions are pre-generated (see ghc/utils/genapply), and
21 * the generated code in ghc/rts/AutoApply.hc.
46 #define ARG_PPPPPPP 26
47 #define ARG_PPPPPPPP 27