[buddy] Hint gcc about likely/unlikely branches.
* src/bdd.h (__likely, __unlikely): Introduce these two macros. * src/bddop.c, src/kerner.c: Use them in many situations.
This commit is contained in:
parent
24054605da
commit
2b58fb90c4
4 changed files with 182 additions and 98 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2011-04-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Hint gcc about likely/unlikely branches.
|
||||
|
||||
* src/bdd.h (__likely, __unlikely): Introduce these two macros.
|
||||
* src/bddop.c, src/kerner.c: Use them in many situations.
|
||||
|
||||
2011-04-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/pairs.c (bdd_pairalloc): Fix prototype.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue