aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Disable read barrier on explicit compaction requestAaron Patterson2020-11-241-3/+28
* fix public interfaceKoichi Sasada2020-11-181-1/+1
* gc_rest can change the total pages, so we need to do that firstAaron Patterson2020-11-051-2/+2
* add asserts to find crashAaron Patterson2020-11-051-3/+3
* Refactor verification methodAaron Patterson2020-11-051-43/+37
* take VM lock when mutating the heapAaron Patterson2020-11-051-19/+27
* ensure T_OBJECT objects have internals initializedAaron Patterson2020-11-041-1/+5
* Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson2020-11-021-351/+642
* suppport Ractor.send(move: true) for more detaKoichi Sasada2020-11-021-12/+0
* Objects are born embedded, so we don't need to check ivprAaron Patterson2020-10-281-2/+1
* Remove another unnecessary testAaron Patterson2020-10-281-5/+3
* Remove unnecessary conditionalAaron Patterson2020-10-281-8/+6
* If an object isn't embedded it will have an ivptrAaron Patterson2020-10-281-3/+2
* 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