summaryrefslogtreecommitdiffstats
path: root/TODO_DONE
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2016-01-31 08:28:44 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2016-01-31 08:28:44 (GMT)
commitc53b10e8829b6f3dbbe5d21f84110037c3f3f38a (patch)
tree4de2ddd478e5da0dff4222f95ebc6a337e8eb7b7 /TODO_DONE
parent1a9786cbb43500f8bce0845d8896bb02c17b4f3b (diff)
downloadtcl-mig_opt2_tmp.zip
tcl-mig_opt2_tmp.tar.gz
tcl-mig_opt2_tmp.tar.bz2
(NON_PORTABLE) insure good cache alignment of NRE_callbackmig_opt2_tmp
Diffstat (limited to 'TODO_DONE')
-rw-r--r--TODO_DONE11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO_DONE b/TODO_DONE
index 96a275b..6e59acf 100644
--- a/TODO_DONE
+++ b/TODO_DONE
@@ -15,10 +15,6 @@
* mig-alloc-reform: what can be brought in? At least forget -DPURIFY, make
it usable from normal builds.
-* mod the callback struct: make it have only 3 data fields, 4 in
- total. This will reduce the size, possible improvements due to cache and
- memory alignment issues.
-
*************************************************************************
**** DONE ***************************************************************
*************************************************************************
@@ -71,3 +67,10 @@
This is done by defining HAVE_FAST_TSD in the defaut build; can remove it
later on for the default - handy while developing. FIXME!!
+* mod the callback struct: make it have only 3 data fields, 4 in
+ total. This will reduce the size, possible improvements due to cache and
+ memory alignment issues.
+
+* INCOMPATIBILITY ... or at least, no attention paid to windows. We are
+ using __atribute__ to insure good cache alignment of NRE_callback, this
+ is certainly not portable.