]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
Use bitset operations when possible, not loops over bits.
authorAkim Demaille <akim@epita.fr>
Mon, 4 Mar 2002 12:05:30 +0000 (12:05 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 4 Mar 2002 12:05:30 +0000 (12:05 +0000)
commitf9abaa2c4c5c77c5b6bdcfc0149c0af5adc8cc39
tree45f5c872e9505e0ce4715e7eec6187fd3a600f40
parent0e721e7569828defbeb88572e7a1e331ee665006
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.
ChangeLog
src/conflicts.c
src/print.c
src/reduce.c
src/warshall.c