aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* move fields to ec.ko12017-06-281-1/+1
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-8/+9
* * remove trailing spaces.svn2017-06-221-1/+1
* introduce heap_allocatable_pages_set().ko12017-06-221-11/+40
* introduce GC_ASSERT().ko12017-06-221-66/+57
* gc.c: expand sorted pagesnobu2017-06-221-19/+31
* gc.c: FL_CHECK2nobu2017-06-211-3/+6
* RUBY_DEVEL flagnobu2017-06-211-0/+4
* gc.c: add newline to report [ci skip]nobu2017-06-201-1/+1
* debug.c: rgengc debug optionnobu2017-06-191-0/+5
* gc.c: duplicate rb_iseq_path by RSTRING_PTRnobu2017-06-121-1/+2
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-011-1/+1
* Add debug counters.ko12017-05-241-0/+7
* gc.c: checks of sizesnobu2017-05-121-24/+9
* gc.c: objspace_malloc_fixupnobu2017-05-121-4/+3
* gc.c: skip unnecessary checknobu2017-05-111-1/+1
* gc.c: use the argument objspacenobu2017-05-111-1/+1
* gc.c: check of size in ruby_sized_xreallocnobu2017-05-101-1/+5
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-1/+1
* Get rid of unnecessary GCC extensionnobu2017-04-241-2/+2
* eval.c: copy special exceptions before raisenobu2017-04-171-5/+9
* gc.c: rb_threadptr_stack_checknobu2017-04-171-0/+6
* gc.c: PREVENT_STACK_OVERFLOWnobu2017-04-171-7/+11
* thread.c: during GC for threadnobu2017-04-121-0/+7
* get rid of strcpynobu2016-12-261-2/+1
* * 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