This patch moves the expansion of WIN_ALLOCA pseudo-instructions into a separate pass that walks the CFG and lowers the instructions based on a conservative estimate of the offset between the stack pointer and the lowest accessed stack address.
The goal is to reduce binary size and run-time costs by removing calls to _chkstk.
I think this needs a description. :-)