comparison ToDo @ 375:c1153f21f2bb

removal of incorrect line in todo list
author Tassilo Philipp
date Sat, 26 Dec 2020 22:39:46 +0100
parents 8b331d3382aa
children 2144287113df
comparison
equal deleted inserted replaced
374:200297c0f215 375:c1153f21f2bb
55 -------- 55 --------
56 - add solaris support for x64 56 - add solaris support for x64
57 57
58 dyncall: 58 dyncall:
59 -------- 59 --------
60 - callf test crashing on OmniOS
61 - dyncall sparc v7/v8: -xO3 on SunPro segfaults in tests (observed years ago) 60 - dyncall sparc v7/v8: -xO3 on SunPro segfaults in tests (observed years ago)
62 - callbacks and use of CC signature characters (only x86 has any support for different CCs for callbacks): 61 - callbacks and use of CC signature characters (only x86 has any support for different CCs for callbacks):
63 * support for arm (arm/thumb on same platform) 62 * support for arm (arm/thumb on same platform)
64 * check if ellipsis support is needed (is there any need for calling back into an ellipse function?) 63 * check if ellipsis support is needed (is there any need for calling back into an ellipse function?)
65 * check if syscalls support is needed (is there any need for calling back into a syscall?) 64 * check if syscalls support is needed (is there any need for calling back into a syscall?)