At the command line (csc), /optimize-
In the IDE, project properties → build → “optimize code”
For some JIT optimizations, you can use [MethodImpl(...)]
At the command line (csc), /optimize-
In the IDE, project properties → build → “optimize code”
For some JIT optimizations, you can use [MethodImpl(...)]