| To: | Ulrich Drepper <drepper@redhat.com> |
|---|---|
| Subject: | Re: thread-ready ABIs |
| From: | "H . J . Lu" <hjl@lucon.org> |
| Date: | Mon, 21 Jan 2002 10:52:53 -0800 |
| Cc: | "Maciej W. Rozycki" <macro@ds2.pg.gda.pl>, "Kevin D. Kissell" <kevink@mips.com>, Machida Hiroyuki <machida@sm.sony.co.jp>, GNU C Library <libc-alpha@sources.redhat.com>, linux-mips@oss.sgi.com |
| In-reply-to: | <m3zo37tutx.fsf@myware.mynet>; from drepper@redhat.com on Mon, Jan 21, 2002 at 10:36:26AM -0800 |
| References: | <003701c1a25f$8abfc120$0deca8c0@Ulysses> <Pine.GSO.3.96.1020121144413.22392C-100000@delta.ds2.pg.gda.pl> <20020121102455.A27606@lucon.org> <m3zo37tutx.fsf@myware.mynet> |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.2.5i |
On Mon, Jan 21, 2002 at 10:36:26AM -0800, Ulrich Drepper wrote: > "H . J . Lu" <hjl@lucon.org> writes: > > > Ulrich, should applciations have access to thread register directly? > > It doesn't matter. The value isn't changed in the lifetime of a > thread. So the overhead of a syscall wouldn't be too much. And > protection against programs overwriting the register isn't necessary. > It's the program's fault if that happens. Thq question is if we should reserve $23 outside of glibc. $23 is a saved register in the MIPS ABI. It doesn't change across function calls. If applications outside of glibc don't need to access the thread register directly, that means $23 can be used as a saved register. We don't have to change anything when compiling applications. We only need to compile glibc with $23 reserved as the thread register. H.J. |
| Previous by Date: | Re: thread-ready ABIs, Ulrich Drepper |
|---|---|
| Next by Date: | Re: thread-ready ABIs, H . J . Lu |
| Previous by Thread: | Re: thread-ready ABIs, Ulrich Drepper |
| Next by Thread: | Re: thread-ready ABIs, H . J . Lu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |