[llvm-commits] [PATCH] Reuse %rax when calling __chkstk on WinX86_64

Nico Rieck nico.rieck at gmail.com
Thu Jan 24 13:51:58 PST 2013


This implements a small FIXME for Win64. Microsoft's 64-bit __chkstk
leaves %rax intact which means the subsequent stack increase can be
encoded more efficiently.

-Nico

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Reuse-rax-when-calling-__chkstk-on-WinX86_64.patch
Type: text/x-patch
Size: 2069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130124/80f3eedf/attachment.bin>


More information about the llvm-commits mailing list