index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.c
Age
Commit message (
Expand
)
Author
2023-06-30
Compile debugging code for stress to class always
Nobuyoshi Nakada
2023-06-30
Don't check for null pointer in calls to free
Peter Zhu
2023-06-06
Fix heap growth in GC.verify_compaction_references
Peter Zhu
2023-06-05
Revert "Revert "Fix cvar caching when class is cloned""
eileencodes
2023-06-01
Revert "Fix cvar caching when class is cloned"
Aaron Patterson
2023-06-01
Fix cvar caching when class is cloned
eileencodes
2023-05-25
Don't immediately promote children of old objects
Peter Zhu
2023-05-24
Add REMEMBERED_WB_UNPROTECTED_OBJECTS_LIMIT_RATIO
Peter Zhu
2023-05-24
gc.c: get rid of unused objspace parameters (#7853)
Jean Boussier
2023-05-20
`rb_bug` prints a newline after the message
Nobuyoshi Nakada
2023-05-17
Move ar_hint to ar_table_struct
Peter Zhu
2023-05-17
Implement Hash ST tables on VWA
Peter Zhu
2023-05-17
Implement Hash AR tables on VWA
Peter Zhu
2023-05-04
Ensure the VM is alive before accessing objspace in C API (Feature #19627)
Ian Ker-Seymer
2023-04-16
Make classes embedded on 32 bit
Peter Zhu
2023-04-15
[DOC] Update sample callback of `rb_objspace_each_objects`
Nobuyoshi Nakada
2023-04-11
Change max_iv_count to type attr_index_t
Peter Zhu
2023-04-11
Enable 5 size pools on 32 bit systems
Peter Zhu
2023-04-07
* expand tabs. [ci skip]
git
2023-04-07
[Bug #19584] [DOC] Tweek description of `rb_gc_register_address`
Nobuyoshi Nakada
2023-04-06
Fix crash in rb_gc_register_address
Peter Zhu
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-06
Remove newobj_of_cr
Matt Valentine-House
2023-04-05
Ensure ruby_xfree won't segfault if called after vm_destruct
Mike Dalessio
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-04-04
Revert "Fix transient heap mode"
Aaron Patterson
2023-04-04
Fix transient heap mode
Aaron Patterson
2023-04-04
Implement `Process.warmup`
Jean Boussier
2023-03-31
add `RUBY_DEBUG_LOG` fo `each_machine_stack_value`
Koichi Sasada
2023-03-28
Fix memory leak for iclass
Peter Zhu
2023-03-20
Use an st table for "too complex" objects
Aaron Patterson
2023-03-17
[Feature #19406] Allow declarative definition of references
Matt Valentine-House
2023-03-17
Assume that FL_FINALIZE is in finalizer_table
Peter Zhu
2023-03-16
[Feature #19442] Remove GC_ENABLE_INCREMENTAL_MARK
Matt Valentine-House
2023-03-16
[Feature #19442] Remove USE_RINCGC flag
Matt Valentine-House
2023-03-14
Use __builtin_ppc_get_timebase on POWER with clang
pkubaj
2023-03-10
Remove duplicate code in gc_marks_finish
Peter Zhu
2023-03-10
Revert "Allow classes and modules to become too complex"
Aaron Patterson
2023-03-10
Move WeakMap and WeakKeyMap code to weakmap.c
Peter Zhu
2023-03-09
Allow classes and modules to become too complex
HParker
2023-03-09
Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + Ractors
KJ Tsanaktsidis
2023-03-08
Fix crash when allocating classes with newobj hook
Peter Zhu
2023-03-08
Adjust styles [ci skip]
Nobuyoshi Nakada
2023-03-07
Add function rb_data_free
Peter Zhu
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
Crash when malloc during GC
Peter Zhu
2023-02-27
Fix spelling (#7389)
John Bampton
2023-02-24
[ci skip] Add note in gc.c about ambiguous case
Peter Zhu
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
[next]