<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Optimization Note (C++) 1: push, pop, call _chkstk</title><link>http://blogs.msdn.com/b/fyuan/archive/2011/04/04/optimization-note-c-1-push-10h-pop-eax-call-chkstk.aspx</link><description>I was looking at assembly code trying to improve an important performance scenario when I found a strange call to _chkstk 
 011E100E push 10h
 011E1010 pop eax
 011E1011 call _chkstk (011E1810h)
 011E1016 mov ecx,esp
 
 My understanding is that</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator></channel></rss>