prelude: |
  class C
    def m
    end
  end

  o = C.new
benchmark:
  vm2_send: |
    o.__send__ :m
loop_count: 6000000