What are some reasons for using unsafe code?
- Direct access to the GC and better performance
- The ability to throw types not-inherited from Exception, better performance, and the ability to write inline IL
- The ability to write inline IL and better performance
- Better performance and more control over unmanaged interop
- More control over unmanaged interop, better performance, and the ability to write inline IL