Remove unnecessary spills from BufferedStream.ReadAsync#55190
Remove unnecessary spills from BufferedStream.ReadAsync#55190adamsitnik merged 1 commit intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsSaves a field in each state machine.
|
adamsitnik
left a comment
There was a problem hiding this comment.
LGTM, however I wish our compiler could optimize that for us.
|
the failures are unrelated, I am merging |
For the most part this is by design: to maintain order of operations, if you have |
|
@stephentoub thanks! |
Saves a field in each state machine.