What does assembly-time constant mean?

Alexandre Oliva aoliva@redhat.com
Thu Jan 24 16:52:00 GMT 2002


On Jan 24, 2002, Kazu Hirata <kazu@hxi.com> wrote:

> When I was reading the gcc internals manual, I came across a term
> "assembly-time constant".  What does this mean?

It's a literal number or say a difference between two symbols whose
offset can be computed by the assembler.  Compare with a link-time
constant, for example, a symbol name, whose address is only known at
link time, or a difference between symbols in different sections.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



More information about the Gcc mailing list