[#65451] [ruby-trunk - Feature #10333] [PATCH 3/1] optimize: "yoda literal" == string — ko1@...

Issue #10333 has been updated by Koichi Sasada.

9 messages 2014/10/07

[ruby-core:65959] Re: [ruby-trunk - Feature #10440] Optimize keyword and splat argument

From: Eric Wong <normalperson@...>
Date: 2014-10-28 23:22:23 UTC
List: ruby-core #65959
Cool.
My only concern is making call_info and iseq structs bigger.

I think most of the iseq->arg_keyword_* fields can be moved to a
separate allocation (like catch table) because they are not common
and space may be saved that way.
We may do that after merging this optimization.

call_info is harder to shrink (but more common than iseq, so
size changes have more effect...)

In This Thread

Prev Next