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
*
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
*
Introduce `RBIMPL_NONNULL_ARG` macro
Nobuyoshi Nakada
2021-09-27
1
-8
/
+1
*
Fix malloc_increase is not correctly calculated
Peter Zhu
2021-09-20
1
-3
/
+3
*
Fix total_freed_objects for invalidated pages
Peter Zhu
2021-09-15
1
-1
/
+2
*
Don't overwrite free_slots count during sweeping
Peter Zhu
2021-09-15
1
-1
/
+2
*
Update the free_slots count of the original page
Peter Zhu
2021-09-15
1
-20
/
+9
*
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-11
1
-2
/
+2
*
suppress GCC's -Wnonnull-compare
卜部昌平
2021-09-10
1
-0
/
+7
*
Replace RBOOL macro
S-H-GAMELINKS
2021-09-05
1
-4
/
+4
*
Remove heap_is_swept_object function
Peter Zhu
2021-09-01
1
-12
/
+1
*
Fix memory leak in Variable Width Allocation
Peter Zhu
2021-08-27
1
-23
/
+27
*
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-25
1
-329
/
+749
*
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-25
1
-343
/
+2
*
Replace intptr_t with uintptr_t in gc.c
Peter Zhu
2021-08-23
1
-21
/
+21
[next]