DragonFly On-Line Manual Pages

Search: Section:  


libjit(3)                Just-In-Time Compiler Library               libjit(3)

NAME

libjit - Just-In-Time Compiler Library

SYNOPSIS

#include <jit/jit.h> Link with -ljit

DESCRIPTION

The libjit library has an extensive set of routines that takes care of the bulk of the Just-In-Time compilation process, without tying the programmer down with language or bytecode specifics. Unlike other systems such as the JVM, .NET, Parrot, and LLVM, libjit is not a virtual machine in its own right. It is the foundation upon which a number of different virtual machines, dynamic scripting languages, etc, can be built.

AUTHOR

Written by Southern Storm Software, Pty Ltd. http://www.southern-storm.com.au/

SEE ALSO

The full documentation for libjit is maintained as a Texinfo manual. If the info and libjit programs are properly installed at your site, the command info libjit should give you access to the complete manual. Southern Storm Software 18 April 2004 libjit(3)

Search: Section: