[ruby-core:81053] Re: [ruby-cvs:65407] normal:r58236 (trunk): thread.c: comments on M:N threading [ci skip]

From: Eric Wong <normalperson@...>
Date: 2017-05-09 06:23:53 UTC
List: ruby-core #81053
SASADA Koichi <ko1@atdot.net> wrote:
> I think making lightweight switching has more priority. But we need to
> pre-evaluate the feature and API specifications.

OK.  I also started to work on making GVL switch nd remaining native
mutex/condvars faster on Linux by using futex.  However, it is only
faster with multi-core, single core performance is a little slower.

	https://80x24.org/spew/20170509062022.4413-1-e@80x24.org/raw
	(I still use my Pentium-M laptop from 2005 :)

> Anyway, "your patch" in my comment means the patch you committed at
> r58614, and you already committed it.

OK, also r58615.  Hopefully I didn't break any other platforms :x

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread