ruby/yjit
Étienne Barrié bf9879791a Optimized instruction for Hash#freeze
If a Hash which is empty or only using literals is frozen, we detect
this as a peephole optimization and change the instructions to be
`opt_hash_freeze`.

[Feature #20684]

Co-authored-by: Jean Boussier <byroot@ruby-lang.org>
2024-09-05 12:46:02 +02:00
..
bindgen YJIT: Encode doubles to VALUE objects and move stat generation to rust (#11388) 2024-08-27 22:24:17 -04:00
src Optimized instruction for Hash#freeze 2024-09-05 12:46:02 +02:00
.gitignore
Cargo.lock
Cargo.toml YJIT: Tweak a comment a little [ci skip] 2024-07-18 13:03:17 -07:00
not_gmake.mk
yjit.mk