summaryrefslogtreecommitdiff
path: root/ext/objspace
AgeCommit message (Expand)Author
2022-11-10Remove numiv from RObjectJemma Issroff
2022-11-02Use shared flags of the typePeter Zhu
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-08Move `error` from top_stmts and top_stmt to stmtyui-knk
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-22Adjust indents [ci skip]Nobuyoshi Nakada
2022-07-22Get rid of magic numbersNobuyoshi Nakada
2022-07-22Dump non-ASCII char as unsignedNobuyoshi Nakada
2022-07-21Revert "objspace_dump.c: skip dumping method name if not pure ASCII"Jean byroot Boussier
2022-07-21objspace_dump.c: skip dumping method name if not pure ASCIIJean Boussier
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-05Local functions should be `static`Nobuyoshi Nakada
2022-07-04ObjectSpace.dump: Include string coderangeJean Boussier
2022-04-27Rust YJITAlan Wu
2022-04-17Get rid of doubly cachingNobuyoshi Nakada
2022-04-17Get rid of magic numbersNobuyoshi Nakada
2022-03-01Show embed status of array when len is 0 in objspace dumpPeter Zhu
2022-02-23Never call kind_of with klass=0John Hawthorn
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2022-02-09objspace: Hide identhash containing internal objsJohn Hawthorn
2022-02-03Add the size pool slot size to the output of ObjectSpace.dump/dump_allMatt Valentine-House
2021-12-13Remove `NODE_DASGN_CURR` [Feature #18406]Nobuyoshi Nakada
2021-12-02[Bug #18382] Fix crash in compaction for ObjectSpace.trace_object_allocationsPeter Zhu
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-20Tie lifetime of uJIT blocks to iseqsAlan Wu
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-08-25[Feature #18045] Remove T_PAYLOADPeter Zhu
2021-08-23Revert "[Feature #18045] Implement size classes for GC"Peter Zhu
2021-08-23[Feature #18045] Remove T_PAYLOADPeter Zhu
2021-08-20undefine alloc functions for C extensionsMike Dalessio
2021-05-14ext/objspace/lib/objspace/trace.rb: Remove the original Kernel#pYusuke Endoh
2021-05-14ext/objspace/lib/objspace/trace.rb: AddedYusuke Endoh
2021-05-06Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slotsMatt Valentine-House
2021-04-26Fix compiler warnings in objspace_dump.c when assertions are turned onPeter Zhu
2021-04-13dependency updates卜部昌平
2021-02-04objspace_dump.c: tag singleton classes and reference the superclassJean Boussier
2021-01-20objspace_dump.c: Handle allocation path and line missingJean Boussier
2021-01-05enable constant cache on ractorsKoichi Sasada
2020-12-24Expose atomic operation macros with RUBY prefixNobuyoshi Nakada
2020-10-06Prevent objects from moving while iterating the heapAaron Patterson
2020-10-03Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA
2020-09-29Fix up dependencies on internal/sanitizers.hNobuyoshi Nakada
2020-09-28Refactor common heap iteration codeAaron Patterson
2020-09-28Fix ASAN support when invalidating CCsAaron Patterson
2020-09-28Make ext/objspace ASAN friendlyAaron Patterson
2020-09-25Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu
2020-09-15Parse ObjectSpace.dump_all / dump arguments in Ruby to avoid allocation noiseJean Boussier