diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2016-01-16 02:52:57 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2016-01-16 02:52:57 (GMT) |
commit | ad9a780e831b95f70d0b6f667ba1c9775e0854cb (patch) | |
tree | 7f8f43bee6c7c28c75c56c43018b31f80a3f1ffb | |
parent | 4663c81f00c6c920081f7b163414f4294f02fd78 (diff) | |
download | tcl-ad9a780e831b95f70d0b6f667ba1c9775e0854cb.zip tcl-ad9a780e831b95f70d0b6f667ba1c9775e0854cb.tar.gz tcl-ad9a780e831b95f70d0b6f667ba1c9775e0854cb.tar.bz2 |
TODO
-rw-r--r-- | TODO_DONE | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ **** TODO *************************************************************** ************************************************************************* +* NRE mods - reduce trampoline jumps; direct jump on "diving in" and + indirect on rewinding. Replace NRRunCallbacks with optimized sibling + calls + +* improve local var handling in tebc? restrict, etc + +* optimize proc setup and teardown - any gains to be had in there? + * bring up relevant mods (if any) from mig-alloc-reform |