todo changes

This commit is contained in:
Araq
2011-11-25 09:02:34 +01:00
parent e40bca47c5
commit ac9d406c99

View File

@@ -2,11 +2,13 @@ version 0.8.14
==============
- fix thread tests
- deprecate endOfFile and readline
version 0.9.0
=============
- GC: marker procs for native Nimrod GC and Boehm GC; precise stack marking
- GC: marker procs for native Nimrod GC and Boehm GC; precise stack marking;
escape analysis for string/seq seems to be easy to do too
- dead code elim for JS backend; 'of' operator for JS backend
- test the sort implementation again
- 'let x = y'