diff options
| author | JF Bastien <github@jfbastien.com> | 2015-04-30 10:01:48 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-04-30 10:01:48 -0700 |
| commit | 9acba53cdae9032a5d661664c2670a7dfe886f3a (patch) | |
| tree | 88111f2ae443cc7a1d26d948995598cd3ba4bf41 /EssentialPostV1Features.md | |
| parent | 60303f2bf99fcf72b9ba25da099a801dd142ae8e (diff) | |
| parent | f9917a82bb4d9240960969838fde13e64ad72bd5 (diff) | |
| download | nanowasm-design-9acba53cdae9032a5d661664c2670a7dfe886f3a.tar.gz | |
Merge pull request #4 from WebAssembly/moar-features
Add a few features.
Diffstat (limited to 'EssentialPostV1Features.md')
| -rw-r--r-- | EssentialPostV1Features.md | 3 |
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 |
