Y
Hacker News
new
|
ask
|
show
|
jobs
by
tdicola
4456 days ago
Sure, but ngen solved that problem years ago:
http://msdn.microsoft.com/en-us/library/6t9t5wcf(v=vs.110).a...
3 comments
itsboring
4456 days ago
Yeah, and mono's AOT too. I wonder if this is really just ngen integration into VS and thus not really a big deal.
link
andyjohnson0
4456 days ago
See
https://news.ycombinator.com/item?id=7520687
link
spo81rty
4456 days ago
So I guess this is ngen in the cloud to skip doing it on the PC.
link
sriramk
4456 days ago
If I remember ngen is very architecture/platform specific - that is why it has to be done on the target machine. This sounds like it is done ahead of time with support for a variety of architectures.
link