Displaying 1 result from an estimated 1 matches for "interface_description_language".
2007 Sep 12
2
[LLVMdev] Methodology for interfacing LLVM JITed code with C++
Hi all,
I'm currently working on a C-like scripting language compiler backend
designed to emit LLVM code. This code will be loaded into LLVM's JIT at
runtime and will make calls into a C++ library (including calling
virtual methods on C++ objects). The translation from our AST to an
llvm::Module is fairly straightforward, the difficulty, however, comes
in generating the appropriate