Re: Janitor-Question: use __set_bit instead of |=

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Am 30.05.2011 23:23, schrieb Peter Hüwe:
> Hi Janitors, staging-list
> 
> what is your opinion on using set_bit instead of using |= to set a bit?
> Is it worth the effort to convert  existing |= to set_bit?
> 
> __set_bit
> pro:
> - often implemented in optimized assembly (e.g. for x86)
> - intention might be clearer
> - less error prone
> - "they are the only portable way to set a specific bit"
> according to  Robert Love's Linux Kernel Development third edition, p.183
> 
> cons:
> uses unsigned longs
> 
> 
> |=
> pro:
> - standard C
> - let's the compiler decide
> - no warnings on chars, shorts, ints
> 
> 

Personaly i do not like it, but to be fair
|= must not be obvious but it depends on the situation.

It is std C and the compiler should handle it.

re,
 wh
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux