add a mention to nan-boxing in readme

This commit is contained in:
Yuichi Nishiwaki 2013-11-05 21:16:17 +09:00
parent ac14a2271b
commit 57f4492c4e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- reentrant design (all VM states are stored in single global state object)
- bytecode interpreter (based on Stack VM technology)
- direct threaded VM
- Internal representation by Nan-Boxing
- exact GC (simple mark and sweep strategy)
- advanced REPL support (multi-line input, etc)
- tiny & portable library (all functions will be in `libpicrin.so`)