diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-07-13 12:26:10 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2016-07-16 21:02:41 +0000 |
commit | 511b448fe3a8522d645499b7d0b93b5acb1b3776 (patch) | |
tree | 2ebb07a0f27858b49a16d7fb2768ffaf7227e8c2 /src/stats.c | |
parent | edb57e7709c130a664fb2d9f807d96d0e283c675 (diff) |
bitvec: Force inlining of bitvec_set_bit_pos/bitvec_set_bit
The PCU is using bitvec_write_field a lot but on the
arm-poky-linux-gnueabi-gcc v4.8.1 the calls to set_bit and
set_bit_pos are not inlined. The inlined variant has been
a more quick for the PCU compressed bitmap decompression
testcase.
Used objdump -d to look at the bitvec_write_field before and
after the change. The branch to bitvec_set_bit is gone and a
inlined version has been used.
Change-Id: I0b6b90610f4c17f02e4efa064c3bf1ac2dccb22a
Diffstat (limited to 'src/stats.c')
0 files changed, 0 insertions, 0 deletions