index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
objspace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect line numbers in GC hook
Peter Zhu
2023-02-24
1
-0
/
+8
*
Skip unfixed assertion about objspace/dump_all
Koichi Sasada
2023-01-11
1
-2
/
+6
*
Add embedded status to dumps of T_OBJECT
Peter Zhu
2023-01-05
1
-0
/
+16
*
add debug print for the failure
Koichi Sasada
2022-12-28
1
-1
/
+8
*
Indicate if a shape is too_complex in ObjectSpace#dump
Jemma Issroff
2022-12-15
1
-0
/
+29
*
ObjectSpace.dump_all: dump shapes as well
Jean Boussier
2022-12-08
1
-2
/
+13
*
Add RVALUE_OVERHEAD and move ractor_belonging_id
Peter Zhu
2022-11-21
1
-2
/
+2
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-13
/
+13
*
push dummy frame for loading process
Koichi Sasada
2022-10-20
1
-0
/
+59
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
1
-9
/
+5
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
1
-5
/
+9
*
Dump non-ASCII char as unsigned
Nobuyoshi Nakada
2022-07-22
1
-0
/
+15
*
Revert "objspace_dump.c: skip dumping method name if not pure ASCII"
Jean byroot Boussier
2022-07-21
1
-13
/
+0
*
objspace_dump.c: skip dumping method name if not pure ASCII
Jean Boussier
2022-07-21
1
-0
/
+13
*
ObjectSpace.dump: Include string coderange
Jean Boussier
2022-07-04
1
-0
/
+10
*
Refactor test_dump_all to make assertions about the contents of the dumped hash
Jemma Issroff
2022-03-29
1
-4
/
+25
*
Show embed status of array when len is 0 in objspace dump
Peter Zhu
2022-03-01
1
-0
/
+22
*
objspace: Hide identhash containing internal objs
John Hawthorn
2022-02-09
1
-0
/
+12
*
Add the size pool slot size to the output of ObjectSpace.dump/dump_all
Matt Valentine-House
2022-02-03
1
-0
/
+28
*
Decouple GC slot sizes from RVALUE
Peter Zhu
2022-02-02
1
-1
/
+1
*
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
1
-2
/
+2
*
test/objspace/test_objspace.rb: check stderr before stdout
Yusuke Endoh
2021-05-14
1
-1
/
+1
*
ext/objspace/lib/objspace/trace.rb: Added
Yusuke Endoh
2021-05-14
1
-0
/
+16
*
* remove trailing spaces. [ci skip]
git
2021-05-12
1
-1
/
+1
*
Use another class for the comparison.
Koichi Sasada
2021-05-12
1
-3
/
+2
*
skip test for debug.
Koichi Sasada
2021-05-12
1
-0
/
+2
*
Fix some typos by spell checker
Ryuta Kamizono
2021-04-26
1
-1
/
+1
*
Use EnvUtil.under_gc_stress
Nobuyoshi Nakada
2021-03-31
1
-9
/
+5
*
skip marking for uninitialized imemo_env.
Koichi Sasada
2021-03-31
1
-0
/
+13
*
objspace_dump.c: tag singleton classes and reference the superclass
Jean Boussier
2021-02-04
1
-0
/
+15
*
Implement NameError::message#clone for Ractor
Nobuyoshi Nakada
2021-02-01
1
-0
/
+9
*
Fix ObjectSpace.dump(obj, output: :stdout)
Kazuhiro NISHIYAMA
2020-10-03
1
-7
/
+14
*
Return nil when argument to ObjectSpace.internal_class_of is T_IMEMO
Alan Wu
2020-09-25
1
-0
/
+5
*
Optimize ObjectSpace.dump_all
Jean Boussier
2020-09-09
1
-0
/
+6
*
Add a :since option to dump_all
Jean Boussier
2020-09-09
1
-0
/
+23
*
Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...
Jean Boussier
2020-08-19
1
-0
/
+9
*
Reset object allocation trace information
Aaron Patterson
2020-08-18
1
-0
/
+1
*
Update references when tracing allocations
Aaron Patterson
2020-08-18
1
-1
/
+1
*
Disable debugging test.
Koichi Sasada
2020-08-18
1
-1
/
+1
*
Fix method name escaping in ObjectSpace.dump
John Hawthorn
2020-08-17
1
-0
/
+18
*
Also escape DEL code
Nobuyoshi Nakada
2020-08-17
1
-0
/
+1
*
Fixed the radix for control chars
Nobuyoshi Nakada
2020-08-17
1
-0
/
+4
*
Removed fragile tests in https://github.com/ruby/ruby/pull/3349
Nobuyoshi Nakada
2020-07-23
1
-22
/
+0
*
Avoid allocating a string when dumping an anonymous module or class
Jean Boussier
2020-07-23
1
-0
/
+27
*
Suppress unused variable warnings
Nobuyoshi Nakada
2019-06-30
1
-1
/
+1
*
Suppress unused variable warning with RUBYOPT=-w
Nobuyoshi Nakada
2019-06-28
1
-1
/
+1
*
O_EXCL has no meaning for fdopen
Nobuyoshi Nakada
2019-06-28
1
-3
/
+3
*
Disable frozen-string-literal to disable deduplication
Nobuyoshi Nakada
2019-06-23
1
-2
/
+4
*
Ignore warnings about ambiguous first argument of regexp with assert match.
Hiroshi SHIBATA
2019-06-01
1
-10
/
+10
*
fix imemo entry description.
ko1
2019-02-13
1
-0
/
+2
[next]