[ruby-core:70037] Re: [Ruby trunk - Feature #11371] [PATCH] parse.y (struct parser_params): pack to 4 cache lines on x86-64

From: Eric Wong <normalperson@...>
Date: 2015-07-19 08:14:17 UTC
List: ruby-core #70037
nobu@ruby-lang.org wrote:
> Why remove this line?
> 
> > -    parser->parser_in_defined = 0;

Oops, I was going to MEMZERO-ing the whole struct (or rely on
TypedData_Make_Struct) but got distracted.  I'll keep that line
if I commit this patch.

In This Thread

Prev Next