Project

General

Profile

Feature #9068 ยป 0001-thread.c-reduce-rb_mutex_t-size-by-8-bytes-on-x86_64.patch

normalperson (Eric Wong), 11/01/2013 04:42 AM

View differences:

thread.c
rb_nativethread_lock_t lock;
rb_nativethread_cond_t cond;
struct rb_thread_struct volatile *th;
int cond_waiting;
struct rb_mutex_struct *next_mutex;
int cond_waiting;
int allow_trap;
} rb_mutex_t;
    (1-1/1)