parrotcode: Parrot Interpreter miscellaneous functions | |
Contents | C |
src/inter_misc.c - Parrot Interpreter miscellaneous functions
NCI function setup,
compiler registration,
interpinfo
,
and sysinfo
opcodes.
register_nci_method
nci_method_table
for the given NCI method of PMC class type
.Parrot_mark_method_writes
name
on PMC type type
as one that modifies the PMC.Parrot_compreg
Parrot_compile_string
Parrot_compile_file
interpinfo
what
specifies the type of information you want about the interpreter.interpinfo_p
what
specifies the type of information you want about the interpreter.sysinfo_i
info_wanted
is one of: PARROT_INTSIZE
PARROT_FLOATSIZE
PARROT_POINTERSIZE
sysinfo_s
info_wanted
is one of: PARROT_OS
PARROT_OS_VERSION
PARROT_OS_VERSION_NUMBER
CPU_ARCH
CPU_TYPE
|