Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible test perf improvement using null stream for pdb sink #364

Open
gafter opened this issue Feb 10, 2015 · 0 comments
Open

Possible test perf improvement using null stream for pdb sink #364

gafter opened this issue Feb 10, 2015 · 0 comments
Labels
Area-Compilers Feature Request help wanted The issue is "up for grabs" - add a comment if you are interested in working on it Tenet-Performance Regression in measured performance of the product from goals.
Milestone

Comments

@gafter
Copy link
Member

gafter commented Feb 10, 2015

Should this test code

c.Emit(new MemoryStream(), pdbStream: new MemoryStream()).Diagnostics.Verify(expected);

use Stream.Null instead of a memory stream for performance?

@gafter gafter added Enhancement Area-Compilers Tenet-Performance Regression in measured performance of the product from goals. 1 - Planning help wanted The issue is "up for grabs" - add a comment if you are interested in working on it labels Feb 10, 2015
@gafter gafter added this to the Unknown milestone Feb 22, 2015
@jaredpar jaredpar removed this from the Unknown milestone Nov 23, 2015
@dpoeschl dpoeschl added this to the Unknown milestone Dec 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Feature Request help wanted The issue is "up for grabs" - add a comment if you are interested in working on it Tenet-Performance Regression in measured performance of the product from goals.
Projects
None yet
Development

No branches or pull requests

3 participants