diff ToDo @ 117:4a64b733dc76

- doc, added first version of mips64 callconv page - cleanups, todo update
author cslag
date Sun, 03 Jul 2016 01:39:37 +0200
parents c5cb02203df4
children 645443fcfb47
line wrap: on
line diff
--- a/ToDo	Thu Jun 23 12:38:51 2016 +0200
+++ b/ToDo	Sun Jul 03 01:39:37 2016 +0200
@@ -35,6 +35,8 @@
   be used to test dycnall bindings
 - pkg-config support?
 - quadmath support (long double)
+- add tests using alloca(), as this might depend on the frame pointer being correctly
+  set; we don't check for this, currently, at all
 
 portasm:
 --------
@@ -101,6 +103,8 @@
 - provide more examples on how to use dyncall, dynload and dyncallback
   * e.g. enhance manual with a couple of examples (e.g. calling MessageBoxA on windows, etc.)
 - manuals for bindings (as stated in bindings-section, above)
+- under "dyncall support", in each calling convention appendix, list crucial details of e.g. big/little endian support, etc.
+- specify integer models in use, use common ILP32, LLP64, etc. terms
 
 regressions:
 ------------