Skip to content

Http1OutputProducer Reset sequentially #9203

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

Merged
merged 2 commits into from
Apr 17, 2019

Conversation

benaadams
Copy link
Member

@benaadams benaadams commented Apr 9, 2019

Currently jumps about in addresses; better for cache if it processes in ascending order

Previous

G_M57007_IG02:
       mov      byte  ptr [rcx+119], 0
       mov      byte  ptr [rcx+121], 0
       mov      byte  ptr [rcx+120], 0
       xor      eax, eax
       mov      dword ptr [rcx+104], eax

New

G_M57007_IG02:
       xor      eax, eax
       mov      dword ptr [rcx+104], eax
       mov      byte  ptr [rcx+119], 0
       mov      byte  ptr [rcx+120], 0
       mov      byte  ptr [rcx+121], 0

@benaadams benaadams changed the title HttpProtocol Reset sequentially Http1OutputProducer Reset sequentially Apr 9, 2019
@halter73 halter73 merged commit 2dc5694 into dotnet:master Apr 17, 2019
@halter73
Copy link
Member

Thanks!

@benaadams benaadams deleted the HttpProtocol-Reset branch April 17, 2019 03:36
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants