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
2015-06-07
* gc.c (obj_info): print method id for T_IMEMO/ment.
ko1
2015-06-05
* gc.c: remove struct mark_tbl_arg and pass objspace directly
ko1
2015-06-03
* method.h: introduce rb_method_refined_t for refined method entry.
ko1
2015-06-03
variable.c: remove generic ivar support for special constants
normal
2015-06-02
* method.h: remove rb_method_iseq_t::iseqval.
ko1
2015-06-02
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-06-01
* gc.c (gc_mark_children): remove a garbage character
ko1
2015-06-01
* vm_method.c (rb_method_entry_make): do not show warning message
ko1
2015-05-31
* gc.c , gc.h (rb_obj_info): export obj_info(VALUE) for debugging.
ko1
2015-05-30
* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::type
ko1
2015-05-27
gc.c: mark stress_to_class
nobu
2015-05-27
gc.c: stress_to_class
nobu
2015-05-20
ruby.h: warn old names
nobu
2015-05-19
ruby.h: add old names
nobu
2015-05-18
gc.c: remove ifdef
nobu
2015-05-16
gc.c: rename alloc as wrap
nobu
2015-05-10
ruby.h: fix possible memory leak
nobu
2015-05-10
gc.c: never call dmark for NULL
nobu
2015-04-26
gc.c: event hook thread argument
nobu
2015-04-23
* gc.c (gc_mark_roots): fox to work PRINT_ROOT_TICKS.
ko1
2015-04-15
* doc/contributors.rdoc: fix a typo. Patch by @davydovanton
hsbt
2015-04-14
* gc.c: [DOC] Improve documentation for ObjectSpace.count_objects
zzak
2015-04-12
* gc.c: Document require name for ObjectSpace methods.
hsbt
2015-03-29
* gc.c (objspace_allrefs_destruct_i): fix a typo.
hsbt
2015-03-27
internal.h: rb_imemo_new_debug
nobu
2015-03-24
* gc.c (gc_writebarrier_generational): fix messages for rb_bug().
ko1
2015-03-20
* gc.c (obj_info): obj_info() can receive internal objects.
ko1
2015-03-20
revert r50031 because it includes unexpected patch
ko1
2015-03-20
* gc.c (obj_info): obj_info() can receive internal objects.
ko1
2015-03-20
* gc.c (obj_info): show class name and T_DATA type_name.
ko1
2015-03-19
* gc.c (rb_copy_wb_protected_attribute): `dest' can be WB unprotected.
ko1
2015-03-19
* gc.c (rb_copy_wb_protected_attribute): demote `dest' object.
ko1
2015-03-19
* gc.c, internal.h: export rb_gc_verify_internal_consistency().
ko1
2015-03-19
* gc.c (obj_info): show allocation site if GC_DEBUG is not 0.
ko1
2015-03-19
* gc.c (newobj_of): fix RGENGC_OLD_NEWOBJ_CHECK logics.
ko1
2015-03-19
* gc.c (rb_copy_wb_protected_attribute): need demote for old objects.
ko1
2015-03-18
* internal.h (IMEMO_DEBUG): added.
ko1
2015-03-18
* gc.c (RGENGC_OLD_NEWOBJ_CHECK): add check mechanism.
ko1
2015-03-18
* gc.c (check_rvalue_consistency): refactoring.
ko1
2015-03-18
* gc.c: rename terminologies.
ko1
2015-03-18
* gc.c (gc_writebarrier_generational): add an alternative write
ko1
2015-03-18
* gc.c (RVALUE_PROMOTE_RAW): rename to RVALUE_OLD_LONG_LIVED_SET()
ko1
2015-03-18
* gc.c (check_rvalue_consistency): do not need to check is_sweeping().
ko1
2015-03-17
* include/ruby/ruby.h: use rb_gc_writebrrier() simply.
ko1
2015-03-11
* gc.c: RGENGC_CHECK_MODE should be 0.
ko1
2015-03-11
* internal.h: use T_IMEMO to represent `struct MEMO' value.
ko1
2015-03-11
* node.h: remove NODE_IFUNC, NEW_IFUNC.
ko1
2015-03-11
* vm_insnhelper.h: use T_IMEMO to create THROW_DATA.
ko1
2015-03-11
* vm_insnhelper.c: use T_IMEMO to create SVAR.
ko1
2015-03-11
* include/ruby/ruby.h: introduce new type T_IMEMO.
ko1
[next]