dumping ground for random patches and texts
 help / color / mirror / Atom feed
* [PATCHv3 0/8] mjit SIGCHLD hijack series
@ 2018-06-25 23:50 Eric Wong
  2018-06-25 23:50 ` [PATCH 1/8] hijack SIGCHLD handler for internal use Eric Wong
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Eric Wong @ 2018-06-25 23:50 UTC (permalink / raw)
  To: spew

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(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-06-25 23:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25 23:50 [PATCHv3 0/8] mjit SIGCHLD hijack series Eric Wong
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

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).