Re: [PATCH] sim: tighten up generated decode tables

"Frank Ch. Eigler via Cgen" <[email protected]> Fri, 22 Dec 2023 11:12:09 -0500
Newsgroups gmane.comp.tools.cgen.devel
Message-ID <[email protected]>
Hi -

> 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%.

A few kilobytes is basically zero cost, isn't it?

- FChE