[#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:65547] Re: [ruby-trunk - Feature #10333] [PATCH 3/1] optimize: "yoda literal" == string

From: Eric Wong <normalperson@...>
Date: 2014-10-09 04:10:14 UTC
List: ruby-core #65547
Eric Wong <normalperson@yhbt.net> wrote:
> > Maybe start moving existing iseq_compile_each optimizations to the
> > peephole optimizer (work-in-progress):
> > http://80x24.org/spew/m/ee49aae645e0953fc16fc1557dce6a09b4de4324.txt
> 
> Part #2, generic putstring_for instruction:
> http://80x24.org/spew/m/5a77be4e211c81a509573e3e1ca3bc3ca2383e68.txt

Part #3, for `obj << "literal"' and `obj == "literal"' calls:
http://80x24.org/spew/m/1412827413-14385-1-git-send-email-e%4080x24.org.txt

In This Thread