mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
avoid extra dup and pop in compile_op_asgn2
Co-authored-by: John Hawthorn <jhawthorn@github.com>
This commit is contained in:
parent
aafbc9068f
commit
fbaac837cf
Notes:
git
2022-09-23 01:47:36 +09:00
2 changed files with 32 additions and 11 deletions
8
benchmark/vm_lvar_cond_set.yml
Normal file
8
benchmark/vm_lvar_cond_set.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
benchmark:
|
||||
vm_lvar_cond_set: |
|
||||
a ||= 1
|
||||
b ||= 1
|
||||
c ||= 1
|
||||
d ||= 1
|
||||
nil
|
||||
loop_count: 30000000
|
||||
Loading…
Add table
Add a link
Reference in a new issue