Closed GoogleCodeExporter closed 9 years ago
Original comment by chapp...@gmail.com
on 22 Dec 2012 at 5:46
r183 | chappedm@gmail.com | 2012-12-22 13:25:58 -0500 (Sat, 22 Dec 2012) | 7
lines
issue-483: Speed up accesses to ClassIndex()
Making its return type unsigned can save a conversion from
signed to unsigned, and getting rid of the ternary operators
seems to help a little bit as well. Various gcc versions weren't
generating conditional moves for them as one would expect.
Original comment by chapp...@gmail.com
on 22 Dec 2012 at 6:27
Original issue reported on code.google.com by
gp...@chromium.org
on 15 Nov 2012 at 12:23Attachments: