summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2016-02-02* re.c: Introduce RREGEXP_PTR.naruse
2016-01-25Macro typonobu
2016-01-22RUBY_ASSERTnobu
2016-01-08* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko1
2016-01-08* gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.ko1
2016-01-08* gc.c: rename constant names HEAP_* to PAGE_*.ko1
2016-01-08* gc.c: remove heap_page::body. Instead of this field,ko1
2016-01-08* gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.ko1
2016-01-08* gc.c: remove heap_page::heap. This field is only used to recognizeko1
2015-12-29use id_table for constant tablesnormal
2015-12-22gc.c: do not expose internal singleton classnobu
2015-12-21revert r53228 because this patch breaks rubyspecko1
2015-12-21* gc.c (internal_object_p): should not expose singleton classesko1
2015-12-15* gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().ngoto
2015-12-14* compile.c: fix typos.hsbt
2015-12-09* gc.c (gc_mark_stacked_objects): fix typo.ko1
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-12-08gc.c: NULL check at memsizenobu
2015-12-08make local symbols staticnobu
2015-11-22* gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGCodaira
2015-11-19* gc.c (gc_start): force to invoke GC by GC.startko1
2015-11-19* gc.c: trivial performance improvements.ko1
2015-11-18gc.c: use BUILTIN_TYPEnobu
2015-11-18* gc.c (rb_raw_obj_info): fix trivial issues.ko1
2015-10-31internal.h: RUBY_DTRACE_HOOKnobu
2015-10-31use rb_source_loc and rb_source_locationnobu
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 registersko1
2015-10-29* gc.c (gc_mark_ptr): specify NOINLINE so that gc_mark() can returnko1
2015-10-29gc.c: separate event hook call from newobj_initnobu
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() andko1
2015-10-29gc.c: fix UNLIKELY usagenobu
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-29revert 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 requestko1
2015-10-07* gc.c (newobj_of): divide fast path and slow pathko1
2015-10-06* gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj)ko1
2015-09-15gc.c: define objspace functions alwaysnobu
2015-09-07vm_core.h: objspace alwaysnobu
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 validktsj
2015-08-12* class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*ko1