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
2016-03-04
* gc.c: use 2 bits with unsigned int for rb_objspace::flags::mode
ko1
2016-03-04
* gc.c: rename "enum gc_stat" to "enum gc_mode"
ko1
2016-02-02
* re.c: Introduce RREGEXP_PTR.
naruse
2016-01-25
Macro typo
nobu
2016-01-22
RUBY_ASSERT
nobu
2016-01-08
* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is used
ko1
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 recognize
ko1
2015-12-29
use id_table for constant tables
normal
2015-12-22
gc.c: do not expose internal singleton class
nobu
2015-12-21
revert r53228 because this patch breaks rubyspec
ko1
2015-12-21
* gc.c (internal_object_p): should not expose singleton classes
ko1
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-08
gc.c: NULL check at memsize
nobu
2015-12-08
make local symbols static
nobu
2015-11-22
* gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGC
odaira
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
[next]