[LLVMdev] [LLVM] What has happened to LLVM bitcode archive support?

Pau Garcia i Quiles pgquiles at elpauer.org
Fri Dec 20 13:44:51 PST 2013


On Fri, Dec 20, 2013 at 10:10 PM, Daniel Liew <daniel.liew at imperial.ac.uk>wrote:

Sorry I haven't explained very clearly. The tool that I work on is an
> interpreter of LLVM IR and when the tool runs, it links in an archive
> of bitcode modules into the bitcode module that we are interpreting.
> The modules we link in provide the implementation of some functions
> (for example in our case one of the things we link in is a small C
> library). Because the modules we link in provide functions for the
> program we are running (i.e. interpreting) we refer to them as runtime
> libraries. I'm not sure this is standard terminology so sorry if I
> confused you.
>

Excuse me for the diversion but, is that interpreter of LLVM IR available
somewhere? Details on how it works, performance, etc? I'd be interested

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131220/0aeceb93/attachment.html>


More information about the llvm-dev mailing list