diff options
author | Eduardo Julian | 2022-11-06 20:52:21 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-06 20:52:21 -0400 |
commit | ae4c0a4746d59b552ebeba166a43ce756dd265af (patch) | |
tree | 8548fb3e4a77bd986d459a639ee31cf2455fe20e /documentation/bookmark/error | |
parent | fd8ea1e1b9cae781abe42aeadda2e0ef149994d6 (diff) |
More efficient code-generation for text composition.
Diffstat (limited to 'documentation/bookmark/error')
-rw-r--r-- | documentation/bookmark/error/exception.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/error/exception.md b/documentation/bookmark/error/exception.md index 09b43b1eb..d89a47559 100644 --- a/documentation/bookmark/error/exception.md +++ b/documentation/bookmark/error/exception.md @@ -1,5 +1,6 @@ # Reference +0. [Making unwinding through JIT-ed code scalable](http://databasearchitects.blogspot.com/2022/06/making-unwinding-through-jit-ed-code.html) 0. [Using Coroutines to Implement C++ Exceptions for Freestanding Environments - Eyal Zedaka - CppCon 21](https://www.youtube.com/watch?v=TsXYqnUXrwM) 0. [You don't understand exceptions, but you should](https://matt.might.net/articles/implementing-exceptions/) |