Closed GoogleCodeExporter closed 9 years ago
Original comment by chapp...@gmail.com
on 3 Nov 2012 at 4:47
r189 | chappedm@gmail.com | 2012-12-22 15:06:47 -0500 (Sat, 22 Dec 2012) | 7
lines
issue-465: Adding automagic support for __builtin_expect
Previously __builtin_ expect was based on a macro check against gcc version.
Now we perform the check via AM which is a cleaner approach. There are also
a number of code changes here to utilize LIKELY/UNLIKELY macros based on
__builtin_expect to improve performance.
Original comment by chapp...@gmail.com
on 22 Dec 2012 at 8:07
Original issue reported on code.google.com by
gp...@chromium.org
on 17 Sep 2012 at 8:54Attachments: