summaryrefslogtreecommitdiff
path: root/internal/variable.h
AgeCommit message (Expand)Author
2023-03-06Stop exporting symbols for MJITTakashi Kokubun
2023-03-03[Bug #19469] Fix crash when resizing generic iv listPeter Zhu
2023-01-31Copying GC support for EXIVARKunshan Wang
2022-12-15Transition complex objects to "too complex" shapeJemma Issroff
2022-11-21Refactor obj_ivar_set and vm_setivarPeter Zhu
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-10-31Implement object shapes for T_CLASS and T_MODULE (#6637)John Hawthorn
2022-10-14YJIT doesn't need rb_obj_ensure_iv_index_mappingAaron Patterson
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-07-25Change ROBJECT_TRANSIENT_FLAG to use FL_USER2Jemma Issroff
2021-10-20Extract yjit_force_iv_index and make it work when object is frozenAlan Wu
2021-09-10internal/*.h: skip doxygen卜部昌平
2021-08-24Moved rb_deprecate_constant declaration [Feature #18051]Nobuyoshi Nakada
2020-12-16tuning ivar setKoichi Sasada
2020-11-09eagerly initialize ivar table when index is small enoughAaron Patterson
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-07-03Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-07Allow global variables to moveAaron Patterson
2020-04-13add #include guard hack卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-02Export `rb_deprecate_constant`Nobuyoshi Nakada
2019-12-26decouple internal.h headers卜部昌平
2019-12-26internal/variable.h rework卜部昌平
2019-12-26split internal.h into files卜部昌平