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
/
gc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separately allocate class_serial on 32-bit systems
Peter Zhu
2022-01-14
1
-0
/
+4
*
Improve string info in rb_raw_obj_info
Peter Zhu
2022-01-07
1
-2
/
+9
*
Remove assertion causing read barrier to trigger
Peter Zhu
2022-01-05
1
-2
/
+0
*
Switch `is_pointer_to_heap` to use library bsearch
Matt Valentine-House
2022-01-04
1
-23
/
+50
*
[Feature #18364] Add GC.stat_heap to get stats for memory heaps
Peter Zhu
2022-01-04
1
-0
/
+122
*
Negative RBOOL usage
Nobuyoshi Nakada
2022-01-01
1
-2
/
+2
*
On 64bit macOS, enlarge heap pages to reduce mmap calls [Bug #18447]
Nobuyoshi Nakada
2021-12-29
1
-0
/
+7
*
Remove deprecate rb_cData [Bug #18433]
Nobuyoshi Nakada
2021-12-26
1
-3
/
+0
*
`finalize_deferred` doesn't need VM lock
Koichi Sasada
2021-12-23
1
-6
/
+2
*
undef `rb_vm_lookup_overloaded_cme()`
Koichi Sasada
2021-12-23
1
-6
/
+5
*
make `overloaded_cme_table` truly weak key map
Koichi Sasada
2021-12-21
1
-7
/
+1
*
`mandatory_only_cme` should not be in `def`
Koichi Sasada
2021-12-21
1
-4
/
+13
*
Show whether object is garbage in rb_raw_obj_info()
Alan Wu
2021-12-20
1
-1
/
+2
*
Remove compaction support detection using sysconf
Peter Zhu
2021-12-14
1
-35
/
+3
*
Fixed the check order in wmap_live_p [Bug #18392]
Nobuyoshi Nakada
2021-12-07
1
-13
/
+22
*
ObjectSpace::WeakMap#inspect: check if living object [Bug #18392]
Nobuyoshi Nakada
2021-12-07
1
-6
/
+23
*
Refactor GC functions to have consistent naming
Peter Zhu
2021-12-03
1
-18
/
+18
*
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-12-02
1
-2
/
+2
*
Don't clear the constant cache when finishing compaction
Matt Valentine-House
2021-12-02
1
-1
/
+0
*
Cast tv_usec to int32_t to fit in tv_nsec
Yuta Saito
2021-12-02
1
-1
/
+1
*
Fix a function name in an error message
Kazuhiro NISHIYAMA
2021-11-26
1
-1
/
+1
*
Remove unused function `size_pool_for_size`
Kazuhiro NISHIYAMA
2021-11-26
1
-14
/
+0
*
initialize allocated memory by VWA for assertions
Koichi Sasada
2021-11-26
1
-0
/
+4
*
Revert "Add GC.stat_size_pool to get stats for a size pool"
Peter Zhu
2021-11-25
1
-95
/
+0
*
Add GC.stat_size_pool to get stats for a size pool
Peter Zhu
2021-11-25
1
-0
/
+95
*
Speed up Ractors for Variable Width Allocation
Peter Zhu
2021-11-23
1
-93
/
+59
*
Removes unused HEAP_PAGE_BITMAP_PLANES constant from gc.c
Jemma Issroff
2021-11-22
1
-2
/
+0
*
Make RCLASS_EXT(c)->subclasses a doubly linked list
Matt Valentine-House
2021-11-22
1
-13
/
+2
*
gc.c: Fix a compile error on some crossbuilds
Yusuke Endoh
2021-11-19
1
-1
/
+1
*
GC measurement feature
Koichi Sasada
2021-11-19
1
-37
/
+60
*
support `GC.stat(:time)` take 2
Koichi Sasada
2021-11-19
1
-0
/
+51
*
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-11-15
1
-5
/
+9
*
Remove RCLASS(obj)->ptr when RVARGC is enabled
Matt Valentine-House
2021-11-11
1
-4
/
+4
*
fix a memory leak introduced in 8bbd319
Matt Valentine-House
2021-11-11
1
-2
/
+6
*
[Feature #18290] Deprecate rb_gc_force_recycle and remove invalidate_mark_sta...
Peter Zhu
2021-11-08
1
-72
/
+1
*
make obj_free return true when it frees an object
Matt Valentine-House
2021-10-29
1
-9
/
+8
*
Prefer size pool heap macros over direct access
Matt Valentine-House
2021-10-29
1
-15
/
+15
*
Fix a warning
Kazuhiro NISHIYAMA
2021-10-28
1
-1
/
+1
*
Fix a warning
Kazuhiro NISHIYAMA
2021-10-28
1
-1
/
+1
*
Align `RFloat` at VALUE boundary
Nobuyoshi Nakada
2021-10-27
1
-6
/
+5
*
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
1
-56
/
+89
*
[Feature #18239] Refactor RVARGC alloc functions
Peter Zhu
2021-10-25
1
-1
/
+3
*
Suppress false warning for freed pointer
Nobuyoshi Nakada
2021-10-24
1
-13
/
+24
*
Push compaction page alignment check down
Aaron Patterson
2021-10-21
1
-18
/
+18
*
Partial revert of ceebc7fc98d
Aaron Patterson
2021-10-20
1
-1
/
+1
*
MicroJIT: generate less code for CFUNCs
Alan Wu
2021-10-20
1
-1
/
+1
*
Print errno when mprotect fails
Aaron Patterson
2021-10-20
1
-2
/
+2
*
Move rb_ractor_p definition
S.H
2021-10-04
1
-2
/
+0
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-4
/
+4
*
Cast to void pointer to suppress -Wformat-pedantic in RUBY_DEBUG_LOG
Nobuyoshi Nakada
2021-10-03
1
-4
/
+4
[next]