aboutsummaryrefslogtreecommitdiff
path: root/EssentialPostV1Features.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-04-30 09:59:08 -0700
committerJF Bastien <jfb@chromium.org>2015-04-30 09:59:08 -0700
commitf9917a82bb4d9240960969838fde13e64ad72bd5 (patch)
tree88111f2ae443cc7a1d26d948995598cd3ba4bf41 /EssentialPostV1Features.md
parent60303f2bf99fcf72b9ba25da099a801dd142ae8e (diff)
downloadnanowasm-design-f9917a82bb4d9240960969838fde13e64ad72bd5.tar.gz
Add a few features.
Diffstat (limited to 'EssentialPostV1Features.md')
-rw-r--r--EssentialPostV1Features.md3
1 files changed, 3 insertions, 0 deletions
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