* src/closure.c (closure): Instead of looping over word in array

then bits in words, loop over bits in array.
This commit is contained in:
Akim Demaille
2001-11-28 14:57:16 +00:00
parent a816bf3eac
commit e1828f4f07
2 changed files with 17 additions and 17 deletions

View File

@@ -1,10 +1,14 @@
2001-11-28 Akim Demaille <akim@epita.fr>
* src/closure.c (closure): Instead of looping over word in array
then bits in words, loop over bits in array.
2001-11-28 Akim Demaille <akim@epita.fr>
* src/closure.c (closure): No longer optimize the special case
where all the bits of `ruleset[r]' are set to 0, to make the code
clearer.
2001-11-28 Akim Demaille <akim@epita.fr>
* src/closure.c (closure): `r' and `c' are new variables, used to