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
2015-11-19
* gc.c (gc_start): force to invoke GC by GC.start
ko1
2015-11-19
* gc.c: trivial performance improvements.
ko1
2015-11-18
gc.c: use BUILTIN_TYPE
nobu
2015-11-18
* gc.c (rb_raw_obj_info): fix trivial issues.
ko1
2015-10-31
internal.h: RUBY_DTRACE_HOOK
nobu
2015-10-31
use rb_source_loc and rb_source_location
nobu
2015-10-30
* gc.c (newobj_slowpath): do not need to use flags hack (commit miss).
ko1
2015-10-30
* gc.c (heap_get_freeobj_from_next_freepage): not so UNLIKELY.
ko1
2015-10-30
* gc.c (newobj_slowpath): reduce 1 parameter to use only registers
ko1
2015-10-29
* gc.c (gc_mark_ptr): specify NOINLINE so that gc_mark() can return
ko1
2015-10-29
gc.c: separate event hook call from newobj_init
nobu
2015-10-29
* gc.c (rb_imemo_new): should not pass FL_WB_PROTECTED flag.
ko1
2015-10-29
* gc.c: introduce rb_wb_unprotected_newobj_of() and
ko1
2015-10-29
gc.c: fix UNLIKELY usage
nobu
2015-10-29
* gc.c: add rb_objspace::flags::has_hook to represent hook availability.
ko1
2015-10-29
* gc.c (gc_mark_ptr): remove debug code for #11244.
ko1
2015-10-29
revert r52336 (commit miss)
ko1
2015-10-29
* gc.c (gc_mark_ptr): remove debug code for #11244.
ko1
2015-10-18
* numeric.c: Good-by Borland-C.
kosaki
2015-10-18
* dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.
kosaki
2015-10-10
* gc.c (newobj_of_slowpass): fix typo (pass -> path).
ko1
2015-10-10
* import a github pull request
ko1
2015-10-07
* gc.c (newobj_of): divide fast path and slow path
ko1
2015-10-06
* gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj)
ko1
2015-09-15
gc.c: define objspace functions always
nobu
2015-09-07
vm_core.h: objspace always
nobu
2015-09-03
* gc.c (rb_raw_obj_info): iseq->body->location.first_lineno is Fixnum.
ko1
2015-09-03
* gc.c (rb_raw_obj_info): should support IMEMO/iseq.
ko1
2015-08-16
* gc.c (gc_mark_children): check if RCLASS_EXT is valid
ktsj
2015-08-12
* class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*
ko1
2015-08-12
* id_table.h: introduce ID key table.
ko1
2015-08-11
ruby.h: check integer overflow
nobu
2015-08-06
gc.c: move tmp buffer functions
nobu
2015-08-06
ruby_atomic.h: atomic VALUE operations
nobu
2015-07-29
* gc.c: document argument passed to finalizer proc.
hsbt
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
* gc.c (internal_object_p): Now a singleton classes appear by
ko1
2015-07-18
gc.c: reduce EXEC_TAGs
nobu
2015-07-14
use _Static_assert with clang
kazu
2015-07-05
gc.c (gc_profile_record_get): fix spelling error in keys
normal
2015-07-03
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-07-02
* gc.c: remove `#define RGENGC_OBJ_INFO 1' line introduced to
ko1
2015-07-02
* gc.c (rb_raw_obj_info): separated from rb_obj_info().
ko1
2015-06-25
* vm_method.c: make a rb_method_definition_t data (def) *after* making
ko1
2015-06-24
* gc.c (obj_info, method_type_name): show method type name in a string
ko1
2015-06-24
* gc.c (obj_info): show more details for T_IMEMO/imemo_ment.
ko1
2015-06-24
* gc.c (RGENGC_OBJ_INFO, obj_info): add a macro to enable/disable
ko1
2015-06-24
* gc.c (gc_mark_children): add additional debug code for #11244.
ko1
2015-06-24
* gc.c (gc_mark_ptr): add a check code for #11244.
ko1
2015-06-24
internal.h: rb_fstring_lit
nobu
[next]