Skip to content

Commit

Permalink
Move JIT support to FutureFeatures.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Apr 30, 2015
1 parent 8307058 commit 60dff8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions EssentialPostV1Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ Minimum Viable Product that is [v.1](V1.md).
## Fixed-width SIMD
* TODO

## Platform-independent Just-in-Time compilatione
* TODO
* Potentially through dynamic loading.

## Zero-cost Exception Handling
* Developer access to stack unwinding and inspection.

Expand Down
4 changes: 4 additions & 0 deletions FutureFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ prioritized based on developer feedback.
## Operations which may not be available or may not perform well on all platforms
* FMA, reciprocal sqrt approximate, fp16
* TODO

## Platform-independent Just-in-Time compilatione
* TODO
* Potentially through dynamic loading.

0 comments on commit 60dff8e

Please sign in to comment.