Sujet : Re: Baby X is bor nagain
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 12. Jun 2024, 13:35:31
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4c4mh$1lf9g$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
Am 12.06.2024 um 13:27 schrieb bart:
I suggested using a string representation. While the generated text
file is not much smaller, it is seen by the compiler as one string expression, instead of millions of small expressions. Or at least, 1/20th the number if you split the strings across lines.
I implemented that with my second code but the compilers are still
limited with that.