Displaying 2 results from an estimated 2 matches for "0.64ms".
Did you mean:
0.4ms
2013 Nov 19
2
[LLVMdev] Some MCJIT benchmark numbers
So I finally took the plunge and switched to MCJIT (wasn't too bad, as long
as you remember to call InitializeNativeTargetDisassembler if you want
disassembly...), and I got the functionality to a point I was happy with so
I wanted to test perf of the system. I created a simple benchmark and I'd
thought I'd share the results, both because I know I personally had no idea
what the
2013 Nov 19
0
[LLVMdev] Some MCJIT benchmark numbers
The pass manager is re-created in emitObject on every call.
Andy, is that needed or can we create the PM in MCJIT constructor and keep
it around?
Yaron
2013/11/19 Kevin Modzelewski <kmod at dropbox.com>
> So I finally took the plunge and switched to MCJIT (wasn't too bad, as
> long as you remember to call InitializeNativeTargetDisassembler if you want
> disassembly...),