summaryrefslogtreecommitdiffstats
path: root/sockaddr_127-0-0-1_1337.bin
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-01-15 01:07:25 -0500
committerMalfurious <m@lfurio.us>2023-01-15 01:07:25 -0500
commit37243a782b0fe4828e7b2480ea600b126d9c512a (patch)
tree8acba658212325b61aec92a7ed7ea932e55e6b81 /sockaddr_127-0-0-1_1337.bin
parent7e8e439a6940bde2c11d30e45b950dd3ed789e60 (diff)
downloadlace-master.tar.gz
lace-master.zip
Remove unnecessary stack allocationsHEADmaster
Subtracting esp to allocate space on the stack is only necessary to preserve data that is already lower on the stack. By the time we use either the sockaddr struct or the temporary io buffer, we are finished accessing older stack values, so they can be overwritten. This saves 2 unnecessary instructions from the program. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'sockaddr_127-0-0-1_1337.bin')
0 files changed, 0 insertions, 0 deletions