Hacker News new | ask | show | jobs
by pjmlp 2716 days ago
.NET also does monomorphisation when doing AOT compilation to native code, on .NET Native or Xamarin for iOS for example.
1 comments

Interesting. I've been meaning to look into the AOT compilation strategies at some point. I'll have to do some comparisons with the code I'm working with.