What gcc option? Without -d:release gcc may do no optimization, so you may be right, but gcc with -O1, -O2, -O3 or -Os may even recognize that there is not happening much in the loop and so totally remove the loop.
- Re: Best way to convert sequence of bytes to uint32 Stefan_Salewski
- Re: Best way to convert sequence of bytes to uint32 jlindsay
- Re: Best way to convert sequence of bytes to uint... Stefan_Salewski
- Re: Best way to convert sequence of bytes to ... jlindsay
- Re: Best way to convert sequence of bytes... Arrrrrrrrr
- Re: Best way to convert sequence of bytes... lucian
- Re: Best way to convert sequence of bytes... jlindsay
- Re: Best way to convert sequence of bytes... Krux02
- Re: Best way to convert sequence of bytes... Araq
- Re: Best way to convert sequence of bytes... jlindsay
- Re: Best way to convert sequence of bytes... Stefan_Salewski
- Re: Best way to convert sequence of bytes... jlindsay
- Re: Best way to convert sequence of bytes... ManfredLotz
- Re: Best way to convert sequence of bytes... Araq
- Re: Best way to convert sequence of bytes... jlindsay
