symbol table

2008-04-20 Thread emily becker
Hi, I have a question about symbol table. One of the section In symbol table is memory adress which symbol is located. I wonder if this memory adress is bound at run-time or compile-time? if it is compile-time, I don't understand how do we know whether the symbol is located this adress. Maybe

Re: symbol table

2008-04-20 Thread Erik Trulsson
On Sun, Apr 20, 2008 at 12:02:09PM +0300, emily becker wrote: Hi, I have a question about symbol table. One of the section In symbol table is memory adress which symbol is located. I wonder if this memory adress is bound at run-time or compile-time? It depends. Symbols referring to objects

Re: Yarrow's Counter

2008-04-20 Thread RW
On Sat, 19 Apr 2008 23:30:23 +0400 Eygene Ryabinkin [EMAIL PROTECTED] wrote: I would not do it without consultations with Yarrow's creators: OK, I didn't realise it was actually specified, I thought it an implementation detail. this modification seems not to help anything, It possibly

Re: symbol table

2008-04-20 Thread M. Warner Losh
In message: [EMAIL PROTECTED] emily becker [EMAIL PROTECTED] writes: : Hi, : : I have a question about symbol table. : One of the section In symbol table is memory adress which symbol is located. : I wonder if this memory adress is bound at run-time or compile-time? Typically,

Re: symbol table

2008-04-20 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Erik Trulsson [EMAIL PROTECTED] writes: : On Sun, Apr 20, 2008 at 12:02:09PM +0300, emily becker wrote: : Hi, : : I have a question about symbol table. : One of the section In symbol table is memory adress which symbol is located. : I wonder if this