aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Use a lock level for a less granular lock.Aaron Patterson2020-10-221-0/+2
* Ractor-safe rb_objspace_reachable_objects_fromKoichi Sasada2020-10-211-76/+82
* ObjectSpace.each_object with RactorsKoichi Sasada2020-10-201-2/+4
* sync RClass::ext::iv_index_tblKoichi Sasada2020-10-171-1/+29
* add NULL check.Koichi Sasada2020-10-031-1/+3
* Fix ASAN and don't check SPECIAL_CONST_PAaron Patterson2020-09-281-24/+21
* Fix ASAN errors when updating call cacheAaron Patterson2020-09-281-0/+8
* sync rb_gc_register_mark_object()Koichi Sasada2020-09-241-7/+11
* Add a comment about why we're checking the finalizer tableAaron Patterson2020-09-221-0/+5
* Revert "Pin values in the finalizer table"Aaron Patterson2020-09-221-0/+6
* Update heap_pages_himem after freeing pagesPeter Zhu2020-09-201-0/+6
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-09-191-3/+3
* Pin values in the finalizer tableAaron Patterson2020-09-181-7/+9
* rb_obj_info() shows more info for T_SYMBOLKoichi Sasada2020-09-181-0/+11
* Warn on a finalizer that captures the object to be finalizedChris Seaton2020-09-161-3/+61
* pointers on the stack need to be pinnedAaron Patterson2020-09-151-1/+1
* Fix incorrect initialization of `rb_io_t::self`.Samuel Williams2020-09-151-0/+2
* Fixed heap-use-after-free on racterNobuyoshi Nakada2020-09-041-0/+3
* Avoid potential for rb_raise() while crashingAlan Wu2020-09-031-1/+10
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-124/+223
* Initialize new T_OBJECT as ROBJECT_EMBEDJohn Hawthorn2020-09-021-0/+7
* Fix error message for wb unprotected objects countPeter Zhu2020-09-011-1/+1
* Fixed argument typesNobuyoshi Nakada2020-09-021-4/+4
* Format with proper conversion specifiers instead of castsNobuyoshi Nakada2020-09-021-54/+74
* Use RSTRING_LENINT for overflow checkNobuyoshi Nakada2020-09-011-1/+1
* Don't read past the end of the Ruby stringPeter Zhu2020-09-011-1/+1
* include/ruby/backward/2/r_cast.h: deprecate卜部昌平2020-08-271-0/+2
* Correctly account for heap_pages_final_slots so it does not underflowPeter Zhu2020-08-251-3/+7
* Remove write barrier exemption for T_ICLASSAlan Wu2020-08-171-6/+3
* Enable arm64 optimizations that exist for power/x86 (#3393)AGSaidi2020-08-141-0/+13
* Don't pin objects if we're just walking the heapAaron Patterson2020-08-031-1/+3
* fix mark bit operation.Koichi Sasada2020-08-021-1/+5
* Add memsize support for the call cache tableAlan Wu2020-07-201-0/+24
* Fix missing imemo cases in objspace_dump by refactoringAlan Wu2020-07-101-20/+25
* gc.c: Cast int literal "1" to bits_tYusuke Endoh2020-07-081-1/+1
* Expand heap pages to be exactly 16kbAaron Patterson2020-07-061-5/+4
* get_envparam_double: do not goto into a branch卜部昌平2020-06-291-4/+6
* gc_marks_finish: do not goto into a branch卜部昌平2020-06-291-3/+3
* Convert RMoved to a doubly linked listAaron Patterson2020-06-221-35/+34
* Check argument to ObjectSpace._id2refNobuyoshi Nakada2020-06-161-0/+1
* Adjusted indents [ci skip]Nobuyoshi Nakada2020-06-111-19/+18
* Fix ASan crashPeter Zhu2020-06-101-0/+6
* Revert "Combine sweeping and moving"Aaron Patterson2020-06-091-136/+11
* Freeing cc tables doesn't need access to IDAaron Patterson2020-06-091-2/+2
* fix debugging outputAaron Patterson2020-06-081-2/+2
* Combine sweeping and movingAaron Patterson2020-05-291-11/+136
* Extract "free moved list" functionAaron Patterson2020-05-281-23/+29
* Fix origin iclass pointer for modulesJeremy Evans2020-05-221-6/+11
* Revert "Fix origin iclass pointer for modules"Jeremy Evans2020-05-221-11/+6
* Fix origin iclass pointer for modulesJeremy Evans2020-05-221-6/+11