[ruby-core:60688] Re: volatile usages

From: Nobuyoshi Nakada <nobu@...>
Date: 2014-02-14 02:40:11 UTC
List: ruby-core #60688
(2014/02/13 19:04), Eric Wong wrote:
> Also, in string.c, I'm not sure if the volatile declaration is enough,
> using RB_GC_GUARD below seems more correct (and generates smaller code
> on x86-32, at least):

LGTM.

In This Thread