Messages in this thread |  | | Date | Wed, 05 Mar 2003 21:47:45 -0800 | From | Ulrich Drepper <> | Subject | Re: Better CLONE_SETTLS support for Hammer |
| |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Benjamin LaHaise wrote: > using the TLS segment everywhere slows everything down > a tiny bit. Don't do it for unthreaded programs.
You completely (still!) fail to understand the issue. How can I take somebody who suggest using the stack as a pseudo thread register serious? You don't see the impact of this so you don't recognize who absolutely absurd this is.
Wrt inthreaded apps: either TLS is used everywhere or not at all. Single threaded code uses library code which relies on TLS. And since TLS is part of the ABI there is not question about the "not at all". The remaining issue is how to do it with the least impact. For this I've proposed a method which does this (according to Andi's measurements) with the least impact.
And nobody forces you to use the standard runtime environment. Go on, create your own. Then you won't have any penalties except one single 'if' in the context switching code which you hopefully can live with. Mark it with unlikely() for all I care.
- -- - --------------. ,-. 444 Castro Street Ulrich Drepper \ ,-----------------' \ Mountain View, CA 94041 USA Red Hat `--' drepper at redhat.com `--------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+ZuEB2ijCOnn/RHQRAnlwAJ4kcZ7FbESC+FIsOyn6Ia0wN8FskgCgvh/K SR1Ki1CnTe2QXq0Gn7TsvAY= =jJ0e -----END PGP SIGNATURE-----
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |