View Single Post
Old 18 April 2022, 09:59   #1397
bebbo
bye
 
Join Date: Jun 2016
Location: Some / Where
Posts: 680
Quote:
Originally Posted by bebbo View Post
Well, to be fair: any number is a reasonable stack size. So this sounds reasonable.

coming back to reasonable stack sizes: I found this nice snippet in the gcc code:
Code:
  /* Parsing and gimplification sometimes need quite large stack.
     Increase stack size limits if possible.  */
  stack_limit_increase (64 * 1024 * 1024);
bebbo is offline  
 
Page generated in 0.04419 seconds with 11 queries