search for: a9579fa5

Displaying 2 results from an estimated 2 matches for "a9579fa5".

Did you mean: a95794a
2008 Feb 22
0
[LLVMdev] Directly emit LLVM IR?
...The C interface was designed to require very little manual memory management, and so is fairly straightforward to talk to with most FFIs. — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080222/a9579fa5/attachment.html>
2008 Feb 22
3
[LLVMdev] Directly emit LLVM IR?
Hello! I'm interested in using LLVM as a target for a compiler I've written in common lisp (SBCL). While I looked at perhaps wrapping the LLVM C++ interface, wrapping C++ in, well, anything not C++ is a pain. Someone on IRC mentioned that they didn't think I'd miss out on any functionality by directly emitting IR, but suggested I query the list. Do I miss out on any optimizations