4
This is the library which describes the IR language for the ILDJIT project.
6
The product is available under the terms of the GNU General Public
7
License. The latest version of the product can be downloaded
8
from the following Web site:
10
http://ildjit.sourceforge.net
12
When you have downloaded a version of the product, it can be unpacked
13
and built in the usual manner:
15
$ tar xfz libiljitir-VERSION.tar.gz
16
$ cd libiljitir-VERSION
20
It can be run the configure with the following additional arguments:
21
--enable-debug : enable the debug code
22
--enable-printdebug : enable the debug code and the debug printer
23
--enable-profile : disable the debug code and run the gcc with the 0 optimization level (-O0) to make the profiling of the library
28
- Campanoni Simone <simo.xan@gmail.com>