This used to be present for the JIT support that the old rusti provided, but the internal support for this has been removed. You may be able to resurrect it outside the compiler with these LLVM apis, but it may also require exposing more LLVM details from the compiler itself.
There is currently no plan to bring a rust interpreter back before 1.0 On Mon, Apr 28, 2014 at 5:23 PM, Benjamin Gudehus <[email protected]> wrote: > Hi! > > Will there be a way to make usage of ExecutionEngine and call LLVM functions > via a TypeRef to them? > > I saw there is even a LLVMDisposeExecutionEngine in rustc::lib::llvm::llvm. > > pub fn LLVMDisposeExecutionEngine(EE: ExecutionEngineRef); > > --Benjamin > > > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev > _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
