You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 🐢 [C++ Exceptions under the hood](https://nicolasbrailo.github.io/blog/projects_texts/13exceptionsunderthehood.html)
50
+
51
+
[@老驴](https://weibo.com/u/6090610445):这篇 C++ Exceptions under the hood 从手写迷你 ABI 出发,把 C++ 异常背后的 throw/catch、栈展开、LSDA、landing pad 和 _Unwind 机制拆到寄存器层面。适合想深入理解语言运行时与底层实现的 C++ / 系统编程读者。
0 commit comments