dumping ground for random patches and texts
 help / color / mirror / Atom feed
From: Eric Wong <e@80x24.org>
To: spew@80x24.org
Subject: [PATCHv3 0/8] mjit SIGCHLD hijack series
Date: Mon, 25 Jun 2018 23:50:43 +0000	[thread overview]
Message-ID: <20180625235051.66045-1-e@80x24.org> (raw)

The following changes since commit 4444025d16ae1a586eee6a0ac9bdd09e33833f3c:

  mjit_compile.inc.erb: drop unnecessary variable (2018-06-25 14:15:26 +0000)

are available in the Git repository at:

  git://80x24.org/ruby.git mjit-chld

for you to fetch changes up to 25400c556e48f01ec8acb1bb8ce3c15b391485dc:

  wip testing (2018-06-25 23:44:47 +0000)

----------------------------------------------------------------
Eric Wong (8):
      hijack SIGCHLD handler for internal use
      fix SIGCHLD hijacking race conditions
      mjit.c: allow working on platforms without SIGCHLD
      cleanups
      handle SIGCHLD in both the timer-thread and main thread
      Revert "test_process.rb: skip tests for Bug 14867"
      Revert "spec: skip Process wait specs on MJIT"
      wip testing

 mjit.c                                 |  64 ++++++++--
 process.c                              | 222 ++++++++++++++++++++++++++-------
 signal.c                               |  71 +++++++----
 spec/mspec/lib/mspec/guards/feature.rb |   6 -
 spec/ruby/core/process/wait2_spec.rb   |  26 ++--
 spec/ruby/core/process/wait_spec.rb    | 122 +++++++++---------
 spec/ruby/core/process/waitall_spec.rb |  66 +++++-----
 test/ruby/test_process.rb              |   3 -
 thread.c                               |  31 +++++
 thread_pthread.c                       |  18 +++
 vm_core.h                              |  11 ++
 11 files changed, 443 insertions(+), 197 deletions(-)


             reply	other threads:[~2018-06-25 23:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-25 23:50 Eric Wong [this message]
2018-06-25 23:50 ` [PATCH 1/8] hijack SIGCHLD handler for internal use Eric Wong
2018-06-25 23:50 ` [PATCH 2/8] fix SIGCHLD hijacking race conditions Eric Wong
2018-06-25 23:50 ` [PATCH 3/8] mjit.c: allow working on platforms without SIGCHLD Eric Wong
2018-06-25 23:50 ` [PATCH 4/8] cleanups Eric Wong
2018-06-25 23:50 ` [PATCH 5/8] handle SIGCHLD in both the timer-thread and main thread Eric Wong
2018-06-25 23:50 ` [PATCH 6/8] Revert "test_process.rb: skip tests for Bug 14867" Eric Wong
2018-06-25 23:50 ` [PATCH 7/8] Revert "spec: skip Process wait specs on MJIT" Eric Wong
2018-06-25 23:50 ` [PATCH 8/8] wip testing Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180625235051.66045-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=spew@80x24.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).