]> git.ipfire.org Git - thirdparty/gcc.git/commit
genautomata.c: Space savings in generated code:
authorZack Weinberg <zack@codesourcery.com>
Tue, 21 Jan 2003 08:33:20 +0000 (08:33 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 21 Jan 2003 08:33:20 +0000 (08:33 +0000)
commita543eb5e9af8c0a0cc50f82f4d88506204a70886
treeed6a0806e92cec01adef962ac308bf2047fdd0e8
parent292e35a31bcfd1648b087a0de16c04fab0cb0d76
genautomata.c: Space savings in generated code:

* genautomata.c: Space savings in generated code:
(output_dfa_insn_code_func): Split out the table-enlargement
path to an out-of-line static function, dfa_insn_code_enlarge.
(output_internal_insn_latency_func): Use a lookup table for the
default latencies.
(output_print_reservation_func): Use a lookup table for the
strings.

From-SVN: r61541
gcc/ChangeLog
gcc/genautomata.c