3b04b7dce19f5a0b5b050d7ebcdabd7ea3b7a080
[qemu] / TODO
1 - optimize translated cache chaining (DLL PLT like system)
2 - optimize inverse flags propagation (easy by generating intermediate
3   micro operation array).
4 - signals
5 - threads
6 - make it self runnable (use same trick as ld.so : include its own relocator and libc)
7 - fix FPU exceptions (in particular: gen_op_fpush not before mem load)
8 - tests