comparison ToDo @ 155:bbefb8b8e74c

- sparc32 thunk code - replaced some c++ comments with old c ones - whitespace cosmetics
author cslag
date Thu, 24 Nov 2016 23:47:31 +0000
parents 0ab08c1541f0
children 49549739228c
comparison
equal deleted inserted replaced
154:3729a99ef03c 155:bbefb8b8e74c
1 1.0: 1 1.0:
2 ---- 2 ----
3 - dyncallback's "stack_cleanup" can be removed from non x86 impls... test if they still work
3 - the CallVM-free functions are per VTable, however the latter can be changed out 4 - the CallVM-free functions are per VTable, however the latter can be changed out
4 at runtime... which basically changes potentially the deallocator... 5 at runtime... which basically changes potentially the deallocator...
5 same goes for functions setting the mode. think about how to make this safer - currently 6 same goes for functions setting the mode. think about how to make this safer - currently
6 we have a higher flexibility and we need to potentially clean up from the mode we are in, 7 we have a higher flexibility and we need to potentially clean up from the mode we are in,
7 however, this is open to misuse 8 however, this is open to misuse