[PATCH 1/3] Add generic LE/BE load/store uint type convertors and use them in msgb
Max.Suraev at fairwaves.co
Max.Suraev at fairwaves.co
Tue Mar 18 10:24:33 CET 2014
18.03.2014 07:37, Sylvain Munaut пишет:
> When inserting new line, I think trying to keep them alphabetically
> sorted by group is a nice touch.
> It doesn't matter here and no real need to change it, but it's just as
> a general remark for future patches or changes.
>
I personally think grouping by similarity in function or style have more aesthetic
value :)
> Any particular reason you went with this completely generic approach
> rather than just handling the few cases manually ? There is only a few
> of them.
>
> This is purely informational. I've confirmed that with -O2 the code is
> 'decent'. and with -O3 it's completely equivalent to hardcoded shift
> like they were before in msgb.
>
It seems more readable this way, also copy-pasting and adjusting lots of similar but
slightly different "boring" code proved to be error-prone.
thanks,
Max.
More information about the baseband-devel
mailing list