Parrot Virtual Machine/JIT and NCI

From Wikibooks, open books for an open world
Jump to navigation Jump to search

JIT and NCI[edit | edit source]

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.

JIT[edit | edit source]

NCI[edit | edit source]

Signatures[edit | edit source]

The NCI Signature Compiler[edit | edit source]

Parsing with C99[edit | edit source]

Previous Parrot Virtual Machine Next
IO Subsystem Parrot Embedding