开发者

g++ stack unwinding

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