From: Eric Wong Date: 2014-10-09T04:10:14+00:00 Subject: [ruby-core:65547] Re: [ruby-trunk - Feature #10333] [PATCH 3/1] optimize: "yoda literal" == string Eric Wong 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