Index: TODO =================================================================== diff -u -re0f76d3c77189390606cd60012bff72e9bbb14a9 -rd9a6fbf56b9559455a3b57a31dcc76b388b2b1ab --- TODO (.../TODO) (revision e0f76d3c77189390606cd60012bff72e9bbb14a9) +++ TODO (.../TODO) (revision d9a6fbf56b9559455a3b57a31dcc76b388b2b1ab) @@ -2672,6 +2672,7 @@ * let result of "cls info heritage" return per-class mixins as well, otherwise it would be useless, since "cls info superclass -closure" would return the same + * replaced loops with NsfClassListFind() TODO: @@ -2688,8 +2689,6 @@ c) provide an additional flag to obtain mixins (not nice, since base version is useless) -- there are probably many more places, where NsfClassListFind() could be used. - - ::nsf::method::exists /handle/ -> check, if handle is a handle of a registered method (to be be used in serializer alias-dependency) - profiling missing when NSF_INVOKE_SHADOWED_TRADITIONAL is turned off.