search for: 8bb218c7

Displaying 2 results from an estimated 2 matches for "8bb218c7".

2016 Oct 27
0
What was the IR made for precisely?
...ce, slows down compilation, and can be problematic for languages that require guaranteed tail calls (or other features not supported by C)." -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161027/8bb218c7/attachment.html>
2016 Oct 27
4
What was the IR made for precisely?
Hi, wanting to build up some language of my own, I have always thought about feeding my compiler output to a C compiler like gcc or clang, however when I learned about (considered using) LLVM IR I immediately thought it could be of some help. LLVM doesn't seem to be portable though, some people seem to say "If you are generating C then why not go all the way and generate some