summaryrefslogtreecommitdiff
path: root/test/objspace
Commit message (Expand)AuthorAgeFilesLines
* Prevent warning: assigned but unused variableYusuke Endoh2023-05-101-1/+1
* Define `RubyVM::Shape` dependent test only if availableNobuyoshi Nakada2023-05-041-2/+2
* Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + RactorsKJ Tsanaktsidis2023-03-091-0/+17
* Fix crash when allocating classes with newobj hookPeter Zhu2023-03-081-0/+7
* Fix incorrect line numbers in GC hookPeter Zhu2023-02-241-0/+8
* Skip unfixed assertion about objspace/dump_allKoichi Sasada2023-01-111-2/+6
* Add embedded status to dumps of T_OBJECTPeter Zhu2023-01-051-0/+16
* add debug print for the failureKoichi Sasada2022-12-281-1/+8
* Indicate if a shape is too_complex in ObjectSpace#dumpJemma Issroff2022-12-151-0/+29
* ObjectSpace.dump_all: dump shapes as wellJean Boussier2022-12-081-2/+13
* Add RVALUE_OVERHEAD and move ractor_belonging_idPeter Zhu2022-11-211-2/+2
* Transition shape when object's capacity changesJemma Issroff2022-11-101-13/+13
* push dummy frame for loading processKoichi Sasada2022-10-201-0/+59
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-9/+5
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-5/+9
* Dump non-ASCII char as unsignedNobuyoshi Nakada2022-07-221-0/+15
* Revert "objspace_dump.c: skip dumping method name if not pure ASCII"Jean byroot Boussier2022-07-211-13/+0
* objspace_dump.c: skip dumping method name if not pure ASCIIJean Boussier2022-07-211-0/+13
* ObjectSpace.dump: Include string coderangeJean Boussier2022-07-041-0/+10
* Refactor test_dump_all to make assertions about the contents of the dumped hashJemma Issroff2022-03-291-4/+25
* Show embed status of array when len is 0 in objspace dumpPeter Zhu2022-03-011-0/+22
* objspace: Hide identhash containing internal objsJohn Hawthorn2022-02-091-0/+12
* Add the size pool slot size to the output of ObjectSpace.dump/dump_allMatt Valentine-House2022-02-031-0/+28
* Decouple GC slot sizes from RVALUEPeter Zhu2022-02-021-1/+1
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-2/+2
* test/objspace/test_objspace.rb: check stderr before stdoutYusuke Endoh2021-05-141-1/+1
* ext/objspace/lib/objspace/trace.rb: AddedYusuke Endoh2021-05-141-0/+16
* * remove trailing spaces. [ci skip]git2021-05-121-1/+1
* Use another class for the comparison.Koichi Sasada2021-05-121-3/+2
* skip test for debug.Koichi Sasada2021-05-121-0/+2
* Fix some typos by spell checkerRyuta Kamizono2021-04-261-1/+1
* Use EnvUtil.under_gc_stressNobuyoshi Nakada2021-03-311-9/+5
* skip marking for uninitialized imemo_env.Koichi Sasada2021-03-311-0/+13
* objspace_dump.c: tag singleton classes and reference the superclassJean Boussier2021-02-041-0/+15
* Implement NameError::message#clone for RactorNobuyoshi Nakada2021-02-011-0/+9
* Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA2020-10-031-7/+14
* Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu2020-09-251-0/+5
* Optimize ObjectSpace.dump_allJean Boussier2020-09-091-0/+6
* Add a :since option to dump_allJean Boussier2020-09-091-0/+23
* Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...Jean Boussier2020-08-191-0/+9
* Reset object allocation trace informationAaron Patterson2020-08-181-0/+1
* Update references when tracing allocationsAaron Patterson2020-08-181-1/+1
* Disable debugging test.Koichi Sasada2020-08-181-1/+1
* Fix method name escaping in ObjectSpace.dumpJohn Hawthorn2020-08-171-0/+18
* Also escape DEL codeNobuyoshi Nakada2020-08-171-0/+1
* Fixed the radix for control charsNobuyoshi Nakada2020-08-171-0/+4
* Removed fragile tests in https://github.com/ruby/ruby/pull/3349Nobuyoshi Nakada2020-07-231-22/+0
* Avoid allocating a string when dumping an anonymous module or classJean Boussier2020-07-231-0/+27
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-1/+1
* Suppress unused variable warning with RUBYOPT=-wNobuyoshi Nakada2019-06-281-1/+1