diff options
author | Dhruv Matani <dhruvbird@gmx.net> | 2004-03-24 18:27:43 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2004-03-24 18:27:43 +0000 |
commit | 71f9a9d15e0deaa0b6b80f4ad146f0840cb483b0 (patch) | |
tree | de3b26ddbf345f83a698bcc2f4698d42d0a22562 /gcc | |
parent | 643d3bd23efc1efa1d64147d0f777e4f0b38dac1 (diff) | |
download | gcc-71f9a9d15e0deaa0b6b80f4ad146f0840cb483b0.zip gcc-71f9a9d15e0deaa0b6b80f4ad146f0840cb483b0.tar.gz gcc-71f9a9d15e0deaa0b6b80f4ad146f0840cb483b0.tar.bz2 |
bitmap_allocator.h: (_Bit_scan_forward) -> Made this function call __builtin_ctz instead of the...
2004-03-24 Dhruv Matani <dhruvbird@gmx.net>
* include/ext/bitmap_allocator.h: (_Bit_scan_forward) -> Made this
function call __builtin_ctz instead of the while loop.
(allocate) -> If condition has __builtin_expect.
(deallocate) -> Ditto.
Renamed a few left-over variables and typedefs according to the
C++STYLE mentioned in the documentation.
Protected calls to __gthread* by __gthread_active_p(), whose value
is cached in the local variable __threads_active.
From-SVN: r79924
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions