aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-05-01 09:15:38 -0700
committerJF Bastien <jfb@chromium.org>2015-05-01 09:15:38 -0700
commit8e0805c8bdcdd086eb8079a3b3350adca09e7bac (patch)
tree36fe74425b2d3fc55d14dd3de6fc4f6916adadcc
parent76d99413d077529a21be6f7bd9643f2cab9bf84e (diff)
downloadnanowasm-design-8e0805c8bdcdd086eb8079a3b3350adca09e7bac.tar.gz
Move multiprocess to end.
-rw-r--r--FutureFeatures.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 3aaeea3..30f2e30 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -20,11 +20,6 @@ This is covered in the [tooling](Tooling.md) section.
* `mmap` of File, `madvise(MADV_DONTNEED)`, ...
* TODO
-## Multiprocess support
- * `vfork`.
- * Inter-process communication.
- * Inter-process `mmap`.
-
## GC/DOM Integration
* Access to certain kinds of GC things from variables/arguments/expressions
* Ability to GC-allocate certain kinds of GC things
@@ -60,3 +55,8 @@ This is covered in the [tooling](Tooling.md) section.
## Platform-independent Just-in-Time compilation
* TODO
* Potentially through dynamic loading.
+
+## Multiprocess support
+ * `vfork`.
+ * Inter-process communication.
+ * Inter-process `mmap`.