Project

General

Profile

Bug #6344 ยป ruby-1.9.3-p125-increase-stack-allocation-size-ppc.patch

Proposal patch - mtasaka (Mamoru TASAKA), 04/23/2012 11:26 PM

View differences:

ruby-1.9.3-p125/cont.c.debug 2012-04-20 02:36:15.245278117 +0900
#define RB_PAGE_SIZE (pagesize)
#define RB_PAGE_MASK (~(RB_PAGE_SIZE - 1))
static long pagesize;
#define FIBER_MACHINE_STACK_ALLOCATION_SIZE (0x10000)
#define FIBER_MACHINE_STACK_ALLOCATION_SIZE (0x20000)
#endif
#define CAPTURE_JUST_VALID_VM_STACK 1
    (1-1/1)