From 8e0805c8bdcdd086eb8079a3b3350adca09e7bac Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Fri, 1 May 2015 09:15:38 -0700 Subject: Move multiprocess to end. --- FutureFeatures.md | 10 +++++----- 1 file 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`. -- cgit v1.2.3