summaryrefslogtreecommitdiff
path: root/test/reline/test_within_pipe.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-05-12 02:12:06 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-05-12 02:14:27 +0900
commit42abad2464a78e3ec8a42f85c7bc878233f3ce16 (patch)
treec1aa0dbc813463918e39bf16395c815630ee4b75 /test/reline/test_within_pipe.rb
parent95ac235537fc0e46e4c18f1e82cf14d0a98b3b92 (diff)
numeric.c: optimize `float ** 2` case by fastpath
It would be a relatively frequent case. It is still slower than `float * float` because `*` has a dedicated VM instruction (opt_mult), though.
Diffstat (limited to 'test/reline/test_within_pipe.rb')
0 files changed, 0 insertions, 0 deletions