MSBUILD 2014, C# gets an ahead of time compiler to native code.

Alex D. via Digitalmars-d digitalmars-d at puremagic.com
Thu Jan 8 14:47:49 PST 2015


> Now I wonder how will runtime template instantiation work.

it is not really difficult, but it a bit of work to make it run

for example you when you use List<T> you are going to use a
specialization of the template such as List<int> which is not
template anymore.


More information about the Digitalmars-d mailing list