search for: gcimpl

Displaying 3 results from an estimated 3 matches for "gcimpl".

2004 Nov 08
1
[LLVMdev] LLVM for JIT only use
...ide the stack frames of > > GC-ed pointers) > > I'm not the person to ask about GC, I'll let Chris Lattner chime in on > this. You can read a previous discussion about scheme GC and LLVM: This is documented fairly extensively here: http://llvm.org/docs/GarbageCollection.html#gcimpl -Chris -- http://llvm.org/ http://nondot.org/sabre/
2004 Nov 08
0
[LLVMdev] LLVM for JIT only use
On Sun, Nov 07, 2004 at 11:40:58PM +0100, Basile STARYNKEVITCH wrote: > I did "make" inside llvm/examples/ and inside > llvm/examples/HowToUseJIT/ and expected to get an ELF executable.. But > I've only got the 2 Release/HowToUseJIT.[do] files.. All executables are placed in tools/$(BUILD_TYPE), in your case, llvm/tools/Release. That is there from the time before we had
2004 Nov 07
2
[LLVMdev] LLVM for JIT only use
Le Sun, Nov 07, 2004 at 04:14:19PM -0600, Misha Brukman écrivait/wrote: > On Sun, Nov 07, 2004 at 11:04:58PM +0100, Basile STARYNKEVITCH wrote: Basile>> First, I am extremely confused by the terminology. IMHO, the runtime Basile>> libraries would include (from my JIT only perspective) Basile>> 1. all the LLVM libraries required to JIT-generate machine code, and