dotnet/roslyn
View on GitHubPossible test perf improvement using null stream for pdb sink
Open
#364 opened on Feb 10, 2015
Area-CompilersFeature RequestTenet-Performancehelp wanted
Description
Should this test code
c.Emit(new MemoryStream(), pdbStream: new MemoryStream()).Diagnostics.Verify(expected);
use Stream.Null instead of a memory stream for performance?