Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

FrameRequestHeaders:AppendNonPrimaryHeaders uses (and zeros) 888 bytes of stack #1317

Closed
benaadams opened this issue Jan 22, 2017 · 2 comments

Comments

@benaadams
Copy link
Contributor

; Assembly listing for method FrameRequestHeaders:AppendNonPrimaryHeaders(long,int,int,ref):this
...
; Lcl frame size = 888

G_M22131_IG01:
       57                   push     rdi
       56                   push     rsi
       4881EC78030000       sub      rsp, 888
       488BF1               mov      rsi, rcx
       488D7C2420           lea      rdi, [rsp+20H]
       B9D6000000           mov      ecx, 214
       33C0                 xor      rax, rax
       F3AB                 rep stosd 
....
@benaadams
Copy link
Contributor Author

Picking this up in #1313 commit e330a9c down to 64 bytes

@muratg
Copy link
Contributor

muratg commented Feb 3, 2017

(@benaadams closing these few issues due to the move to pipelines)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants