Displaying 2 results from an estimated 2 matches for "2033c5e1".
2013 Dec 09
0
[LLVMdev] [RFC] MCJIT usage models
Greetings,
Larry Gritz wrote:
> Another usage case, slightly different than your #1:
>
> 6. Dynamic code generation (not interactive with respect to the source code)
> - app generates code IR which is compiled as needed for execution
> (important difference: no waiting for a typing human in the loop,
> so very different expectations about responsiveness and bottlenecks)
2013 Dec 09
3
[LLVMdev] [RFC] MCJIT usage models
Another usage case, slightly different than your #1:
6. Dynamic code generation (not interactive with respect to the source code)
- app generates code IR which is compiled as needed for execution
(important difference: no waiting for a typing human in the loop,
so very different expectations about responsiveness and bottlenecks)
- compilation speed IS critical (because many such