On 12.09.2023 11:01, avih via Tinycc-devel wrote:
Tcc does not guarantee to compile pure C code into pure machine code,
and any pure-C implementation which the user provides might end up
depending on those functions involuntarily. The user has no control..

How do you define "pure C code"?  printf is pure (ANSI) C, no?

And were did you get that that a compiler should be able to produce
runnable binaries from such "pure C" without calling into any library
functions?

Also, what is "pure machine code"?  With neither input nor output it
couldn't do anything but waste instruction cycles.

-- gr


- avih



_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to