search for: 496410a6

Displaying 3 results from an estimated 3 matches for "496410a6".

2005 May 16
0
[LLVMdev] Scheme + LLVM JIT
On Fri, 13 May 2005, Alexander Friedman wrote: >>> This requires being able to parse strings. The LLVM 'Parser.h' interface >>> (and implementation) has the built in assumptions that it will always be >>> parsing from the file system. Would you guys accept a patch that makes >>> it more general (ie, parse from file or string)? >> >> Yes,
2005 May 18
1
[LLVMdev] Scheme + LLVM JIT
...e. I'll attach everything for now - let me know what to change. -------------- next part -------------- A non-text attachment was scrubbed... Name: current_cvs.diff Type: application/octet-stream Size: 8906 bytes Desc: cvs URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050518/496410a6/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: interface-example.c Type: application/octet-stream Size: 2496 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050518/496410a6/attachment-0001.obj> ----...
2005 May 13
3
[LLVMdev] Scheme + LLVM JIT
> > This requires being able to parse strings. The LLVM 'Parser.h' interface > > (and implementation) has the built in assumptions that it will always be > > parsing from the file system. Would you guys accept a patch that makes > > it more general (ie, parse from file or string)? > > Yes, that's a generally useful thing to have, I'd like to see it