dumping ground for random patches and texts
 help / color / mirror / Atom feed
 messages from 2018-04-04 03:33:39 to 2018-06-25 23:50:56 UTC [more...]

[PATCHv3 0/8] mjit SIGCHLD hijack series
 2018-06-25 23:50 UTC 

[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  (8+ messages)
` [WIP v2 1/4] thread.c (timeout_prepare): common function
` [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 

[PATCH] gc.c: use incremental *_continue functions
 2018-05-01  6:23 UTC 

[[PATCH v3]] searchidx: preserve umask when starting/committing transactions
 2018-05-01  1:49 UTC 

[PATCH] searchidx: preserve umask when starting/committing transactions
 2018-05-01  1:49 UTC 

[PATCH] searchidx: preserve umask when starting/committing transactions
 2018-05-01  1:48 UTC 

[PATCH] searchidx: preserve umask when releasing Xapian DB
 2018-05-01  1:45 UTC 

[WIP] sleepy GC
 2018-05-01  1:31 UTC  (6+ messages)
` [PATCH 1/2] thread.c (timeout_prepare): common function
` [PATCH 2/2] gc: rb_wait_for_single_fd performs GC if idle (Linux)
  ` [PATCH 3/2] thread.c (do_select): perform GC if idle
` [PATCH 4/2] thread_pthread (native_sleep): "

[PATCH] thread.c (do_select): perform GC if idle
 2018-05-01  1:29 UTC 

[PATCH] thread_sync.c (condvar_ptr): reset fork_gen after forking
 2018-04-30 23:35 UTC 

this inbox converted to public-inbox v2
 2018-04-29 22:26 UTC 

[PATCH] vm_core.h (rb_execution_context_t): shrink raised_flag field
 2018-04-28  5:48 UTC 

[PATCH] vm_core.h:
 2018-04-28  5:28 UTC 

[PATCH] cont.c: cleanup needless cast
 2018-04-28  5:04 UTC 

[PATCH] thread: allow disabling preempt
 2018-04-27  8:12 UTC 

[PATCH] Threadlet: green threads implemented using fibers
 2018-04-22 22:02 UTC 

[PATCH] extmsg: use Xapian only for partial matches
 2018-04-22  3:56 UTC 

[PATCH] extmsg xap only
 2018-04-21 22:23 UTC 

[PATCH] io.c: do not use rb_notify_fd_close close on recycled FD
 2018-04-21  2:46 UTC 

[PATCH] io.c: do not use rb_notify_fd_close close on recycled FD
 2018-04-21  2:35 UTC 

[PATCH] rb_thread_io_blocking_region: discard "stream closed" if func succeeds
 2018-04-21  2:15 UTC 

[PATCH] thread_sync: redo r62934 to use fork_gen
 2018-04-20 22:42 UTC 

[PATCH] variable.c: fix thread + fork errors in autoload
 2018-04-20  3:22 UTC 

[PATCH] extmsg: remove expensive git path checks
 2018-04-17  4:07 UTC 

[PATCH] searchidx: avoid NNTP article number gaps on reindex (v1)
 2018-04-17  4:01 UTC 

[PATCH 1/9] feed: respect feedmax, again
 2018-04-16 23:06 UTC  (9+ messages)
` [PATCH 2/9] v1: remove articles from overview DB
` [PATCH 3/9] compact: do not merge v2 repos by default
` [PATCH 4/9] v2writable: reduce partititions by one
` [PATCH 5/9] search: preserve References in Xapian smsg for x=t view
` [PATCH 6/9] v2: generate better Message-IDs for duplicates
` [PATCH 7/9] v2: improve deduplication checks
` [PATCH 8/9] import: cat_blob drops leading 'From ' lines like Inbox
` [PATCH 9/9] searchidx: avoid NNTP article number gaps on reindex (v1)

[PATCH 1/5] init: s/GIT_DIR/REPO_DIR/ in usage
 2018-04-04  3:36 UTC  (5+ messages)
` [PATCH 2/5] import: rewrite less during purge
` [PATCH 3/5] purge fixes
` [PATCH 4/5] v2: support incremental indexing
` [PATCH 5/5] almost purging

[PATCH 1/5] init: s/GIT_DIR/REPO_DIR/ in usage
 2018-04-04  3:34 UTC  (5+ messages)
` [PATCH 2/5] import: rewrite less during purge
` [PATCH 3/5] purge fixes
` [PATCH 4/5] v2: support incremental indexing
` [PATCH 5/5] almost purging

[PATCH 1/5] init: s/GIT_DIR/REPO_DIR/ in usage
 2018-04-04  3:33 UTC  (5+ messages)
` [PATCH 2/5] import: rewrite less during purge
` [PATCH 3/5] purge fixes
` [PATCH 4/5] v2: support incremental indexing
` [PATCH 5/5] almost purging


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