[#61424] [REJECT?] xmalloc/xfree: reduce atomic ops w/ thread-locals — Eric Wong <normalperson@...>

I'm unsure about this. I _hate_ the extra branches this adds;

13 messages 2014/03/12

[ruby-core:61362] Re: [ruby-trunk - Bug #9609] [Open] [PATCH] vm_eval.c: fix misplaced RB_GC_GUARDs

From: Eric Wong <normalperson@...>
Date: 2014-03-07 10:38:15 UTC
List: ruby-core #61362
SASADA Koichi <ko1@atdot.net> wrote:
> And also it should be RARRAY_CONST_PTR().

Thanks (r45283).   Btw, I noticed rb_apply uses RARRAY_PTR, too,
but also with OBJ_FREEZE.

Should we ignore WB unprotect for frozen objects?

In This Thread