ruby/yjit/bindgen
Alan Wu 2b54c135ff
YJIT: Avoid identity-based known-class guards for IO objects (#7911)
`IO#reopen` is very special in that it is able to change the class and
singleton class of IO instances. In its presence, it is not correct to
assume that IO instances has a stable class/singleton class and guard
by comparing identity.
2023-06-06 10:21:29 -04:00
..
src YJIT: Avoid identity-based known-class guards for IO objects (#7911) 2023-06-06 10:21:29 -04:00
Cargo.lock YJIT: Upgrade bindgen to stabilize and reduce output 2022-12-08 17:35:18 -05:00
Cargo.toml YJIT: Upgrade bindgen to stabilize and reduce output 2022-12-08 17:35:18 -05:00