Parrot Virtual Machine/JIT and NCI

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents

[edit] JIT and NCI

JIT, the Just in time compiler is a system which compiles Parrot opcodes into native machine code for faster execution. NCI, the native call interface is a subsystem in Parrot that allows it to communicate with compiled library functions. These two systems are very important for Parrot and, as we shall see, they are closely related to one another.

[edit] JIT

[edit] NCI

[edit] Signatures

[edit] The NCI Signature Compiler

[edit] Parsing with C99

Previous Parrot Virtual Machine Next
IO Subsystem Parrot Embedding