In message <[EMAIL PROTECTED]> "Jacques A. Vidrine" writes: : I hate to give up a line for : : if (data) : free(data); : : but neither do I care for ``if (data) free(data);''. I guess if I : were writing several statements like that in a single file, I would : consider the macro route (e.g. xfree). No offense, but this strikes me as a premature, sub-micro optimization. I doubt that you could measure any difference between if (foo) free(foo); and free(foo); in the real world. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Why not another style thread? (was Re: cvs commit: src/... Jacques A. Vidrine
- Re: Why not another style thread? (was Re: cvs com... Chris Costello
- Re: Why not another style thread? (was Re: cvs... Bosko Milekic
- Re: Why not another style thread? (was Re:... Chris Costello
- Re: Why not another style thread? (was Re: cvs... Jacques A. Vidrine
- Re: Why not another style thread? (was Re:... Chris Costello
- Re: Why not another style thread? (was... Jacques A. Vidrine
- Re: Why not another style thread?... Chris Costello
- Re: Why not another style thr... Jacques A. Vidrine
- Re: Why not another style thr... Warner Losh
- Re: Why not another style... Jacques A. Vidrine
- Re: Why not another style... Jack Rusher
- Re: Why not another style... Warner Losh
- Re: Why not another style... Matt Dillon
- Re: Why not another style... Jacques A. Vidrine
- Re: Why not another style... Garance A Drosihn
- Re: Why not another style... Drew Eckhardt
- Re: Why not another style... David O'Brien
- Optimizations (was: Why n... Greg Lehey
- Re: Optimizations (was: W... Peter Seebach