Skip to content

Commit

Permalink
readme: amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Mar 9, 2012
1 parent 9d0cd45 commit 756c49d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,16 +207,19 @@ Things that are implemented currently:
* Unboxing of heap numbers
* Floating point operations
* Function calls, passing arguments and using returned value
* Stop-the-world copying garbage collector
* Stop-the-world copying two-space garbage collector
* Hash-maps (objects), numeric and string keys
* Arrays
* Typeof, Sizeof, Keysof
* String concatenation
* C++/C bindings support for candor

Things to come:

* C++/C bindings documentation
* On-stack replacement and profile-based optimizations
* Incremental GC
* Usage in multiple-threads (aka isolates)
* C++/C bindings support for candor
* Inline caching
* Break statement
* Better parser/lexer errors
Expand Down

0 comments on commit 756c49d

Please sign in to comment.