index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
objspace
/
test_objspace.rb
Age
Commit message (
Expand
)
Author
7 days
Fix flaky test in test_objspace.rb
Peter Zhu
2023-05-21
Skip too-complex-shape test which is always flaky regardless JIT
Nobuyoshi Nakada
2023-05-21
Skip first if flaky [ci skip]
Nobuyoshi Nakada
2023-05-19
The too-complex test isn't stablefor RJIT either
Takashi Kokubun
2023-05-19
Skip test_dump_too_complex_shape for YJIT for now
Takashi Kokubun
2023-05-18
change to test/objectspace, don't rely on Object's shape not being "too complex"
lukeg
2023-05-10
Prevent warning: assigned but unused variable
Yusuke Endoh
2023-05-04
Define `RubyVM::Shape` dependent test only if available
Nobuyoshi Nakada
2023-03-08
Fix crash when allocating classes with newobj hook
Peter Zhu
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
2023-01-11
Skip unfixed assertion about objspace/dump_all
Koichi Sasada
2023-01-05
Add embedded status to dumps of T_OBJECT
Peter Zhu
2022-12-28
add debug print for the failure
Koichi Sasada
2022-12-15
Indicate if a shape is too_complex in ObjectSpace#dump
Jemma Issroff
2022-12-08
ObjectSpace.dump_all: dump shapes as well
Jean Boussier
2022-11-21
Add RVALUE_OVERHEAD and move ractor_belonging_id
Peter Zhu
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-10-20
push dummy frame for loading process
Koichi Sasada
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-07-22
Dump non-ASCII char as unsigned
Nobuyoshi Nakada
2022-07-21
Revert "objspace_dump.c: skip dumping method name if not pure ASCII"
Jean byroot Boussier
2022-07-21
objspace_dump.c: skip dumping method name if not pure ASCII
Jean Boussier
2022-07-04
ObjectSpace.dump: Include string coderange
Jean Boussier
2022-03-29
Refactor test_dump_all to make assertions about the contents of the dumped hash
Jemma Issroff
2022-03-01
Show embed status of array when len is 0 in objspace dump
Peter Zhu
2022-02-09
objspace: Hide identhash containing internal objs
John Hawthorn
2022-02-03
Add the size pool slot size to the output of ObjectSpace.dump/dump_all
Matt Valentine-House
2022-02-02
Decouple GC slot sizes from RVALUE
Peter Zhu
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-05-14
test/objspace/test_objspace.rb: check stderr before stdout
Yusuke Endoh
2021-05-14
ext/objspace/lib/objspace/trace.rb: Added
Yusuke Endoh
2021-05-12
* remove trailing spaces. [ci skip]
git
2021-05-12
Use another class for the comparison.
Koichi Sasada
2021-05-12
skip test for debug.
Koichi Sasada
2021-04-26
Fix some typos by spell checker
Ryuta Kamizono
2021-03-31
Use EnvUtil.under_gc_stress
Nobuyoshi Nakada
2021-03-31
skip marking for uninitialized imemo_env.
Koichi Sasada
2021-02-04
objspace_dump.c: tag singleton classes and reference the superclass
Jean Boussier
2021-02-01
Implement NameError::message#clone for Ractor
Nobuyoshi Nakada
2020-10-03
Fix ObjectSpace.dump(obj, output: :stdout)
Kazuhiro NISHIYAMA
2020-09-25
Return nil when argument to ObjectSpace.internal_class_of is T_IMEMO
Alan Wu
2020-09-09
Optimize ObjectSpace.dump_all
Jean Boussier
2020-09-09
Add a :since option to dump_all
Jean Boussier
2020-08-19
Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...
Jean Boussier
2020-08-18
Reset object allocation trace information
Aaron Patterson
2020-08-18
Update references when tracing allocations
Aaron Patterson
2020-08-18
Disable debugging test.
Koichi Sasada
2020-08-17
Fix method name escaping in ObjectSpace.dump
John Hawthorn
2020-08-17
Also escape DEL code
Nobuyoshi Nakada
[next]