Displaying 4 results from an estimated 4 matches for "hpave".
Did you mean:
have
2004 Nov 07
2
[LLVMdev] LLVM for JIT only use
...act libraries I'll need from LLVM (to JIT generate
machine code)? Where are these (I would like the list of all the
lib*.{a,so} and all headers <*.h> in /usr/local/ on my
Linux/Debian/Sid/x86 system)? How are these supposed to be installed
(if possible, I want to avoid llvm-gcc, because I hpave trouble
compiling the latest CVS of it, and because I believe I really don't
need it)?
How can I tell LLVM the address where I want the generated code to go
(or how can I get this address, preferably with a "destructor"
function to release the memory)? I coded a garbage collector whi...
2004 Nov 08
0
[LLVMdev] LLVM for JIT only use
...on compile, because your JIT may use any of the LLVM
functionality (theoretically). You could see what any of the examples
#includes (HowToUseJIT, Fibonacci, etc) but some headers #include
others...
> How are these supposed to be installed (if possible, I want to avoid
> llvm-gcc, because I hpave trouble compiling the latest CVS of it, and
> because I believe I really don't need it)?
You don't need llvm-gcc for these libraries or headers. Theoretically,
you would install these in something like /usr/local/include/llvm/* and
/usr/local/lib/* or something similar to that. 'm...
2004 Nov 07
0
[LLVMdev] LLVM for JIT only use
On Sun, Nov 07, 2004 at 11:04:58PM +0100, Basile STARYNKEVITCH wrote:
> (apparently this list is moderated)
Yes, we get too much spam, so it's moderated, but only with regard to
spam, nothing else.
> Basile>> I want to try to use LLVM only for JIT only use (generating
> code in Basile>> memory for x86 and, when available PowerPC [32bits])
>
> If you want to know
2004 Nov 07
2
[LLVMdev] LLVM for JIT only use
Hello List,
(apparently this list is moderated)
Le/On Sun, Nov 07, 2004 at 03:45:41PM -0600, Misha Brukman
écrivait/wrote:
> On Sun, Nov 07, 2004 at 10:33:09PM +0100, Basile STARYNKEVITCH
> wrote:
Basile>> I want to try to use LLVM only for JIT only use (generating code in
Basile>> memory for x86 and, when available PowerPC [32bits])
If you want to know I am experimenting