tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: _lwp_create change



On Thu, Apr 20, 2017 at 02:29:26AM +0200, Joerg Sonnenberger wrote:
> As discussed previously, I think the patch makes the behavior worse and
> the Go implementation is kind of stupid as well.

No comment on the patch of the go implementation, but I think that the
code should actually do what the documentation says:

	The context argument specifies the
     initial execution context for the new LWP including signal mask, stack,
     and machine registers.

Specifying the signal stack in the create call does make sense to me.

Your "makes the behaviour worse" comment was on the patch specifically?
Can you explain?

Martin


Home | Main Index | Thread Index | Old Index