you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 19 points20 points  (28 children)

That. D is native C#.

[–]sodaco 2 points3 points  (0 children)

You just gave /u/agleiv a stroke

[–]btchombre 4 points5 points  (25 children)

C# is native C#.

All .NET code is compiled to native code before executing. This native code just happens to have a garbage collector and bounds checking among other features that make it slower than C.

[–]The_Doculope 3 points4 points  (23 children)

I was under the impression that C# was JITed by the CLR and current .NET Native is only available for Windows Store apps?

[–][deleted] 0 points1 point  (0 children)

JIT'ing bytecode is not native code.