dumping ground for random patches and texts
 help / color / mirror / Atom feed
 messages from 2018-06-01 11:28:52 to 2018-07-31 08:22:05 UTC [more...]

xthr.c
 2018-07-31  8:22 UTC 

POC wfcqueue malloc
 2018-07-31  8:04 UTC 

[PATCH] malloc: proof-of-concept wfcqueue integration
 2018-07-31  3:33 UTC 

[PATCH] test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeout
 2018-07-31  1:31 UTC 

[PATCH] thread_pthread.c (unregister_ubf_list): assert unblock.func is unset
 2018-07-30 21:44 UTC 

race gets and close
 2018-07-30 20:49 UTC 

[PATCH] thread_pthread.c (gvl_yield): do ubf wakeups when uncontended
 2018-07-30 18:38 UTC 

[PATCH] thread_pthread.c (gvl_yield): avoid infinite loop (maybe)
 2018-07-30 18:26 UTC 

[PATCH] thread_pthread.h (native_thread_data): split condvars on some platforms
 2018-07-30  9:51 UTC 

[PATCH] gc.c: don't bother freeing unused pages
 2018-07-30  8:57 UTC 

[PATCH] fix GCC errors from pragma diagnostic on CentOS 6.9
 2018-07-30  7:14 UTC 

[PATCH] process.c (waitpid_nogvl): prevent conflicting use of sleep_cond
 2018-07-30  6:32 UTC 

[PATCH] thread*.c: waiting on sigwait_fd performs periodic ubf wakeups
 2018-07-30  5:14 UTC 

[PATCH] thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] harder
 2018-07-30  2:26 UTC 

[PATCH] thread.c: move ppoll wrapper into thread_pthread.c
 2018-07-30  0:28 UTC 

