Linked by Thom Holwerda on Wed 14th Nov 2012 21:36 UTC
Thread beginning with comment 542615
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: MS dropped the ball
by Nelson on Thu 15th Nov 2012 17:16
in reply to "RE[4]: MS dropped the ball"
Almost. There is some on-device compilation (Converting MDIL to native machine code, but its much faster than JITing MSIL using ngen or something).
It seems like this technology (Cloud compilation) is a rung above even what Windows 8 offers (Install time NGen as a Service) for .NET applications.
I wonder if cloud compilation will work for WP7 devices, it'd be nice to get some improved start up time on some apps.
RE[6]: MS dropped the ball
by moondevil on Thu 15th Nov 2012 18:54
in reply to "RE[5]: MS dropped the ball"
Almost. There is some on-device compilation (Converting MDIL to native machine code, but its much faster than JITing MSIL using ngen or something)
MDIL is native code except for the memory references that are kept symbolic.
On the device you only have a linker, no compilation takes place.
At least this is the information available in Channel 9 and BUILD 2012.
Edited 2012-11-15 18:55 UTC




Member since:
2005-07-08
And everything is fully native on Windows Phone 8, even .NET gets fully compiled to native code, not JITting is done.