libosmocore.git branch master updated. 0.9.0-204-g511b448

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Sat Jul 16 21:02:57 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  511b448fe3a8522d645499b7d0b93b5acb1b3776 (commit)
      from  edb57e7709c130a664fb2d9f807d96d0e283c675 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=511b448fe3a8522d645499b7d0b93b5acb1b3776

commit 511b448fe3a8522d645499b7d0b93b5acb1b3776
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Wed Jul 13 12:26:10 2016 +0200

    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

-----------------------------------------------------------------------

Summary of changes:
 src/bitvec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list