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