mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
Use bitset operations when possible, not loops over bits.
* src/conflicts.c (set_conflicts, count_sr_conflicts): Use bitset_or. * src/print.c (print_reductions): Use bitset_and, bitset_andn. * src/reduce.c (useless_nonterminals): Formatting changes. * src/warshall.c (TC): Use bitset_or.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2002-03-04 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Use bitset operations when possible, not loops over bits.
|
||||
|
||||
* src/conflicts.c (set_conflicts, count_sr_conflicts): Use
|
||||
bitset_or.
|
||||
* src/print.c (print_reductions): Use bitset_and, bitset_andn.
|
||||
* src/reduce.c (useless_nonterminals): Formatting changes.
|
||||
* src/warshall.c (TC): Use bitset_or.
|
||||
|
||||
|
||||
2002-03-04 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
|
||||
|
||||
Reference in New Issue
Block a user