Changes between Version 1 and Version 2 of Ticket #12592, comment 5


Ignore:
Timestamp:
Jan 22, 2017, 6:23:01 PM (6 years ago)
Author:
olli

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12592, comment 5

    v1 v2  
    99Windows does not provide segemented (on demand growing) stacks.
    1010
    11 BTW, to disable optimization for a function you could use '#pragma optimize("",on|off)'
    12 
    1311If you use the 'protected_fixedsize_stack' you get an guard page appended. If you access memory fro m that page you get an 'stack overflow' exception (tested):
    1412
     
    2018
    2119So, I close this bug as 'works for me'.
     20
     21BTW, to disable optimization for a function you could use '#pragma optimize("",on|off)'