Area-CompilersFeature RequestTenet-Performancehelp wanted
描述
Should this test code
c.Emit(new MemoryStream(), pdbStream: new MemoryStream()).Diagnostics.Verify(expected);
use Stream.Null instead of a memory stream for performance?
Should this test code
c.Emit(new MemoryStream(), pdbStream: new MemoryStream()).Diagnostics.Verify(expected);
use Stream.Null instead of a memory stream for performance?