PDA

View Full Version : how to disable zerocost-exception?




amudham
Apr 20, 2009, 02:02 AM
Is there a flag available to disable zerocost-exception in gcc?

any help will be appreciated...

Thanks.



Catfish_Man
Apr 20, 2009, 04:07 AM
Zero-cost exceptions are a feature of the new Objective-C runtime that's turned on for 64 bit x86 applications only. I'm not sure if there's a way to turn that off.

amudham
Apr 21, 2009, 02:48 AM
Zero-cost exceptions are a feature of the new Objective-C runtime that's turned on for 64 bit x86 applications only. I'm not sure if there's a way to turn that off.

Thanks!