Javier Honduvilla Coto - "How stack unwinding works?" - C++ London

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 3

  • @tlacmen
    @tlacmen หลายเดือนก่อน

    I am pretty sure that c++ exceptions works even when all debug/dwarf data are stripped away. How is that accomplished?

    • @JunZhang-ralphjzhang
      @JunZhang-ralphjzhang 27 วันที่ผ่านมา

      in Dave Watson's talk, he mention that debug information is in debug section, which can be stripped away, but exception handling info is in .eh_frames section, which always with the binary. They both use dwarf, but they are completely different piece of information.

  • @Roibarkan
    @Roibarkan ปีที่แล้ว +1

    22:06 Dave Watson’s talk: th-cam.com/video/_Ivd3qzgT7U/w-d-xo.html