[LLVMdev] Which function executing VMKit's llvm-IR (original) (raw)
emdc developer emdcdeveloper at gmail.com
Mon Mar 31 14:49:25 PDT 2014
- Previous message: [LLVMdev] Can WriteBitcodeToFile be parallelized?
- Next message: [LLVMdev] Which function executing VMKit's llvm-IR
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All I am trying to trace the execution path of J3 jvm with input of java byte code . Once java byte codes compiled in to llvm IR it will be passed to VMKit for store them . I couldn't find out which function is getting this Jitted output from Functioncache and executing them ? because , VMKit doesn't have an implementation of llvm Executionengine's runFunction or runFunctionAsMain implementation which are responsible for executing Jitted llvm-IR ?
Thanks
Regards Sri. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140331/18a82812/attachment.html>
- Previous message: [LLVMdev] Can WriteBitcodeToFile be parallelized?
- Next message: [LLVMdev] Which function executing VMKit's llvm-IR
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]