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
*
Define unsupported GC compaction methods as rb_f_notimplement
Mike Dalessio
2022-05-24
1
-4
/
+26
*
Move compaction-related methods into gc.c
Mike Dalessio
2022-05-24
1
-10
/
+91
*
Fix compiler warning when USE_RVARGC=0
Matt Valentine-House
2022-05-13
1
-1
/
+1
*
Write have instead of have have [ci skip
KaĆque Kandy Koga
2022-05-10
1
-1
/
+1
*
Don't allocate new page on finish sweeping
Peter Zhu
2022-05-09
1
-2
/
+0
*
Fix heap_extend_pages when total_slots is 0
Peter Zhu
2022-05-09
1
-3
/
+7
*
Grow size pools with no or few slots
Peter Zhu
2022-05-09
1
-0
/
+5
*
Call gc_sweep_finish_size_pool on size pools with no pages
Peter Zhu
2022-05-09
1
-0
/
+13
*
Fix gc_page_sweep when last bitmap plane is not used
Peter Zhu
2022-05-09
1
-3
/
+8
*
Mark RCLASS_INCLUDER
Alan Wu
2022-05-05
1
-0
/
+4
*
Unpoison freelist when iterating over it in gc_sweep_page
Jemma Issroff
2022-05-04
1
-0
/
+2
*
Remove unneeded cast
Peter Zhu
2022-05-04
1
-1
/
+1
*
Update reference for RCLASS_INCLUDER during compaction
Alan Wu
2022-05-03
1
-0
/
+1
*
Parenthize macro arguments
Nobuyoshi Nakada
2022-04-13
1
-2
/
+2
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2022-04-12
1
-1
/
+1
*
[DOC]Some link prefix replace
S-H-GAMELINKS
2022-04-09
1
-2
/
+2
*
Update `heap_pages_deferred_final` atomically
Nobuyoshi Nakada
2022-04-07
1
-9
/
+14
*
ruby_gc_set_params: update malloc_limit when env is set
Eric Wong
2022-04-04
1
-2
/
+4
*
Disable mmap on WASM
Peter Zhu
2022-04-04
1
-2
/
+7
*
Make heap page sizes 64KiB by default
Peter Zhu
2022-04-04
1
-7
/
+2
*
extract magic number from gc_sweep_step
Matt Valentine-House
2022-04-01
1
-1
/
+3
*
Use mmap for heap page allocation only
Peter Zhu
2022-04-01
1
-77
/
+104
*
[Feature #18619] remove FL_FROM_FREELIST
Matt Valentine-House
2022-04-01
1
-13
/
+1
*
[Feature #18619] Remove redundant compaction path
Matt Valentine-House
2022-04-01
1
-204
/
+2
*
[Feature #18619] Reverse the order of compaction movement
Matt Valentine-House
2022-04-01
1
-60
/
+233
*
Remove hard-coded swept slots threshold
Matt Valentine-House
2022-03-31
1
-1
/
+4
*
Decouple incremental marking step from page sizes
Peter Zhu
2022-03-30
1
-96
/
+136
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-29
/
+29
*
Remove unneeded function declarations in gc.c
Peter Zhu
2022-03-28
1
-4
/
+0
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-3
/
+3
*
Dedup superclass array in leaf sibling classes
John Hawthorn
2022-03-03
1
-4
/
+10
*
Constant time class to class ancestor lookup
John Hawthorn
2022-02-23
1
-0
/
+11
*
Change darray size to size_t and add functions that use GC malloc
Peter Zhu
2022-02-16
1
-0
/
+7
*
`wmap#each` should check liveness of keys
Koichi Sasada
2022-02-16
1
-20
/
+42
*
fix GC event synchronization
Koichi Sasada
2022-02-14
1
-14
/
+22
*
Free cached mark stack chunks when freeing objspace
Peter Zhu
2022-02-10
1
-2
/
+19
*
Move total_freed_pages to size pool
Peter Zhu
2022-02-03
1
-3
/
+17
*
Move total_allocated_pages to size pool
Peter Zhu
2022-02-03
1
-3
/
+20
*
Fix case when gc_marks_continue does not yield slots
Peter Zhu
2022-02-03
1
-4
/
+5
*
Decouple GC slot sizes from RVALUE
Peter Zhu
2022-02-02
1
-73
/
+84
*
Fix heap page iteration in gc_verify_heap_page
Peter Zhu
2022-01-31
1
-6
/
+8
*
[Bug#18556] Fallback `MAP_ ANONYMOUS`
Nobuyoshi Nakada
2022-01-29
1
-0
/
+4
*
Fix typo in assertion in gc.c
Peter Zhu
2022-01-26
1
-1
/
+1
*
Unpoison the cached object in the exact size
Nobuyoshi Nakada
2022-01-26
1
-1
/
+7
*
Call rb_id_table_foreach_values instead
Peter Zhu
2022-01-25
1
-2
/
+2
*
Rename rb_id_table_foreach_with_replace
Peter Zhu
2022-01-25
1
-7
/
+7
*
Remove redundant if statement in try_move
Peter Zhu
2022-01-25
1
-6
/
+1
*
Keep right operand within width when right shifting
Peter Zhu
2022-01-24
1
-1
/
+1
*
[wasm] Disallow compaction
Peter Zhu
2022-01-24
1
-12
/
+26
*
Fix format size qualifier on IL32P64
Nobuyoshi Nakada
2022-01-19
1
-1
/
+1
[next]