eo2: add TODO-eo2

merry XMas eo2 !!
you've been fully rebased,
without the eo2test directory,
luckily without any mistake !?
This commit is contained in:
Jérémy Zurcher 2013-12-27 17:38:50 +01:00 committed by Tom Hacohen
parent 055dd3c521
commit 117aa6f2a7
1 changed files with 32 additions and 0 deletions

32
TODO-eo2 Normal file
View File

@ -0,0 +1,32 @@
- eo_composite_attach
maybe check that the class of comp_obj is part of parent extensions
- Eo2_Call_Stack
grow/shrink
stack push and pop functions
per thread stack
- Remove the memset in do_end? Waste of cpu...
- cleanup EO2_VERSION specific code in eo.c and eo_private.c
- Move the Op_Descs to be set using a function inside the class_constructor
check if it works ASIS on windows
if it does, do nothing
- Rediscuss the whole attribute cleanup thing. I'm not sure we want that as everything breaks if that isn't there. Embedded old gcc?
- function name from pointer
dladdr backtrace ??
- Get rid of some of the EO2_VOID_FUNC_BODY?
- Add line number to errors (like in eo1...)
- A bit annoying that we don't get type checks on the callbacks, fix that? That's really dangerous!
- Get all the optimisations cedric has been doing to Eo1? I think that's where the children thing got lost...
- Make sure all the improvements have been migrated...
- Fix all the FIXME