mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
* src/lalr.c (transpose): Free the memory allocated to the
argument, as it is replaced by the results by the unique caller. (build_relations): Merely invoke transpose: it handles the memory deallocation. Improve variable locality. Avoid variables used as mere abbreviations. (compute_lookaheads): Use arrays instead of pointers.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/lalr.c (transpose): Free the memory allocated to the
|
||||
argument, as it is replaced by the results by the unique caller.
|
||||
(build_relations): Merely invoke transpose: it handles the memory
|
||||
deallocation.
|
||||
Improve variable locality.
|
||||
Avoid variables used as mere abbreviations.
|
||||
(compute_lookaheads): Use arrays instead of pointers.
|
||||
|
||||
2001-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/lalr.c (initialize_F): Improve variable locality.
|
||||
|
||||
Reference in New Issue
Block a user