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.h
Age
Commit message (
Expand
)
Author
2019-08-12
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-09
add rp() and bp() in internal.h.
Koichi Sasada
2019-07-12
* remove trailing spaces.
git
2019-07-12
Add note about `STACK_GROW_DIR_DETECTION`.
Samuel Williams
2019-05-16
don't need to sweep rest.
Koichi Sasada
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2017-10-29
remove rb_threadptr_during_gc().
ko1
2017-10-23
Drop to support NaCl platform.
hsbt
2017-04-12
thread.c: during GC for thread
nobu
2015-10-06
* gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj)
ko1
2015-07-14
gc.h: evaluate the macro argument only once
nobu
2015-07-02
* gc.c (rb_raw_obj_info): separated from rb_obj_info().
ko1
2015-05-31
* gc.c , gc.h (rb_obj_info): export obj_info(VALUE) for debugging.
ko1
2014-07-06
* gc.c: rename is_dying_object() to is_garbage_object().
ko1
2014-04-02
* gc.c, gc.h (rb_objspace_each_objects_without_setup):
ko1
2014-02-08
* gc.c, gc.h (rb_objspace_marked_object_p): added.
ko1
2013-10-15
* gc.h (rb_objspace_reachable_objects_from_root): added.
ko1
2013-05-10
* gc.h (SET_MACHINE_STACK_END): Add !defined(_ILP32) to a defining
akr
2013-04-05
defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}
nobu
2013-02-10
* gc.h (SET_MACHINE_STACK_END): use __volatile__ instead of volatile.
kosaki
2012-12-01
* gc.h (SET_MACHINE_STACK_END): add volatile for preventing
kosaki
2012-10-24
* ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):
ko1
2012-10-05
* ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.
ko1
2012-06-10
gc.h: IS_STACK_DIR_UPPER
nobu
2012-05-17
Imports Ruby's port to NativeClient (a.k.a NaCl).
yugui
2011-02-11
* eval.c (ruby_cleanup): use rb_ary_free to free internal object.
nobu
2011-01-18
* gc.h: parenthesize macro arguments.
akr
2010-08-14
* gc.h (rb_objspace_each_objects): used in objspace.
nobu
2010-05-08
* cont.c (stackgrowdirection): removed duplicated code, use
nobu
2010-04-14
* gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch from
nobu
2009-10-27
* gc.h (SET_MACHINE_STACK_END): use __i386.
akr
2009-10-27
* gc.h (SET_MACHINE_STACK_END): use __i386__ instead of __i386,
nobu
2009-10-27
* gc.c (SET_MACHINE_STACK_END): add x86_64 version by nobu.
naruse
2009-10-16
* gc.h (rb_gc_debug_body): constified.
nobu
2008-06-14
* gc.h (STACK_UPPER): moved from gc.c
nobu
2007-12-21
* gc.h: extern variable should not be initialized.
ko1
2007-11-20
* gc.h, vm_core.h: decl of rb_gc_save_machine_context()
ko1
2007-07-14
* configure.in: add --enable-valgrind.
akr
2007-06-25
* gc.h: add RUBY_ prefix to debug macros.
ko1
2007-06-24
* call_cfunc.ci: removed.
ko1
2007-02-05
* eval_thread.c, common.mk: remove eval_thread.c.
ko1
2006-12-31
* Merge YARV
ko1