parrotcode: compilers/imcc/pcc.c | |
Contents | Compilers |
compilers/imcc/pcc.c
Parrot calling convention implementation.
see: docs/pdds/pdd03_calling_conventions.pod
PCC Implementation by Leopold Toetsch
static Instruction *insINS
SymReg *get_pasm_reg
SymReg *get_const
static Instruction *pcc_get_args
static void unshift_self
void expand_pcc_sub
void expand_pcc_sub_ret
static int pcc_reg_mov
static Instruction *move_regs
static int recursive_tail_call
static void insert_tail_call
void expand_pcc_sub_call
|