ribrdb added a comment.

I suppose JIT might make more sense if we want to implement more complicated 
expressions like looping and calling in to go code.
There's lots of issues to solve before we can call into go code however. In 
addition to the stack I'm not sure what to do about the GC. Also I believe at 
least some parts of the go runtime are assuming knowledge of the complete call 
graph and may have issues if we're calling functions from an unexpected place. 
So want to just start with something simple.


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