aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-1/+1
* * gc.c (heap_page_resurrect): do not return tomb_pages whenko12016-11-041-4/+8
* gc.c: fix GC_PROFILE_DETAIL_MEMORYnobu2016-10-071-6/+4
* fid typos [ci skip]nobu2016-09-241-1/+1
* gc.c: fix rdoc of garbage_collect [ci skip]kazu2016-09-221-1/+2
* gc.c: fix rdoc of garbage_collect [ci skip]nobu2016-09-201-1/+2
* gc.c: rb_gc_adjust_memory_usagenobu2016-09-201-0/+12
* Use PRIuSIZE format specifier for size_t valuesrhe2016-09-131-7/+7
* replace fixnum by integer in documents.akr2016-09-081-3/+3
* * gc.c (gc_reset_malloc_info): Remove too much ";".kou2016-08-241-1/+1
* * vm.c, internal.h: remove RubyVM::Env class and all of env objectsko12016-07-281-50/+75
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-13/+0
* gc.c: running finalizer statenobu2016-07-261-12/+20
* * gc.c (rb_raw_obj_info): support to show Proc obj.ko12016-07-261-10/+34
* * gc.c (gc_mark): add `inline' explicitly.ko12016-07-261-2/+2
* gc.c: reduce EXEC_TAGnobu2016-07-211-17/+22
* gc.c: set finalizingnobu2016-07-211-2/+2
* * gc.c (gc_mark_roots): should mark the VM object itself to markko12016-07-131-1/+1
* include/ruby/defines.h (GCC_VERSION_SINCE): moved from internal.hnaruse2016-05-121-2/+1
* * gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannotnaruse2016-05-081-1/+5
* * configure.in: check function attirbute const and pure,naruse2016-05-081-0/+2
* use TH_JUMP_TAGnobu2016-05-051-1/+1
* * include/ruby/ruby.h (rb_mul_size_overflow): added to handlenaruse2016-04-221-1/+10
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-221-1/+1
* * gc.c (rb_alloc_tmp_buffer_with_count): added like xmalloc2 tonaruse2016-04-211-7/+20
* * gc.c (objspace_malloc_prepare): remove size check because it isnaruse2016-04-211-11/+21
* * gc.c: change deafult value ofko12016-04-041-2/+2
* * gc.c (get_envparam_double): take an upper_bound.ko12016-04-041-12/+30
* gc.c: use PRIdSIZEnobu2016-03-311-2/+8
* * gc.c: need to set initial value of GC_HEAP_FREE_SLOTS_GOAL_RATIO.ko12016-03-311-0/+1
* * gc.c: change additional allocation policy.ko12016-03-311-9/+37
* * gc.c (gc_marks_finish): fix syntax error.ko12016-03-311-2/+3
* * gc.c: simplify allocate/free detecting logic at the end of marking.ko12016-03-311-71/+62
* * gc.c: add GC parameters to configure the following values:ko12016-03-311-2/+22
* * remove trailing spaces.svn2016-03-311-1/+1
* * gc.c (gc_verify_heap_page): check the number of zombies.ko12016-03-311-5/+28
* * gc.c (gc_page_sweep): return free slots count.ko12016-03-311-9/+9
* gc.c: fix r54115nobu2016-03-181-1/+1
* gc.c: fix commit miss r54145nobu2016-03-181-1/+1
* gc.c: tick for POWER archnobu2016-03-171-0/+12
* gc.c: mark_stack_locationsnobu2016-03-151-11/+12
* gc.c: rb_objspace_ofnobu2016-03-151-7/+9
* gc.c: expand a local macronobu2016-03-151-10/+14
* * gc.c: use 2 bits with unsigned int for rb_objspace::flags::modeko12016-03-041-3/+3
* * gc.c: rename "enum gc_stat" to "enum gc_mode"ko12016-03-041-20/+51
* * re.c: Introduce RREGEXP_PTR.naruse2016-02-021-2/+2
* Macro typonobu2016-01-251-1/+1
* RUBY_ASSERTnobu2016-01-221-1/+1
* * gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko12016-01-081-40/+40
* * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.ko12016-01-081-1/+1