| parrotcode: C Goto Predereferenced Transform | |
| Contents | Perl Modules |

Parrot::OpTrans::CGP - C Goto Predereferenced Transform

Parrot::OpTrans::CGP inherits from Parrot::OpTrans::CPrederef and Parrot::OpTrans::CGoto to provide predereferenced register addressing and C goto run loop.

core_type()PARROT_CGP_CORE.
suffix()'_cgp'.
core_prefix()'cgp_'.
defines()#define macros required by the ops.
goto_address($address)goto ADDRESS($address) macro in an ops file into the relevant C code.
goto_offset($offset)goto OFFSET($offset) macro in an ops file into the relevant C code.
goto_pop()goto POP() macro in an ops file into the relevant C code.
|
|
|