ruby/internal
Peter Zhu 648927d71b Refactor obj_ivar_set and vm_setivar
obj_ivar_set and vm_setivar_slowpath is essentially doing the same thing,
but the code is duplicated and not quite implemented in the same way,
which could cause bugs. This commit refactors vm_setivar_slowpath to use
obj_ivar_set.
2022-11-21 09:58:53 -05:00
..
2021-10-21 16:17:39 +09:00
2022-07-03 09:42:44 -07:00
2021-10-25 20:47:19 +09:00
2022-03-30 16:50:46 +09:00
2022-11-02 11:03:21 -04:00
2022-10-21 14:56:48 -07:00