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
*
add `RUBY_DEBUG_LOG` fo `each_machine_stack_value`
Koichi Sasada
2023-03-31
1
-0
/
+1
*
Fix memory leak for iclass
Peter Zhu
2023-03-28
1
-1
/
+1
*
Use an st table for "too complex" objects
Aaron Patterson
2023-03-20
1
-6
/
+4
*
[Feature #19406] Allow declarative definition of references
Matt Valentine-House
2023-03-17
1
-5
/
+46
*
Assume that FL_FINALIZE is in finalizer_table
Peter Zhu
2023-03-17
1
-3
/
+3
*
[Feature #19442] Remove GC_ENABLE_INCREMENTAL_MARK
Matt Valentine-House
2023-03-16
1
-76
/
+2
*
[Feature #19442] Remove USE_RINCGC flag
Matt Valentine-House
2023-03-16
1
-1
/
+1
*
Use __builtin_ppc_get_timebase on POWER with clang
pkubaj
2023-03-14
1
-1
/
+1
*
Remove duplicate code in gc_marks_finish
Peter Zhu
2023-03-10
1
-7
/
+0
*
Revert "Allow classes and modules to become too complex"
Aaron Patterson
2023-03-10
1
-5
/
+1
*
Move WeakMap and WeakKeyMap code to weakmap.c
Peter Zhu
2023-03-10
1
-883
/
+62
*
Allow classes and modules to become too complex
HParker
2023-03-09
1
-1
/
+5
*
Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + Ractors
KJ Tsanaktsidis
2023-03-09
1
-0
/
+1
*
Fix crash when allocating classes with newobj hook
Peter Zhu
2023-03-08
1
-1
/
+7
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2023-03-08
1
-1
/
+2
*
Add function rb_data_free
Peter Zhu
2023-03-07
1
-46
/
+42
*
s/mjit/rjit/
Takashi Kokubun
2023-03-06
1
-1
/
+1
*
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
1
-5
/
+5
*
Crash when malloc during GC
Peter Zhu
2023-03-06
1
-12
/
+12
*
Fix spelling (#7389)
John Bampton
2023-02-27
1
-1
/
+1
*
[ci skip] Add note in gc.c about ambiguous case
Peter Zhu
2023-02-24
1
-5
/
+18
*
Fix incorrect line numbers in GC hook
Peter Zhu
2023-02-24
1
-2
/
+19
*
Fix a warning on typedef
Takashi Kokubun
2023-02-23
1
-2
/
+2
*
Implement ObjectSpace::WeakKeyMap basic allocator
Jean Boussier
2023-02-23
1
-0
/
+325
*
* remove trailing spaces. [ci skip]
git
2023-02-22
1
-1
/
+1
*
Make GC faster when RGENGC_CHECK_MODE >= 2
Peter Zhu
2023-02-22
1
-8
/
+4
*
Add marking and sweeping time to GC.stat
Peter Zhu
2023-02-21
1
-49
/
+91
*
Refactor to separate marking and sweeping phases
Peter Zhu
2023-02-21
1
-47
/
+49
*
Remove USE_RGENGC_LOGGING_WB_UNPROTECT
Matt Valentine-House
2023-02-17
1
-43
/
+0
*
Fix compilation error when USE_RINCGC=0
Nobuyoshi Nakada
2023-02-16
1
-2
/
+2
*
Move `attached_object` into `rb_classext_struct`
Jean Boussier
2023-02-16
1
-0
/
+8
*
Check !RCLASS_EXT_EMBEDDED instead of SIZE_POOL_COUNT == 1
Jean Boussier
2023-02-15
1
-2
/
+2
*
Remove unused preprocessor block
Peter Zhu
2023-02-09
1
-3
/
+0
*
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-09
1
-1
/
+0
*
Rename iseq_mark_and_update to iseq_mark_and_move
Peter Zhu
2023-02-08
1
-3
/
+3
*
Add RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS to pre-init pools granularly
Jean Boussier
2023-02-08
1
-4
/
+20
*
Revert "Revert "Consider DATA objects without a mark function as protected""
Jean byroot Boussier
2023-02-07
1
-2
/
+3
*
Revert "Consider DATA objects without a mark function as protected"
Jean Boussier
2023-02-07
1
-3
/
+2
*
Consider DATA objects without a mark function as protected
Jean Boussier
2023-02-07
1
-2
/
+3
*
[Bug #19398] Memory leak in WeakMap
Peter Zhu
2023-02-01
1
-0
/
+1
*
Copying GC support for EXIVAR
Kunshan Wang
2023-01-31
1
-1
/
+5
*
Add rb_gc_mark_and_move and implement on iseq
Peter Zhu
2023-01-19
1
-4
/
+25
*
Move classpath to rb_classext_t
Peter Zhu
2023-01-11
1
-0
/
+4
*
Fix re-embedding of strings during compaction
Peter Zhu
2023-01-09
1
-7
/
+9
*
Allow malloc during gc when GC has been disabled
Peter Zhu
2023-01-04
1
-3
/
+1
*
[ci skip] Remove trailing semicolon in gc.c
Peter Zhu
2023-01-03
1
-1
/
+1
*
Fix integer underflow when using HEAP_INIT_SLOTS
Peter Zhu
2022-12-30
1
-12
/
+13
*
Skip insanely memory consuming tests
Nobuyoshi Nakada
2022-12-26
1
-0
/
+3
*
[DOC] Fix formatting for GC.compact
Peter Zhu
2022-12-20
1
-1
/
+1
*
[DOC] Escape all usages of GC
Peter Zhu
2022-12-20
1
-7
/
+7
[next]