libjit update
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
Hi all,
An update to the previous version of libjit is available. Tutorials 1 to 4 now
work correctly using the interpreted back end, which should allow people to
experiment with real examples now. The x86 and ARM versions should follow in
the next few days.
http://www.southern-storm.com.au/download/libjit-0.0.0f.tar.gz
If you are working on libjit, then you might find the functions in
<jit/jit-dump.h> handy. Particularly "jit_dump_function". This will dump
the three-address form of a function before it is compiled, and the compiled
machine code form after it is compiled.
Cheers,
Rhys.