diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ -- tests +- optimize translated cache chaining (DLL PLT like system) +- optimize inverse flags propagation (easy by generating intermediate + micro operation array). - signals - threads -- fix printf for doubles (fp87.c bug ?) - make it self runnable (use same trick as ld.so : include its own relocator and libc) - fix FPU exceptions (in particular: gen_op_fpush not before mem load) +- tests |