search for: functioncache

Displaying 1 result from an estimated 1 matches for "functioncache".

2014 Mar 31
2
[LLVMdev] Which function executing VMKit's llvm-IR
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 scru...