ribrdb added a comment.

Hmm. I assumed you're using clang to generate llvm IR, is that not the case?
I don't really want to write a whole go compiler.
Right now I'm interpreting the AST using the ValueObject API. This also lets me 
reuse the error checking and things implemented in the type system. 
Reimplementing this in IR seems like it would be more complicated and harder to 
understand/maintain.
Another concern I have is that the go stack is not compatible with c. If we're 
going to execute jited code we'd probably also need to allocate a separate 
stack.


Repository:
  rL LLVM

http://reviews.llvm.org/D13073



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to