asm_fprintf
Jay K
jay.krell@cornell.edu
Sat Nov 6 01:47:00 GMT 2010
> And putc_unlocked is a macro which appends to a buffer. puts is not.
I *assumed* there is puts_unlocked like all the other *_unlocked.
Maybe not.
> (Really I'd rather gcc just output .o files directly...)
> It would be an interesting project, but it's not a major component of
> optimizing compilation time. I would certainly encourage any interested
Perhaps when not optimizing?
Eh, but I've taken no measurement.
There is the possible fork() cost on Cygwin.
But maybe spawn is used, much faster.
- Jay
More information about the Gcc
mailing list