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
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
2019-11-27
prefer class_serial over m_tbl
卜部昌平
2019-11-22
Count pinned slots using only bitmap
John Hawthorn
2019-11-22
Optimize pinned page sorting
John Hawthorn
2019-11-22
Use value of use_verifier in gc_compact
John Hawthorn
2019-11-19
make functions static
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-08
Fix passing actual object_id to finalizer
John Hawthorn
2019-11-08
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Nobuyoshi Nakada
2019-11-08
use builtins for GC.
Koichi Sasada
2019-11-07
Add a counter for compaction
Aaron Patterson
2019-11-07
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-06
Remove duplicate code
Aaron Patterson
2019-11-06
Revert "Use a monotonically increasing number for object_id"
Aaron Patterson
2019-11-06
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-04
Fix zero free objects assertion
Aaron Patterson
2019-11-01
ruby_mimmalloc can return NULL
卜部昌平
2019-10-30
Revert "Fix zero free objects assertion"
Aaron Patterson
2019-10-30
Fix zero free objects assertion
Aaron Patterson
2019-10-29
Compacting the heap can cause GC, so disable it
Aaron Patterson
2019-10-28
Revert "Protect finalizer references during execution"
Aaron Patterson
2019-10-28
Protect finalizer references during execution
Aaron Patterson
2019-10-28
Marshal is calling functions that should pin things
Aaron Patterson
2019-10-18
Make weakmap finalizer an ifunc lambda
Nobuyoshi Nakada
2019-10-18
Use identhash as WeakMap
Nobuyoshi Nakada
2019-10-10
make rb_raise a GVL-only function again
卜部昌平
2019-10-10
negative_size_allocation_error never returns
Nobuyoshi Nakada
2019-10-10
allow rb_raise from outside of GVL
卜部昌平
2019-10-10
fix memory corruption in old GCC
卜部昌平
2019-10-09
Prefer st_is_member over st_lookup with 0
Ben Woosley
2019-10-09
avoid returning NULL from xrealloc
卜部昌平
2019-10-09
avoid overflow in integer multiplication
卜部昌平
2019-10-07
Do not free too many pages.
Aaron Patterson
2019-10-07
Move empty pages to the tomb
Aaron Patterson
2019-10-07
Eliminate second GC pass for eliminating T_MOVED
Aaron Patterson
2019-10-04
IMEMO objects don't have a class, so return early
Aaron Patterson
2019-10-04
Don't allocate objects in `gc_compact`
Aaron Patterson
2019-10-05
Fix potential memory leaks by `rb_imemo_tmpbuf_auto_free_pointer`
Nobuyoshi Nakada
2019-10-03
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-09-30
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-26
Add compaction support to `rb_ast_t`
Aaron Patterson
2019-08-29
Allow non-finalizable objects in ObjectSpace::WeakMap
Jean Boussier
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-27
st_foreach now free from ANYARGS
卜部昌平
2019-08-27
rb_proc_new / rb_fiber_new now free from ANYARGS
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-08-26
this iv table should also use the new update function
Aaron Patterson
2019-08-26
Try only updating hash value references
Aaron Patterson
[next]