From 8307058313e61ed9a50cdbaa313ff76f47db0b04 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 30 Apr 2015 09:44:03 -0700 Subject: [PATCH] Remove features from EssentialPostV1Features.md covered in FutureFeatures.md. --- EssentialPostV1Features.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md index c7c18df7..b6440107 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