aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace RBOOL macroS-H-GAMELINKS2021-09-051-4/+4
* Remove heap_is_swept_object functionPeter Zhu2021-09-011-12/+1
* Fix memory leak in Variable Width AllocationPeter Zhu2021-08-271-23/+27
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-251-329/+749
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-251-343/+2
* Replace intptr_t with uintptr_t in gc.cPeter Zhu2021-08-231-21/+21
* Revert "[Feature #18045] Implement size classes for GC"Peter Zhu2021-08-231-754/+674
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-231-331/+752
* [Feature #18045] Remove T_PAYLOADPeter Zhu2021-08-231-343/+2
* Turned the reminder comment to a compile-time messageNobuyoshi Nakada2021-08-201-1/+2
* Undefine the alloc function for T_DATA classesMike Dalessio2021-08-201-2/+13
* `SIZE_MAX` is not `size_t` on emscriptenNobuyoshi Nakada2021-08-161-3/+3
* Make during_compacting flag in GC one bitPeter Zhu2021-08-111-2/+2
* Make bit flags `reason` unsignedNobuyoshi Nakada2021-08-081-26/+26
* Suppress warnings when GC_ENABLE_INCREMENTAL_MARK == 0Nobuyoshi Nakada2021-08-081-8/+7
* Using RBOOL macroS.H2021-08-021-5/+5
* Do not check pending interrupts when running finalizersJeremy Evans2021-07-291-0/+4
* Suppress exception message in finalizer [Feature #17798]Nobuyoshi Nakada2021-07-231-1/+1
* Show exception in finalizer [Feature #17798]Nobuyoshi Nakada2021-07-231-1/+14
* Access rb_execution_context_t::errinfo directlyNobuyoshi Nakada2021-07-231-2/+2
* Use rb_equalNobuyoshi Nakada2021-07-231-1/+1
* Finalizers no longer store the safe levelNobuyoshi Nakada2021-07-231-6/+6
* Don't recompute the heap pagePeter Zhu2021-07-221-1/+1
* Don't set flags in finalize_listPeter Zhu2021-07-221-1/+0
* Change GC verification to walk all pagesPeter Zhu2021-07-211-6/+7
* [Bug #18014] Add assertion to verify freelistPeter Zhu2021-07-151-0/+12
* [Bug #18014] Fix memory leak in GC when using RactorsPeter Zhu2021-07-151-62/+54
* [Bug #18014] Fix rb_gc_force_recycle unmark before sweepPeter Zhu2021-07-151-1/+1
* Get rid of conflict in ccan/listNobuyoshi Nakada2021-07-101-0/+2
* gc.c: use each_stack_location for emscriptenYusuke Endoh2021-07-071-2/+2
* Use stride passed into os_obj_of_iPeter Zhu2021-06-301-3/+2
* Fix crash on RGENGC_CHECK_MODE=4Peter Zhu2021-06-291-0/+2
* Fix asan error when walking heap for T_PAYLOAD objectseileencodes2021-06-221-1/+3
* Add a cache for class variableseileencodes2021-06-181-0/+36
* Refactor heap_set_incrementPeter Zhu2021-06-171-17/+7
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-11/+13
* Added parentheses to silence sizeof-array-div warningsNobuyoshi Nakada2021-06-131-1/+1
* Removed duplicate includeNobuyoshi Nakada2021-06-131-1/+1
* Finish GC before calling gc_set_initial_pagesPeter Zhu2021-06-101-0/+2
* Refactor gc_marks_start_heap to only configure heapPeter Zhu2021-06-091-10/+13
* Add multi-heap support to gc_marks_wb_unprotected_objectsPeter Zhu2021-06-081-3/+3
* Support an arbitrary number of header bits (< BITS_BITLENGTH)Aaron Patterson2021-06-031-243/+312
* use a bool instead of intAaron Patterson2021-06-021-3/+3
* Allocate exact space for objspace_each_objectsPeter Zhu2021-06-021-2/+2
* Use the current object as the compaction indexAaron Patterson2021-06-011-37/+64
* Fill out switch statement in push_mark_stackAaron Patterson2021-05-261-7/+36
* Disable compaction on platforms that can't support itAaron Patterson2021-05-251-0/+18
* Revert any references that are on the machine stack after compactingAaron Patterson2021-05-181-17/+39
* PAGE_SIZE is never used on msys/mingwNobuyoshi Nakada2021-05-161-1/+1
* Refix PAGE_SIZENobuyoshi Nakada2021-05-141-4/+7