[LLVMdev] Using LLVM to serialize object state -- and performance

Paul J. Lucas paul at lucasmail.org
Tue Nov 6 13:51:08 PST 2012


On Nov 6, 2012, at 11:49 AM, "Kaylor, Andrew" <andrew.kaylor at intel.com> wrote:

> I think you may have gone beyond what I understand in how the legacy JIT code works.  It looks like the call to addGlobalMapping should short-circuit the named function look up that I described ...

Well, I first look for the function by name and, if I didn't find it, then I call addGlobalMapping()

> Are you writing LLVM IR to disk or machine code?

Currently IR.  How can I write machine code?

- Paul





More information about the llvm-dev mailing list