On Wed, 10 Jun 2026, Georg-Johann Lay wrote:
> And it would be "assembler time"? (the time when GAS runs).
> 
> The time when LD run is "link time", not "linker time"?

These two I feel comfortable to cover, and for once our documentation is 
fully consistent:

  % grep -r "compile time" $GCC_SOURCE/gcc/doc | wc -l
  92
  % grep -r "compiler time" $GCC_SOURCE/gcc/doc | wc -l
  0

  % grep -r "link time" $GCC_SOURCE/gcc/doc | wc -l
  43
  % grep -r "linker time" $GCC_SOURCE/gcc/doc | wc -l
  0


It's compile time and link time, accordingly I'd say assemble time.

Gerald

Reply via email to