Index: TODO =================================================================== diff -u -r25c826ca05bc7c8e459d273b8990fe9c42505a86 -r712f75125ed88102fe7b1e9751ba07c4b69d280a --- TODO (.../TODO) (revision 25c826ca05bc7c8e459d273b8990fe9c42505a86) +++ TODO (.../TODO) (revision 712f75125ed88102fe7b1e9751ba07c4b69d280a) @@ -3456,7 +3456,15 @@ * added section about ":variable" to the tutorial * fixed a few outdated places in tutorial +- nsf.c: + * reduce eagerness of methodName computation in ResolveMethodName() + and GetRegObject() + * reduce eagerness of DString computation in ResolveMethodName() + * use conditional assignments in ResolveMethodName() + * make use of Tcl_Obj type in ResolveMethodName() to reduce + number of string operations + TODO: - private: * document private in tutorial