[Lldb-commits] [PATCH] D13073: Add an expression parser for Go

Ryan Brown via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 16:52:56 PDT 2015


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





More information about the lldb-commits mailing list