summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2016-01-28 18:27:04 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2016-01-28 18:27:04 (GMT)
commit92c65512687b42a7e97916db775e08be6f8b62ca (patch)
tree9af7475de92fadcb1511e83b9db0e958308e3369
parent940d841e2ccf26c33c6acf82e44f5d13cadaee0d (diff)
downloadtcl-92c65512687b42a7e97916db775e08be6f8b62ca.zip
tcl-92c65512687b42a7e97916db775e08be6f8b62ca.tar.gz
tcl-92c65512687b42a7e97916db775e08be6f8b62ca.tar.bz2
TODO
-rw-r--r--TODO_DONE6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO_DONE b/TODO_DONE
index 4ad958b..96a275b 100644
--- a/TODO_DONE
+++ b/TODO_DONE
@@ -8,8 +8,6 @@
* optimize proc setup and teardown - any gains to be had in there?
-* bring up relevant mods (if any) from mig-alloc-reform
-
* mod NRE api - nreProc with the same sig as Tcl_NRPostProc (callbacks)?
Should be a win on the sibling jumps model: direct jump on 'diving in',
to complement the indirect jumps on rewinding
@@ -17,6 +15,10 @@
* 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 ***************************************************************
*************************************************************************