Liste des Groupes | Revenir à cl c |
On 25/06/2024 17:52, DFS wrote:It's not listed in the tcc help anyway.On 6/25/2024 7:18 AM, bart wrote:I don't think that's an option with tcc.On 25/06/2024 09:19, David Brown wrote:>
>At no point in all this does anyone care in the slightest about the speed of your little toys or of the cute little tcc. tcc might be ideal for the half-dozen people in the world who think C scripts are a good idea, and it had its place in a time when "live Linux" systems were booted from floppies, but that's about it.>
Yet, projects like mine, and like tcc, show what is possible: just how fast should it take to turn lower level code into machine code.
>
Can you use tcc to generate assembly from a .c source file?
>
similar to:
>
$ gcc -S sourcefile.c
gcc works by generating intermediate assembly anyway, and the -S option exposes it.Cool.
Generally it depends on compiler. Mine has it for example.
Les messages affichés proviennent d'usenet.