NetBSD/sys/arch/ia64/unwind/TODO
cherry ba7cbe760f Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetBSD/amd64 were used as templates,
along with my own additions.
2006-04-07 13:57:43 +00:00

8 lines
320 B
Plaintext

This is a list of TODO's without which the unwind code is *buggy*.
- The Mem-stack
- All Preserved Registers (ar.unat, ar.rnat, ar.lc, ar.fpsr, ar.bsp, ar.bspstore)
- Implicit register saves via _when descriptor records.
- Multiple unwind label_states ( How do we do this without malloc ? )
- Floating Point registers.