Changes between Version 1 and Version 2 of Ticket #12592, comment 5
- Timestamp:
- Jan 22, 2017, 6:23:01 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12592, comment 5
v1 v2 9 9 Windows does not provide segemented (on demand growing) stacks. 10 10 11 BTW, to disable optimization for a function you could use '#pragma optimize("",on|off)'12 13 11 If 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): 14 12 … … 20 18 21 19 So, I close this bug as 'works for me'. 20 21 BTW, to disable optimization for a function you could use '#pragma optimize("",on|off)'