dumping ground for random patches and texts
 help / color / mirror / Atom feed
 messages from 2018-05-01 08:08:45 to 2018-07-07 22:43:14 UTC [more...]

[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 

[PATCH] gc.c: reduce size slightly by making MEMOP_TYPE_MALLOC zero
 2018-06-01 10:54 UTC 

[PATCH] gc: per-thread malloc accounting [WIP]
 2018-06-01  8:33 UTC 

[PATCH 1/5] gc.c: reduce boolean parameters for gc_start / garbage_collect
 2018-05-31 22:01 UTC  (5+ messages)
` [PATCH 2/5] gc.c: introduce GPR_FLAG_IMMEDIATE_MARK to reduce parameters
` [PATCH 3/5] gc.c: introduce GPR_FLAG_FULL_MARK "
` [PATCH 4/5] gc: pass thread around for malloc
` [PATCH 5/5] per-thread malloc accounting

[PATCH] gc: pass thread around for malloc
 2018-05-31 20:21 UTC 

[PATCH 0/3] improve gc.c readability by reducing function params
 2018-05-30 22:46 UTC  (4+ messages)
` [PATCH 1/3] gc.c: reduce boolean parameters for gc_start / garbage_collect
` [PATCH 2/3] gc.c: introduce GPR_FLAG_IMMEDIATE_MARK to reduce parameters
` [PATCH 3/3] gc.c: introduce GPR_FLAG_FULL_MARK "

[PATCH] thread_pthread.c: avoid reading rb_thread_t in thread cache
 2018-05-24  2:49 UTC 

[PATCH] parse.y: sized_xfree
 2018-05-21 22:05 UTC 

[PATCH] load.c: use ruby_sized_xfree for calloc-ed RArray VALUE
 2018-05-21 21:29 UTC 

[PATCH] introduce RUBY_TYPE_DEFAULT_SIZED_FREE
 2018-05-21 21:22 UTC 

[PATCH] array.c: use ruby_sized_free and SIZED_REALLOC_N
 2018-05-21 21:19 UTC 

[PATCH] WIP: URCU for ubf and thread_destruct_lock
 2018-05-18 22:22 UTC 

[PATCH] gc.c: use ruby_sized_xfree in more places
 2018-05-18 21:40 UTC 

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

[PATCH] thread.c (rb_wait_for_single_fd): do not leak EINTR
 2018-05-18  7:32 UTC 

[PATCH] WIP-RCU-for-ubf
 2018-05-17  3:17 UTC 

[PATCH] gc.c: use monotonic counters for objspace_malloc_increase
 2018-05-17  2:51 UTC  (2+ messages)
` no atomics needed for oldmalloc_increase

[PATCH] gc.c: use monotonic counters for objspace_malloc_increase
 2018-05-16 23:59 UTC 

[PATCH] Thread_local - experiment
 2018-05-16 21:57 UTC 

[PATCH] thread: reduce GET_THREAD calls
 2018-05-16 21:32 UTC 

[PATCH] thread: reduce GET_THREAD calls
 2018-05-16 20:58 UTC 

[PATCH] gc.c: use ccan/list
 2018-05-16 20:12 UTC 

[PATCH] vm_trace: implement postponed_jobs as st_table
 2018-05-16  9:07 UTC 

[PATCH] vm_trace: remove rb_postponed_job_t->flags
 2018-05-16  2:53 UTC 

[PATCH] thread: set rb_unblock_callback atomically
 2018-05-15 19:08 UTC 

[PATCH] thread: set rb_unblock_callback atomically
 2018-05-15 19:07 UTC 

gc-ccan-list
 2018-05-15 11:30 UTC 

[PATCH] gc.c (Init_GC): clamp M_ARENA_MAX=2 for glibc malloc
 2018-05-15  8:10 UTC 

[PATCH] gc.c: use ccan/list
 2018-05-15  7:02 UTC 

[PATCH] thread.c: enable ppoll for FreeBSD 11.0 and later
 2018-05-15  3:33 UTC 

[PATCH] thread_pthread.c: enable thread cache by default
 2018-05-15  0:44 UTC 

thread-cache
 2018-05-14 23:35 UTC 

[PATCH] gc.c: enter sleepy GC start
 2018-05-14 20:15 UTC 

pre-malloc-sweep
 2018-05-14 20:09 UTC 

[PATCH] variable.c: fix multiple autoload with identical file (again)
 2018-05-10  8:46 UTC 

[PATCH] variable.c: fix multiple autoload with identical file
 2018-05-10  0:34 UTC 

WIP-deep-alloc
 2018-05-05  1:52 UTC 

WIP sleepy start
 2018-05-05  1:49 UTC 

WIP depth tracking
 2018-05-04 21:18 UTC 

[WIP v2 0/4] sleepy GC
 2018-05-02  4:57 UTC  (7+ messages)
` [WIP v2 2/4] gc: rb_wait_for_single_fd performs GC if idle (Linux)
` [WIP v2 3/4] thread.c (do_select): perform GC if idle
` [WIP v2 4/4] thread.c: native_sleep callers may perform GC
  ` [PATCH 5/4] thread_sync.c (mutex_lock): add missing else
` [PATCH 6/4] gc.c: allow disabling sleepy GC
` [PATCH] benchmark: add benchmarks for "

[PATCH] use list_head_init instead of open-coding it
 2018-05-01  8:33 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).