ngn999 / cpp_exception_handling_abi

A mini ABI capable of handling throw/catch statements for C++ without libstdc++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp_exception_handling_abi

A mini ABI capable of handling throw/catch statements for C++ without libstdc++

The goal of this project is not replacing libstdc++ but only to learn a bit about how exceptions are handled from a low-level C++ perspective.

This is the code repository for an article that can be found at http://monoinfinito.wordpress.com/series/exception-handling-in-c/

About

A mini ABI capable of handling throw/catch statements for C++ without libstdc++


Languages

Language:C++ 91.9%Language:Makefile 5.9%Language:C 2.2%