From f9917a82bb4d9240960969838fde13e64ad72bd5 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 30 Apr 2015 09:59:08 -0700 Subject: Add a few features. --- EssentialPostV1Features.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'EssentialPostV1Features.md') diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md index ccf9db6..bd6deb1 100644 --- a/EssentialPostV1Features.md +++ b/EssentialPostV1Features.md @@ -22,6 +22,9 @@ Minimum Viable Product that is [v.1](V1.md). ## Zero-cost Exception Handling * Developer access to stack unwinding and inspection. +* This will be used to implement `setjmp`/`longjmp` (instead of the usual + opposite approach). ## Signature-restricted Proper Tail Calls +* This can also be used to support `goto` and irreducible control flow. * TODO -- cgit v1.2.3