19 ms·
In one of the panels at Build somebody mentioned that expression trees would be interpreted at run time rather than JIT compiled so at least you have that.
by adandy 12y ago
In one of the panels at Build somebody mentioned that expression trees would be interpreted at run time rather than JIT compiled so at least you have that.
- x0n 12y agoYep, I asked the question live and the answer was that dynamic code would use an interpreter where AOT was not feasible.