ILLinker could theoretically do the same optimization as native AOT is doing and trim method names when StackTraceSupport is disabled. Since method names are also visible in debuggers, we'd probably need to condition that on DebuggerSupport also being false.
But with that, we should in theory be able to rename methods that are not reflection visible and give them shorter names (or even compilercontrolled visibility and no name).
ILLinker could theoretically do the same optimization as native AOT is doing and trim method names when StackTraceSupport is disabled. Since method names are also visible in debuggers, we'd probably need to condition that on DebuggerSupport also being false.
But with that, we should in theory be able to rename methods that are not reflection visible and give them shorter names (or even
compilercontrolled
visibility and no name).