[PATCH] thread_pthread.c (ubf_select): refix [Bug #5343]
 2018-07-29 22:18 UTC 

[PATCH] bootstraptest/runner.rb: speed up assert_finish with IO.select (take #2)
 2018-07-29 21:09 UTC 

[PATCH] thread_pthread: remove timer-thread by restructuring GVL
 2018-07-29 19:54 UTC 

[PATCH] thread_pthread: maybe unused for no-sigaltstack platforms
 2018-07-29 10:11 UTC 

[PATCH] thread_pthread.c: clear altstacks in thread cache at GVL destruction
 2018-07-29 10:00 UTC 

[PATCH] thread_pthread.c: clear altstacks in thread cache at GVL destruction
 2018-07-29  6:41 UTC 

[PATCH] thread_pthread.c: clear thread cache at GVL destruction
 2018-07-29  3:46 UTC 

[PATCH] drop thread_destruct_lock and interrupt current ec directly
 2018-07-29  0:22 UTC 

[PATCH] thread_pthread: remove timer-thread by restructuring GVL
 2018-07-28 20:17 UTC 

[PATCHv4 1/4] thread_pthread: remove timer-thread
 2018-07-28 13:24 UTC  (4+ messages)
` [PATCHv4 2/4] working with POSIX timers, but slow
` [PATCHv4 3/4] all threads wait on the same condvar for POSIX timers
` [PATCHv4 4/4] restore complex GVL logic

[PATCHv3 1/3] thread_pthread: remove timer-thread
 2018-07-28 11:01 UTC  (3+ messages)
` [PATCHv3 2/3] working with POSIX timers, but slow
` [PATCHv3 3/3] all threads wait on the same condvar for POSIX timers

[PATCH] thread_sync.c (rb_mutex_sleep): refuse spurious wakeup
 2018-07-28  8:26 UTC 

[PATCH v2] cont.c (ec_switch): prevent delayed/missed trap interrupt race
 2018-07-25 21:33 UTC 

[PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
 2018-07-25 21:31 UTC 

[PATCH] thread_pthread: lazy-spawn timer-thread only on contention
 2018-07-25  0:31 UTC  (4+ messages)
` [PULL] "
` [PATCH 2/1] thread.c (rb_threadptr_execute_interrupts): drain pipe and handle SIGCHLD
  ` [PATCH 3/1] SQUASH: fixup FD draining

[PATCH 1/3] thread: allow select/ppoll wrappers to wait on signals
 2018-07-23 20:28 UTC  (3+ messages)
` [PATCH 2/3] thread_pthread: prepare native_sleep "
` [PATCH 3/3] replace timer thread with POSIX timers

[PATCH] thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls
 2018-07-23  0:49 UTC 

[PATCH] thread.c (do_select): fix leak on exception
 2018-07-21  2:52 UTC 

[PATCH 1/3] thread: allow select/ppoll wrappers to wait on signals
 2018-07-18 15:45 UTC  (3+ messages)
` [PATCH 2/3] thread_pthread: prepare native_sleep "
` [PATCH 3/3] WIP timers

[PATCH] mwrap: use malloc to do our own memalign
 2018-07-14  0:00 UTC 

[PATCH 1/2] thread: allow select/ppoll wrappers to wait on signals
 2018-07-13  8:54 UTC  (2+ messages)
` [PATCH 2/2] thread_pthread: prepare native_sleep "

[PATCH] thread: allow select/ppoll wrappers to wait on signals
 2018-07-13  6:21 UTC 

[PATCH] timer_thread: do not close pipes around fork
 2018-07-12 23:17 UTC 

[PATCH] IO.new sets FD_CLOEXEC by default
 2018-07-11 19:57 UTC 

[PATCH 1/3] thread_pthread.c: use mask for timer implementation
 2018-07-11  8:39 UTC  (3+ messages)
` [PATCH 2/3] timer_thread: do not close pipes around fork
` [PATCH 3/3] thread_pthread: avoid redundant error message on pipe2() fail

[PATCH] io.c: do not close inherited FDs by default
 2018-07-11  8:32 UTC 

[PATCH 1/2] spec/ruby/security/cve_2018_6914_spec.rb: get rid of leftover files
 2018-07-11  8:31 UTC  (2+ messages)
` [PATCH 2/2] test/test_{tempfile,tmpdir}: "

[PATCH] mjit: get rid of memory leak in pause+resume loop
 2018-07-08  7:02 UTC 

[PATCH] do not block SIGCHLD in normal Ruby Threads
 2018-07-08  2:51 UTC 

[PATCH] signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLD
 2018-07-07 23:45 UTC 

[PATCH] process.c (rb_f_exec): pause MJIT before replacing self
 2018-07-07 22:43 UTC 

[PATCH] signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLD
 2018-07-07 14:27 UTC 

[PATCH] thread_pthread.c: use mask for timer implementation
 2018-07-06 21:39 UTC 

[PATCH] wip
 2018-07-06 21:31 UTC 

[PATCH] thread: avoid thread destruct lock
 2018-07-06 21:12 UTC 

[PATCH] debug output for Greg
 2018-07-05 20:48 UTC 

[PATCH 1/2] thread.c: our fake ppoll implementation is static
 2018-07-05  9:15 UTC  (2+ messages)
` [PATCH 2/2] thread.c (ruby_ppoll): improve timespec to msec conversion

[PATCH] internal.h (rb_warning_string): use PRINTF_ARGS
 2018-07-04  1:18 UTC 

[PATCH] thread_pthread.c: pass rb_vm_t to timer_thread_sleep
 2018-07-04  1:01 UTC 

[PATCH] mjit.h: avoid signed pointer comparisons (fix for 32-bit)
 2018-07-03 11:46 UTC 

[PATCH] thread_pthread.c (native_thread_destroy): clear native TSD pointer
 2018-07-03  8:15 UTC 

[PATCH] test/ruby/test_rubyoptions.rb: improve diagnostics for failures
 2018-06-30  7:52 UTC 

[PATCH] process.c: attempt to reap spawnvp (win32) result from mjit
 2018-06-30  6:00 UTC 

[PATCH] use SIGCHLD_LOSSY to enable waitpid polling mode
 2018-06-29 22:40 UTC 

[PATCH] test/lib/test/unit/assertions.rb (assert_in_out_err): disable gems
 2018-06-29 20:47 UTC 

[PATCH] process.c: handle errno correctly in non-SIGCHLD path
 2018-06-29  8:51 UTC 

[PATCH] process.c (waitpid_nogvl): check interrupts before sleeping
 2018-06-29  7:37 UTC 

[PATCH] process.c: interrupt rb_waitpid correctly
 2018-06-29  7:16 UTC 

[PATCH] test_process.rb (test_wait_exception): check assertion sooner
 2018-06-29  2:52 UTC 

[PATCH] tests: increase timeouts and speedup some slow tests
 2018-06-27 14:27 UTC 

[PATCH] tests: increase timeouts and speedup some slow tests
 2018-06-27 10:13 UTC 

[PATCH] process.c (waitpid_wait): do not set ECHILD prematurely
 2018-06-27 10:08 UTC 

[PATCH 1/3] implement Timeout in VM
 2018-06-27  2:15 UTC  (2+ messages)
` [PATCH 2/3] timeout-intrusive

[PATCH 0/3] hijack SIGCHLD handler for internal use
 2018-06-27  2:10 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Revert "test_process.rb: skip tests for Bug 14867"
` [PATCH 3/3] Revert "spec: skip Process wait specs on MJIT"

[PATCH 00/14] SIGCHLD hijack for waitpid
 2018-06-26 10:51 UTC  (16+ messages)
` [PATCH 01/14] hijack SIGCHLD handler for internal use
` [PATCH 02/14] fix SIGCHLD hijacking race conditions
` [PATCH 03/14] mjit.c: allow working on platforms without SIGCHLD
` [PATCH 04/14] cleanups
` [PATCH 05/14] handle SIGCHLD in both the timer-thread and main thread
` [PATCH 06/14] Revert "test_process.rb: skip tests for Bug 14867"
` [PATCH 07/14] Revert "spec: skip Process wait specs on MJIT"
` [PATCH 08/14] wip testing
` [PATCH 09/14] pgrp list
` [PATCH 10/14] grantpt
` [PATCH 11/14] blocking mjit_finish
` [PATCH 12/14] reinitialize waitpid_lock
` [PATCH 13/14] signal.c: prevent spurious wakeup of main thread for SIGCHLD
` [PATCH 14/14] process.c (rb_waitpid): reimplement non-SIGCHLD code path
` [PATCH 15/14] force SIGCHLD to the timer-thread

[PATCHv3 0/8] mjit SIGCHLD hijack series
 2018-06-25 23:50 UTC  (9+ messages)
` [PATCH 1/8] hijack SIGCHLD handler for internal use
` [PATCH 2/8] fix SIGCHLD hijacking race conditions
` [PATCH 3/8] mjit.c: allow working on platforms without SIGCHLD
` [PATCH 4/8] cleanups
` [PATCH 5/8] handle SIGCHLD in both the timer-thread and main thread
` [PATCH 6/8] Revert "test_process.rb: skip tests for Bug 14867"
` [PATCH 7/8] Revert "spec: skip Process wait specs on MJIT"
` [PATCH 8/8] wip testing

[PATCH 1/2] cleanups
 2018-06-25 13:36 UTC  (2+ messages)
` [PATCH 2/2] handle SIGCHLD in both the timer-thread and main thread

[PATCH] mjit.c: set -fPIC -shared on clang
 2018-06-25  2:13 UTC 

[PATCH] mjit.c: avoid execvp PATH lookup in child process
 2018-06-25  0:56 UTC 

[PATCH 0/5] SIGCHLD hijacking for Process.wait compatibility with MJIT
 2018-06-25  0:22 UTC  (6+ messages)
` [PATCH 1/5] hijack SIGCHLD handler for internal use
` [PATCH 2/5] fix SIGCHLD hijacking race conditions
` [PATCH 3/5] mjit.c: allow working on platforms without SIGCHLD
` [PATCH 4/5] Revert "test_process.rb: skip tests for Bug 14867"
` [PATCH 5/5] Revert "spec: skip Process wait specs on MJIT"

[PATCH] UNIXSocket#recv_io: GC for FDs
 2018-06-24 21:49 UTC 

[WIP 1/4] hijack SIGCHLD handler for internal use
 2018-06-24 12:58 UTC  (4+ messages)
` [WIP 2/4] fix SIGCHLD hijacking
` [WIP 3/4] Revert "test_process.rb: skip tests for Bug 14867"
` [WIP 4/4] Revert "spec: skip Process wait specs on MJIT"

[PATCH] fix SIGCHLD hijacking
 2018-06-24 12:49 UTC 

[PATCH] wip
 2018-06-24 11:55 UTC 

[PATCH] wip
 2018-06-24  8:39 UTC 

[PATCH] hijack SIGCHLD handler for internal use
 2018-06-23 15:58 UTC 

[PATCH] hijack SIGCHLD
 2018-06-23 14:36 UTC 

[PATCH] timeout-intrusive
 2018-06-23  3:39 UTC 

[WIP] timeout-intrusive
 2018-06-22 21:57 UTC 

[PATCH] MRU wip
 2018-06-22  8:10 UTC 

[PATCH] thread_sync.c (rb_mutex_lock): fix deadlock [Bug #14841]
 2018-06-22  2:25 UTC 

[PATCH] imap/message.c: do not use uninitialized progressbar
 2018-06-21 21:54 UTC 

[PATCH] implement Timeout in VM
 2018-06-21  0:17 UTC 

[PATCH] thread_pthread.c: fix non-sleepy timer-thread with fork
 2018-06-20 23:22 UTC 

[PATCH] test/ruby/test_io.rb: fix timing sensitive test
 2018-06-20 23:21 UTC 

[PATCH] implement Timeout in VM
 2018-06-20 23:10 UTC 

[PATCH] implement Timeout in VM
 2018-06-20 20:39 UTC 

check-ints
 2018-06-20  9:54 UTC 

[PATCH] implement Timeout.timeout in VM
 2018-06-20  2:53 UTC 

[PATCH] implement Timeout.timeout in VM
 2018-06-20  0:26 UTC 

[PATCH] implement Timeout.timeout in VM
 2018-06-19 23:26 UTC 

drb fix alive check
 2018-06-19 23:01 UTC 

[PATCH] io/nonblock: move to core (fixme)
 2018-06-19  6:55 UTC 

[PATCH] implement Timeout.timeout in VM
 2018-06-19  2:06 UTC 

[PATCH] thread_pthread.c: fix non-sleepy timer thread build
 2018-06-17  2:55 UTC 

[PATCH] implement Timeout.timeout using ccan/timer via bundled gem
 2018-06-16 12:05 UTC 

[PATCH r63666 1/9] thread.c (timeout_prepare): common function
 2018-06-15  8:17 UTC  (9+ messages)
` [PATCH r63666 2/9] gc: rb_wait_for_single_fd performs GC if idle (Linux)
` [PATCH r63666 3/9] thread.c (do_select): perform GC if idle
` [PATCH r63666 4/9] thread.c: native_sleep callers may perform GC
` [PATCH r63666 5/9] benchmark: add benchmarks for sleepy GC
` [PATCH r63666 6/9] gc.c: allow disabling "
` [PATCH r63666 7/9] gc.c: enter sleepy GC start
` [PATCH r63666 8/9] gc.c: lower sweep unlink limit and make tunable in gc.h
` [PATCH r63666 9/9] gc.c (rb_gc_step): less #if

[WIP r63641] Threadlet: green threads implemented using fibers
 2018-06-13  0:35 UTC 

[WIP v10] Threadlet: green threads implemented using fibers
 2018-06-13  0:34 UTC 

[PATCH] WIP disable malloc decrease
 2018-06-08 20:28 UTC 

[WIP-9] Threadlet: green threads implemented using fibers
 2018-06-08 10:23 UTC 

[PATCH] thread.c: use flags for sleep_* functions
 2018-06-08  9:39 UTC 

decrease malloc limit
 2018-06-07  1:10 UTC 

[PATCH] avoid C99-isms
 2018-06-06  2:29 UTC 

[PATCH] test/io/console/test_io_console.rb: ignore TTOU on FreeBSD
 2018-06-05 22:27 UTC 

[PATCH] hrtime
 2018-06-05 21:52 UTC 

[PATCH] encoding.c: remove rb_gc_mark_encodings
 2018-06-05 21:26 UTC 

[PATCH] gc.c: reduce parameters for gc_start and garbage_collect
 2018-06-05 20:17 UTC 

[PATCH 1/5] test/dtrace/helper: fix check for miniruby
 2018-06-05 20:12 UTC  (5+ messages)
` [PATCH 2/5] test/dtrace/test_array_create.rb: require line number
` [PATCH 3/5] test/dtrace/test_method_cache.rb: avoid spewing too much
` [PATCH 4/5] test/dtrace: enable Tracepoint for function calls
` [PATCH 5/5] test/dtrace/helper.rb: support systemtap in dtrace tests

[PATCH 1/5] test/dtrace/helper: fix check for miniruby
 2018-06-05  5:40 UTC  (5+ messages)
` [PATCH 2/5] test/dtrace/test_array_create.rb: check line number
` [PATCH 3/5] test/dtrace/test_method_cache.rb: avoid spewing too much
` [PATCH 4/5] test/dtrace: enable Tracepoint for function calls
` [PATCH 5/5] test/dtrace/helper.rb: support systemtap in dtrace tests

[WIP 1/3] test/dtrace/helper: fix check for miniruby
 2018-06-05  3:37 UTC  (4+ messages)
` [WIP 2/3] test/dtrace/test_array_create.rb: check line number
` [WIP 3/3] test/dtrace/test_method_cache.rb: avoid spewing too much
` [WIP 4/3] test/dtrace: enable Tracepoint for function calls

[PATCH] gc: lazy sweep more eagerly on malloc
 2018-06-04 11:06 UTC 

[PATCH] gc: per-thread malloc accounting [WIP v2]
 2018-06-04  8:40 UTC 

[PATCH] String#uminus dedupes unconditionally
 2018-06-04  4:27 UTC 

[PATCH] ipaddr.rb: use frozen_string_literal
 2018-06-04  3:53 UTC 

[PATCH] benchmark/driver.rb: add CPU time measurement targets
 2018-06-02 23:31 UTC 

[PATCH] rb_vm_insn_addr2insn: use st to perform addr2insn mapping
 2018-06-02 22:05 UTC  (2+ messages)
` rb_vm_insn_addr2insn benchmark results

[PATCH] gc-steps: probes for tracking each GC step
 2018-06-02 13:58 UTC 

[PATCH] gc.c: make gc_enter+gc_exit pairs dtrace probes, too
 2018-06-02 13:53 UTC 

[PATCH] use st for addr2insn translation
 2018-06-02  6:38 UTC 

[PATCH] rb_vm_insn_addr2insn: use binary search on parallel arrays
 2018-06-01 22:43 UTC 

[PATCH] gc: per-thread malloc accounting [WIP v2]
 2018-06-01 11:28 UTC 


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