Skip to content

Commit

Permalink
Remove features from EssentialPostV1Features.md covered in FutureFeat…
Browse files Browse the repository at this point in the history
…ures.md.
  • Loading branch information
sunfishcode committed Apr 30, 2015
1 parent 169f3f0 commit 8307058
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions EssentialPostV1Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Minimum Viable Product that is [v.1](V1.md).
* TODO

## Threads
* Shared memory
* Atomics
* Futex or [synchronic][]
* Thread-local storage
Expand All @@ -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

This comment has been minimized.

Copy link
@lukewagner

lukewagner Apr 30, 2015

Member

n/m, you already removed this later.

* 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

Expand Down

0 comments on commit 8307058

Please sign in to comment.