This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: swapcontext() slow


On 21 Jan 2016 12:24, Godmar Back wrote:
> On Thu, Jan 21, 2016 at 11:40 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> > these functions are deprecated/dead -- they no longer exist in the latest
> > POSIX specification.  the preference would be to stop using them.  i think
> > we might consider dropping them in a future glibc version.
> 
> Interesting - what's replacing them, if anything?
> 
> Will there be any support infrastructure for portable user-level threading?

use pthreads.  there are usually implementations for whatever OS you
want.  at least more portable than the context functions.

> Do you have any background on why it was discarded? Lack of use? Not
> being able to achieve its design goals?

i do not.  the posix mailing lists / bug tracker are open though for
searching:
https://www.opengroup.org/austin/lists.html
http://austingroupbugs.net/
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]