[#80974] [Ruby trunk Feature#13517] [PATCH] reduce rb_mutex_t size from 160 to 80 bytes on 64-bit — ko1@...
Issue #13517 has been updated by ko1 (Koichi Sasada).
4 messages
2017/05/02
[#81024] Re: [Ruby trunk Feature#13517] [PATCH] reduce rb_mutex_t size from 160 to 80 bytes on 64-bit
— SASADA Koichi <ko1@...>
2017/05/07
sorry for late response.
[#80996] [Ruby trunk Feature#13544] Allow loading an ISeqs sequence directly from a C extension without requiring buffer is in an RVALUE — sam.saffron@...
Issue #13544 has been reported by sam.saffron (Sam Saffron).
3 messages
2017/05/04
[#81016] [Ruby trunk Bug#13526] Segmentation fault at 0x0055c2e58e8920 ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux] — s.wanabe@...
Issue #13526 has been updated by wanabe (_ wanabe).
3 messages
2017/05/07
[#81048] Re: [ruby-cvs:65788] normal:r58614 (trunk): rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t — SASADA Koichi <ko1@...>
It causes compile error on raspi 3.
3 messages
2017/05/09
[#81201] Re: [ruby-cvs:65935] normal:r58761 (trunk): test/test_extilibs.rb: do not check the existence of fiddle — "U.NAKAMURA" <usa@...>
Hi, Eric
4 messages
2017/05/16
[#81202] Re: [ruby-cvs:65935] normal:r58761 (trunk): test/test_extilibs.rb: do not check the existence of fiddle
— Eric Wong <normalperson@...>
2017/05/16
"U.NAKAMURA" <usa@garbagecollect.jp> wrote:
[#81427] Fwd: [ruby-changes:46809] normal:r58924 (trunk): test for IO.copy_stream CPU usage (r58534) — SASADA Koichi <ko1@...>
Hi,
6 messages
2017/05/28
[#81428] Re: Fwd: [ruby-changes:46809] normal:r58924 (trunk): test for IO.copy_stream CPU usage (r58534)
— Eric Wong <normalperson@...>
2017/05/28
SASADA Koichi <ko1@atdot.net> wrote:
[ruby-core:81048] Re: [ruby-cvs:65788] normal:r58614 (trunk): rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
From:
SASADA Koichi <ko1@...>
Date:
2017-05-09 05:42:07 UTC
List:
ruby-core #81048
It causes compile error on raspi 3. https://gist.githubusercontent.com/anonymous/d757703ed6b758fcf4c6f6199827ee19/raw/a5fb8d6aa5d566a4aea79fce287cda5e4a6b4260/brlog.trunk.20170509-053031 On 2017/05/09 14:06, normal@ruby-lang.org wrote: > normal 2017-05-09 14:06:41 +0900 (Tue, 09 May 2017) > > New Revision: 58614 > > https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58614 > > Log: > rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t > > The goal is to reduce rb_context_t and rb_fiber_t size > by removing the need to store the entire rb_thread_t in > there. > > [ruby-core:81045] Work-in-progress: soon, we will move more fields here. > > Modified files: > trunk/.gdbinit > trunk/compile.c > trunk/cont.c > trunk/error.c > trunk/eval.c > trunk/eval_intern.h > trunk/gc.c > trunk/proc.c > trunk/thread.c > trunk/vm.c > trunk/vm_args.c > trunk/vm_backtrace.c > trunk/vm_core.h > trunk/vm_dump.c > trunk/vm_eval.c > trunk/vm_exec.c > trunk/vm_exec.h > trunk/vm_insnhelper.c > trunk/vm_insnhelper.h > trunk/vm_method.c > trunk/vm_trace.c > -- // SASADA Koichi at atdot dot net Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>