Index: TODO =================================================================== diff -u -rbb0d12c63024e25ca81a370eb934dbbe2b7a10fd -r7f1ad54528440269c6a26b63c1cb0f0d35001e9c --- TODO (.../TODO) (revision bb0d12c63024e25ca81a370eb934dbbe2b7a10fd) +++ TODO (.../TODO) (revision 7f1ad54528440269c6a26b63c1cb0f0d35001e9c) @@ -2331,8 +2331,24 @@ - updated documentation - reanimated NSF_PROFILE (when activated, needs more stack and slows execution slightly down) +- fixed a problem with object-level alias +- nsf.c: provide low-level commands for managing profile data +- nsfStack.c: provide hook to obtain callers information in profiling code + +- nx.tcl: provide caching for computed values of object slots to make + method objectparameter nearly twice as fast; direct changes on slots + require a reconfigure call. +- nsf.c: removed SUBST from shadow commands (does not appear to be + necessary any more) +- nsf.c: fixing a memory leak (some substituted values were not freed correctly) +- nsf.c: fix potential crash for epoched cmds +- some minor updates for profiling support + TODO: +- serializer: check, why catch is needed for object-level alias + (search for ns_cache_flush) + - NSF_PROFILE * provide an interface to clear and to output PROFILE data. * output should provide a cutoff value.