TODO 417 字节
Newer Older
B
bellard 已提交
1
- segment ops (minimal LDT/GDT support for wine)
B
bellard 已提交
2
- optimize translated cache chaining (DLL PLT like system)
B
bellard 已提交
3
- improved 16 bit support 
B
bellard 已提交
4 5
- optimize inverse flags propagation (easy by generating intermediate
  micro operation array).
B
bellard 已提交
6 7 8
- signals
- threads
- make it self runnable (use same trick as ld.so : include its own relocator and libc)
B
bellard 已提交
9
- fix FPU exceptions (in particular: gen_op_fpush not before mem load)
B
bellard 已提交
10
- tests