aboutsummaryrefslogtreecommitdiff
path: root/EssentialPostV1Features.md
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-04-30 09:44:03 -0700
committerDan Gohman <sunfish@mozilla.com>2015-04-30 09:44:03 -0700
commit8307058313e61ed9a50cdbaa313ff76f47db0b04 (patch)
treeceeb8e2faaafd2b5f6e47cfe45ab1c0a05b4974d /EssentialPostV1Features.md
parent169f3f0c2af3e863634010a3dd230eeca2cd6ba1 (diff)
downloadnanowasm-design-8307058313e61ed9a50cdbaa313ff76f47db0b04.tar.gz
Remove features from EssentialPostV1Features.md covered in FutureFeatures.md.
Diffstat (limited to 'EssentialPostV1Features.md')
-rw-r--r--EssentialPostV1Features.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md
index c7c18df..b644010 100644
--- a/EssentialPostV1Features.md
+++ b/EssentialPostV1Features.md
@@ -10,6 +10,7 @@ Minimum Viable Product that is [v.1](V1.md).
* TODO
## Threads
+* Shared memory
* Atomics
* Futex or [synchronic][]
* Thread-local storage
@@ -19,23 +20,13 @@ Minimum Viable Product that is [v.1](V1.md).
## Fixed-width SIMD
* TODO
-## Dynamic loading
-* TODO
-
## Platform-independent Just-in-Time compilatione
* TODO
* Potentially through dynamic loading.
-## Fine-grained memory management
-* Shared memory
-* `mmap`/`munmap`/`madvise`
-
## Zero-cost Exception Handling
* Developer access to stack unwinding and inspection.
-## Garbage collection
-* TODO
-
## Signature-restricted Proper Tail Calls
* TODO