This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Speed up bitmap iterators


Zdenek Dvorak wrote:


is there really no way how you could write this in an easier to read way? These gotos all around, one of them into a loop, really do not make it simple.

The one into the loop is my least favourite of those. It would be possible to move that one, at the expense of some codesize and/or runtime (although i suspect the increase would be negligible). I probably got slightly carried away tuning the code.

nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]