summaryrefslogtreecommitdiff
path: root/TODO
blob: 5602097b8ef45b62729d9b9322dc44836aa1569d (plain)
1
2
3
4
5
6
7
8
9
10
- segment ops (minimal LDT/GDT support for wine)
- optimize translated cache chaining (DLL PLT like system)
- improved 16 bit support 
- optimize inverse flags propagation (easy by generating intermediate
  micro operation array).
- signals
- threads
- 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