Asmjit - JIT asm compiler (for C++)
Bill Baxter
wbaxter at gmail.com
Mon Feb 2 17:43:31 PST 2009
On Tue, Feb 3, 2009 at 10:15 AM, bearophile <bearophileHUGS at lycos.com> wrote:
> Bill Baxter Wrote:
>> C++ library to jit-compile assembly functions.
>
> You may be interested in this too, that also optionally performs some of the loop optimizations done by good Fortran compilers:
> http://www.corepy.org/
Interesting. Seems like this idea is popping up all over the place
these days. I think the MESA OpenGL guys were doing something like
this to support shaders, too. I also could have sworn I read
something about Jitting things in some Qt graphics framework. But I
can't find anything about either at the moment. And for some reason
something about Apple+LLVM+JIT also is tumbling around in my mind.
--bb
More information about the Digitalmars-d
mailing list