comparison ToDo @ 6:b8ea1d2a34a3

- todo
author cslag
date Thu, 09 Jul 2015 20:51:11 +0200
parents 3e629dc19168
children a996f29affdf
comparison
equal deleted inserted replaced
5:52deacbdd2b1 6:b8ea1d2a34a3
98 - test/thunk: some platforms do not allow for allocation of executable code on heap and stack -- 98 - test/thunk: some platforms do not allow for allocation of executable code on heap and stack --
99 currently this test will crash, maybe we should collect information which platforms allow and which not. 99 currently this test will crash, maybe we should collect information which platforms allow and which not.
100 100
101 bugs: 101 bugs:
102 ----- 102 -----
103 - callconv set specifically for platform that has only one (default) excepts for some
104 platforms, eg. setting X64_sysv on amd64/Linux - keeping cdecl which is the same in
105 this case, works
103 - callbacks on ppc32 only work on linux and apple (osx abi), but not BSD 106 - callbacks on ppc32 only work on linux and apple (osx abi), but not BSD
104 - vararg function calls don't work for ARM THUMB mode (Daniel's new interface for modesetting for varag 107 - vararg function calls don't work for ARM THUMB mode (Daniel's new interface for modesetting for varag
105 args should be used); adapt test/ellipsis and/or retest 108 args should be used); adapt test/ellipsis and/or retest
106 109
107 missing implementations (descending priority): 110 missing implementations (descending priority):