Reply to post: native targets

Microsoft emits last preview of .NET 6 and C# 10, but is C# becoming as complex as C++?

Steve Channell

native targets

For a very long time .NET assemblies loaded into the Global Assembly Cache (GAC) have been compiled to native code. Today's .NET native target is more like LLVM than the VM's of old, and C# like Clang.

If you don't like garbage collection, you wont like the .NET runtime providing GC for you. RAII does not obviate the need to use smart pointers to avoid memory leaks. Porting .NET is no more difficult than porting LLVM

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon