Skip to content

Latest commit

 

History

History

libmanfred

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Libmanfred
---------

This is an implementation of the Ahead Of Time (AOT) compiler within the ILDJIT project.

The product is available under the terms of the GNU General Public
License.  The latest version of the product can be downloaded
from the following Web site:

    http://ildjit.sourceforge.net

When you have downloaded a version of the product, it can be unpacked
and built in the usual manner:

    $ tar xfz libmanfred-VERSION.tar.gz
    $ cd libmanfred-VERSION
    $ ./configure
    $ make

It can be run the configure with the following additional arguments:
	--enable-debug		: enable the debug code
	--enable-printdebug	: enable the debug code and the debug printer
	--enable-profile	: disable the debug code and run the gcc with the 0 optimization level (-O0) to make the profiling of the library

Comments are welcome.

	- Campanoni Simone <simo.xan@gmail.com>