2MB stack size for Visual C++

Hans Wennborg hans at chromium.org
Thu Oct 17 10:54:15 PDT 2013


On Wed, Oct 16, 2013 at 10:55 AM, Yaron Keren <yaron.keren at gmail.com> wrote:
> Compiling under Visual C++ 2012 with the default stack size of 1MB, the
> stack overflows at a depth of 216 template instantiations, well before the
> 256 default limit. This patch modifies the default MSVC stack size to 2MB.

Thanks! Committed in r192904.

 - Hans



More information about the cfe-commits mailing list