aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* encoding.c: remove rb_gc_mark_encodingsnormal2018-06-051-3/+0
* gc.c: reduce parameters for gc_start and garbage_collectnormal2018-06-051-31/+47
* gc.c: reduce #ifdefs around GC_ENABLE_*normal2018-06-051-17/+8
* gc.c: zero check for malloc_limit_max to initializationnormal2018-06-051-2/+4
* gc.c: reduce size slightly by making MEMOP_TYPE_MALLOC zeronormal2018-06-011-3/+3
* gc.c: use RUBY_DEFAULT_FREE instead of open-coded constantnormal2018-05-221-1/+1
* get rid of unused variable warning.usa2018-05-201-1/+1
* Revert "gc.c: use monotonic counters for objspace_malloc_increase"normal2018-05-181-49/+20
* gc.c: use monotonic counters for objspace_malloc_increasenormal2018-05-181-20/+49
* gc.c: use ccan/listnormal2018-05-161-49/+32
* fix potential memory leaksnobu2018-05-091-1/+9
* Rename imemo_alloc with imemo_tmpbufmame2018-05-091-17/+17
* gc.c (rb_imemo_alloc_new): split for each purposemame2018-05-091-7/+22
* gc.c (rb_imemo_alloc_new): improve the API interfacemame2018-05-091-4/+3
* simplify altstack and enable reuse with thread cachenormal2018-04-201-10/+0
* gc.c: [DOC] fix typostomar2018-04-141-1/+1
* gc.c: Fix a typoyui-knk2018-04-041-1/+1
* [DOC] missing docs at toplevelnobu2018-02-231-1/+18
* [DOC] nodoc internal methods/classesnobu2018-02-231-0/+1
* gc.c: force STACK_GROW_DIRECTION for emscriptenmame2018-02-151-0/+5
* common.mk: define MJIT_HEADER earlierk0kubun2018-02-111-1/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-2/+3
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-0/+5
* treat PC for gc eventsshyouhei2018-01-261-0/+3
* ruby_gc_debug_indent needed only when RUBY_MARK_FREE_DEBUGshyouhei2018-01-191-0/+2
* Fix typos.hsbt2018-01-181-14/+14
* Fix a typo.hsbt2018-01-151-1/+1
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-0/+1
* internal.h: remove dependecy on ruby/io.hnobu2018-01-091-2/+2
* use predefined ids in a few more placesnormal2018-01-091-1/+1
* check an existence of block.ko12018-01-021-1/+5
* fix SEGV inspecting uninitialized objectsshyouhei2018-01-021-4/+4
* fix SEGV inspecting already freed objectsshyouhei2018-01-021-3/+3
* fix SEGV touching uninitialized local variableshyouhei2018-01-021-1/+1
* fix SEGV touching uninitialized memoryshyouhei2018-01-021-1/+2
* fix SEGV touching uninitialized memoryshyouhei2018-01-021-1/+1
* fix SEGV touching uninitialized memoryshyouhei2018-01-021-6/+11
* explicit cast to void* required for %pshyouhei2018-01-021-9/+9
* win32.c: vm_exit_handlernobu2017-11-201-10/+1
* gc.c: moved ENABLE_VM_OBJSPACE from vm_core.hnobu2017-11-191-0/+13
* remove unused func.ko12017-11-161-6/+0
* `rb_source_loc` -> `rb_source_location_cstr`ko12017-11-161-1/+1
* * eval_intern.h: rename macros rb_thread_raised_* toko12017-11-071-8/+8
* use GET_VM()ko12017-11-071-1/+1
* gc.c: UNEXPECTED_NODEnobu2017-11-041-11/+10
* gc.c (rb_free_tmp_buffer): stop accessing imemo_alloc as NODEmame2017-11-041-3/+3
* Rename imemo_strterm to imemo_parser_strtermmame2017-11-041-1/+1
* Remove NODE-related pieces of code from GCmame2017-11-041-20/+14
* Revert "Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm""mame2017-11-041-0/+3
* Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm"mame2017-11-041-3/+0