summaryrefslogtreecommitdiff
path: root/ext/objspace
AgeCommit message (Expand)Author
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
2020-09-11Add missing breakKazuhiro NISHIYAMA
2020-09-09Optimize ObjectSpace.dump_allJean Boussier
2020-09-09Add a :since option to dump_allJean Boussier
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-08-19Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...Jean Boussier
2020-08-19RHASH_TBL: is now ext-only卜部昌平
2020-08-18Update references when tracing allocationsAaron Patterson
2020-08-17Fix method name escaping in ObjectSpace.dumpJohn Hawthorn
2020-08-17Also escape DEL codeNobuyoshi Nakada
2020-08-17Fixed the radix for control charsNobuyoshi Nakada
2020-07-28[DOC] Clarify ObjectSpace return values are in bytes [ci skip]Simon Perepelitsa
2020-07-23Avoid allocating a string when dumping an anonymous module or classJean Boussier
2020-07-10Fix missing imemo cases in objspace_dump by refactoringAlan Wu
2020-06-14Introduce find pattern [Feature #16828]Kazuki Tsujimoto