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
*
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
*
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
1
-754
/
+674
*
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-23
1
-331
/
+752
*
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-23
1
-343
/
+2
*
Turned the reminder comment to a compile-time message
Nobuyoshi Nakada
2021-08-20
1
-1
/
+2
*
Undefine the alloc function for T_DATA classes
Mike Dalessio
2021-08-20
1
-2
/
+13
*
`SIZE_MAX` is not `size_t` on emscripten
Nobuyoshi Nakada
2021-08-16
1
-3
/
+3
*
Make during_compacting flag in GC one bit
Peter Zhu
2021-08-11
1
-2
/
+2
*
Make bit flags `reason` unsigned
Nobuyoshi Nakada
2021-08-08
1
-26
/
+26
*
Suppress warnings when GC_ENABLE_INCREMENTAL_MARK == 0
Nobuyoshi Nakada
2021-08-08
1
-8
/
+7
*
Using RBOOL macro
S.H
2021-08-02
1
-5
/
+5
*
Do not check pending interrupts when running finalizers
Jeremy Evans
2021-07-29
1
-0
/
+4
*
Suppress exception message in finalizer [Feature #17798]
Nobuyoshi Nakada
2021-07-23
1
-1
/
+1
*
Show exception in finalizer [Feature #17798]
Nobuyoshi Nakada
2021-07-23
1
-1
/
+14
*
Access rb_execution_context_t::errinfo directly
Nobuyoshi Nakada
2021-07-23
1
-2
/
+2
*
Use rb_equal
Nobuyoshi Nakada
2021-07-23
1
-1
/
+1
*
Finalizers no longer store the safe level
Nobuyoshi Nakada
2021-07-23
1
-6
/
+6
*
Don't recompute the heap page
Peter Zhu
2021-07-22
1
-1
/
+1
*
Don't set flags in finalize_list
Peter Zhu
2021-07-22
1
-1
/
+0
*
Change GC verification to walk all pages
Peter Zhu
2021-07-21
1
-6
/
+7
*
[Bug #18014] Add assertion to verify freelist
Peter Zhu
2021-07-15
1
-0
/
+12
*
[Bug #18014] Fix memory leak in GC when using Ractors
Peter Zhu
2021-07-15
1
-62
/
+54
*
[Bug #18014] Fix rb_gc_force_recycle unmark before sweep
Peter Zhu
2021-07-15
1
-1
/
+1
*
Get rid of conflict in ccan/list
Nobuyoshi Nakada
2021-07-10
1
-0
/
+2
*
gc.c: use each_stack_location for emscripten
Yusuke Endoh
2021-07-07
1
-2
/
+2
*
Use stride passed into os_obj_of_i
Peter Zhu
2021-06-30
1
-3
/
+2
*
Fix crash on RGENGC_CHECK_MODE=4
Peter Zhu
2021-06-29
1
-0
/
+2
*
Fix asan error when walking heap for T_PAYLOAD objects
eileencodes
2021-06-22
1
-1
/
+3
*
Add a cache for class variables
eileencodes
2021-06-18
1
-0
/
+36
*
Refactor heap_set_increment
Peter Zhu
2021-06-17
1
-17
/
+7
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-11
/
+13
*
Added parentheses to silence sizeof-array-div warnings
Nobuyoshi Nakada
2021-06-13
1
-1
/
+1
*
Removed duplicate include
Nobuyoshi Nakada
2021-06-13
1
-1
/
+1
*
Finish GC before calling gc_set_initial_pages
Peter Zhu
2021-06-10
1
-0
/
+2
*
Refactor gc_marks_start_heap to only configure heap
Peter Zhu
2021-06-09
1
-10
/
+13
*
Add multi-heap support to gc_marks_wb_unprotected_objects
Peter Zhu
2021-06-08
1
-3
/
+3
*
Support an arbitrary number of header bits (< BITS_BITLENGTH)
Aaron Patterson
2021-06-03
1
-243
/
+312
*
use a bool instead of int
Aaron Patterson
2021-06-02
1
-3
/
+3
*
Allocate exact space for objspace_each_objects
Peter Zhu
2021-06-02
1
-2
/
+2
*
Use the current object as the compaction index
Aaron Patterson
2021-06-01
1
-37
/
+64
*
Fill out switch statement in push_mark_stack
Aaron Patterson
2021-05-26
1
-7
/
+36
*
Disable compaction on platforms that can't support it
Aaron Patterson
2021-05-25
1
-0
/
+18
*
Revert any references that are on the machine stack after compacting
Aaron Patterson
2021-05-18
1
-17
/
+39
*
PAGE_SIZE is never used on msys/mingw
Nobuyoshi Nakada
2021-05-16
1
-1
/
+1
*
Refix PAGE_SIZE
Nobuyoshi Nakada
2021-05-14
1
-4
/
+7
[next]