[LLVMdev] C++ Interpreter
Ted Kremenek
kremenek at apple.com
Mon Aug 31 13:35:30 PDT 2009
On Aug 31, 2009, at 1:19 PM, Renato Golin wrote:
> 2009/8/31 Axel Naumann <Axel.Naumann at cern.ch>:
>> we want to implement a C++ interpreter using LLVM and clang
>
> Isn't clang going on that direction anyway?
>
> cheers,
> --renato
Building a C++ interpreter involves a substantial amount of work
beyond building a working C++ frontend and code generator (translation
to LLVM IR). I think Axel was referring to the work on the
interpreter itself, which would build on top of the work-in-progress C+
+ support in Clang.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090831/5baeb507/attachment.html>
More information about the llvm-dev
mailing list