From: shyouhei@... Date: 2016-09-12T07:05:47+00:00 Subject: [ruby-core:77252] [Ruby trunk Feature#12755] optimize instruction sequence Issue #12755 has been reported by Shyouhei Urabe. ---------------------------------------- Feature #12755: optimize instruction sequence https://bugs.ruby-lang.org/issues/12755 * Author: Shyouhei Urabe * Status: Open * Priority: Normal * Assignee: ---------------------------------------- I'd like to propose Ruby to have a infrastructure optimizing its execution. My implementation and detailed explanation of how it works can be found at https://github.com/ruby/ruby/pull/1419 I guess, I don't necessarily think that above patch is the best way to achieve speed. You might not want to pull it to ruby-core as-is for reasons. Maybe it's a rough-cut. That being said, I still think we need some sort of optimization like this. Because when we want to make ruby 3x faster, there are only two ways to do so; either make it execute 3 instructions at once, or to make it execute 1/3 less instructions. -- https://bugs.ruby-lang.org/ Unsubscribe: