Displaying 1 result from an estimated 1 matches for "tintoretto".
2009 Feb 25
0
[LLVMdev] Problem running JITted functions from x86_64 inside a dynamic library?
Hi,
I found that on my system:
$ uname -a
Linux tintoretto 2.6.23.8cz #1 SMP Fri Nov 23 17:07:39 CET 2007 x86_64
Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz GNU/Linux
$ cat /etc/redhat-release
Mandriva Linux release 2008.0 (Official) for x86_64
I can't execute functions Jitted by LLVM that call back functions in
the main program, if the jit is run...