Hacker News new | past | comments | ask | show | jobs | submit login

Wonder how this handles dynamic code generation (System.Reflection.Emit and the rest).



...or how easy it is to break by doing a lot of reflection.


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.


Yep, I asked the question live and the answer was that dynamic code would use an interpreter where AOT was not feasible.


It doesn't, or at least doesn't yet.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: