On Wed, Jan 18, 2023 at 8:02 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote: > > - *.mod.c is kept human readable. On the topic of `.mod.c` readability: for approaches that may be less readable, we could improve that by adding some extra comments or rearrange things in a different way (it is a generated file, after all!). For instance, for the original approach: https://godbolt.org/z/6oh45axnc Cheers, Miguel