Howdy all, I am in middle of designing program analysis for C++ code, but with concerns about exception handling. I used to disable exception handling but now have to take into account exception handling somehow. May someone give me a brief introduction on how GCC processes C++ exceptions or recommend some docs about exception handling? (Thus I can quickly evaluate the overhead arising from taking into account exceptions during program analysis.)
Thank you very much! Xiaolong