aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Only marked objects should be considered movableAaron Patterson2020-05-201-1/+1
* Allow references stored in the VM stack to moveAaron Patterson2020-05-181-5/+4
* more on NULL versus functions卜部昌平2020-05-111-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s/ruby3/rbimpl/g卜部昌平2020-05-111-14/+14
* sed -i s/RUBY3/RBIMPL/g卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Added more NORETURN declarationsNobuyoshi Nakada2020-05-111-0/+2
* Allow global variables to moveAaron Patterson2020-05-071-0/+1
* `T_MOVED` should never be pushed on the mark stackAaron Patterson2020-05-071-0/+1
* Output compaction stats in one loop / eliminate 0 countsAaron Patterson2020-05-041-4/+6
* Rename arguments for ObjectSpace::WeakMap#[]= for clarityBenoit Daloze2020-05-021-8/+8
* Fix ObjectSpace::WeakMap#key? to work if the value is nilBenoit Daloze2020-05-021-4/+12
* Mark ruby_memerror as NORETURNNobuyoshi Nakada2020-04-291-1/+2
* Remove debugging code from gc.cYusuke Endoh2020-04-291-4/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-04-271-1/+1
* Assert that typed data is distinguished from non-typedNobuyoshi Nakada2020-04-251-0/+2
* rb_memerror: abort immediately卜部昌平2020-04-211-0/+3
* Fixed a typo [ci skip]Nobuyoshi Nakada2020-04-211-1/+1