]> sourceware.org Git - cgen.git/commit
sim: tighten up generated decode tables
authorMike Frysinger <vapier@gentoo.org>
Fri, 22 Dec 2023 00:57:14 +0000 (19:57 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 22 Dec 2023 15:51:18 +0000 (10:51 -0500)
commit2d1e5bf0218c2a876dd19d3465764efba727cbaf
treecb4866bfefa5873c960be4b30356b691040da951
parent2e051d0a78c527d142ce3e2003622505d9b8b3fc
sim: tighten up generated decode tables

The use of /* fall through */ with consective case statements doesn't
really add any value, and when generating large files, can take up a
lot of space.  In the case of cris, it alone adds ~20k, or ~10%.

Also trim the space before the : with case statements.
utils-sim.scm
This page took 0.025892 seconds and 5 git commands to generate.