[ofw] removing the dpecial debug file

Hefty, Sean sean.hefty at intel.com
Wed Jun 29 15:03:03 PDT 2011


> 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)



More information about the ofw mailing list