开发者

g++ stack unwinding

开发者 https://www.devze.com 2023-02-18 01:05 出处:网络
Is there any way to dis开发者_Go百科able the stack unwinding feature of g++?If you\'re trying to \"disable\" at just one point -- maybe to effect a quick emergency exit from a module? -- you might con

Is there any way to dis开发者_Go百科able the stack unwinding feature of g++?


If you're trying to "disable" at just one point -- maybe to effect a quick emergency exit from a module? -- you might consider using setjmp and longjmp from the C std library.

0

精彩评论

暂无评论...
验证码 换一张
取 消