Sujet : Re: Suggested method for returning a string from a C program?
De : bc (at) *nospam* freeuk.com (bart)
Groupes : comp.lang.cDate : 25. Mar 2025, 17:40:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vruma5$3mvbj$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
User-Agent : Mozilla Thunderbird
On 25/03/2025 15:09,
Muttley@DastardlyHQ.org wrote:
You're the one extolling the virtues of a single source file, not me.
Here's an idea - instead of outputting C why don't you make it output
machine code instead. Might be more useful.
What makes you think I don't? The C code is mainly for people who can't or won't run Windows binaries. It also makes it incredibly easy to build from source (gcc prog.c).
In my case I want to apply gcc-level optimisations that my compiler doesn't do. So it has to be C code if I want that final 25% extra speed.