3 maybe check that the class of comp_obj is part of parent extensions
7 stack push and pop functions
10 - Remove the memset in do_end? Waste of cpu...
12 - cleanup EO2_VERSION specific code in eo.c and eo_private.c
14 - Move the Op_Descs to be set using a function inside the class_constructor
15 check if it works ASIS on windows
16 if it does, do nothing
18 - Rediscuss the whole attribute cleanup thing. I'm not sure we want that as everything breaks if that isn't there. Embedded old gcc?
20 - function name from pointer
23 - Get rid of some of the EO2_VOID_FUNC_BODY?
25 - Add line number to errors (like in eo1...)
27 - A bit annoying that we don't get type checks on the callbacks, fix that? That's really dangerous!
29 - Get all the optimisations cedric has been doing to Eo1? I think that's where the children thing got lost...
30 - Make sure all the improvements have been migrated...