> Would you always put the extra debug parameters in the complib structures, > or remove the debug features that break ABI?
Probably both. For example, my initial thoughts for cl_qlist.h are: remove p_list from cl_list_item to save space remove all CL_ASSERTs (assertions for NULL pointers aren't necessary, just dereference and crash - same affect) keep the debug code in __cl_primitive_remove (to force a crash if removed twice) _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
