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
/
internal
/
gc.h
Age
Commit message (
Expand
)
Author
2023-03-15
Move RB_GC_SAVE_MACHINE_CONTEXT to vm_core.h
Matt Valentine-House
2023-03-10
Move WeakMap and WeakKeyMap code to weakmap.c
Peter Zhu
2023-03-09
Remove unused forward decl of rb_thread_struct
Matt Valentine-House
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-07
Make Time objects WB protected
Peter Zhu
2023-02-07
Fix typo in gc.h [ci skip]
Peter Zhu
2023-01-21
In `UNALIGNED_MEMBER_PTR` cast through `void` pointer
Nobuyoshi Nakada
2023-01-19
Add rb_gc_mark_and_move and implement on iseq
Peter Zhu
2023-01-18
Don't redefine RB_OBJ_WRITE
Peter Zhu
2022-12-15
Move definition of SIZE_POOL_COUNT back to gc.h
Peter Zhu
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-05-09
Increase SIZE_POOL_COUNT to 5
Peter Zhu
2022-03-30
Decouple incremental marking step from page sizes
Peter Zhu
2022-02-16
Change darray size to size_t and add functions that use GC malloc
Peter Zhu
2021-11-23
Speed up Ractors for Variable Width Allocation
Peter Zhu
2021-11-10
gc.h: move rb_objspace_garbage_object_p to internal/gc.h
Yusuke Endoh
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
[Feature #18239] Refactor RVARGC alloc functions
Peter Zhu
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-08-25
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-25
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-23
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-23
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-07-28
Don't export rb_gc_ractor_newobj_cache_clear
Peter Zhu
2021-07-15
[Bug #18014] Fix memory leak in GC when using Ractors
Peter Zhu
2021-05-07
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-05-06
Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slots
Matt Valentine-House
2020-12-13
Narrowed down unaligned member access region in RB_OBJ_WRITE
Nobuyoshi Nakada
2020-12-07
RB_EC_NEWOBJ_OF
Koichi Sasada
2020-09-02
Initialize new T_OBJECT as ROBJECT_EMBED
John Hawthorn
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-09
Separate objspace argument for rb_gc_disable and rb_gc_enable
Nobuyoshi Nakada
2019-12-27
Try to fix error on Solaris
Kazuhiro NISHIYAMA
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/gc.h rework
卜部昌平
2019-12-26
add several __has_something macro
卜部昌平
2019-12-26
split internal.h into files
卜部昌平