Displaying 2 results from an estimated 2 matches for "1037383".
Did you mean:
103383
2016 Mar 08
0
Troubleshooting a suspected ctdb performance issue
...0305
req_dmaster 60194286
reply_dmaster 53335499
reply_error 0
req_message 1521121
req_control 73830804
reply_control 24189543
client
req_call 219206250
req_message 1037383
req_control 66378108
timeouts
call 0
control 3
traverse 5
total_calls 219206250
pending_calls 0
lockwait_calls 3265686
pending_lockwait_calls...
2014 Apr 16
3
[LLVMdev] Importance of VMKit JIT function cache
Hi
VMKit JIT has a function cache to store compiled IR code , so, as
soon as method is compiled , it will be stored in to function cache. My
question is , who will use this compiled information from function
cache. Since we are jitting , the llvm translate source code in to
native code and executing them . So, how we relates this function cache
with JIT ?
Thanks
Regards
Sri.