aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor vm_yield functionS-H-GAMELINKS2021-09-141-3/+1
* Remove printf family from the mjit headerNobuyoshi Nakada2021-09-111-10/+10
* include/ruby/internal/intern/vm.h: add doxygen卜部昌平2021-09-101-2/+0
* Show verbose error messages when single pattern match failsKazuki Tsujimoto2021-08-151-0/+7
* Fix potential hang when joining threads.Samuel Williams2021-08-031-7/+10
* Using RBOOL macroS.H2021-08-021-13/+5
* use me->def instead of me for opt_tableKoichi Sasada2021-07-291-6/+5
* Revert "Fix potential hang when joining threads."Yusuke Endoh2021-07-281-10/+7
* Fix infinite loop in ensure after NoMemoryErrorJeremy Evans2021-07-271-1/+1
* Fix potential hang when joining threads.Samuel Williams2021-07-271-7/+10
* Add debug assertion in `rb_funcall*` that the current thread has the gvl.Samuel Williams2021-07-161-0/+1
* Keep GC disabled until VM bootstrap has done [Bug #17583]Nobuyoshi Nakada2021-07-011-2/+2
* Add a cache for class variableseileencodes2021-06-181-1/+4
* node.h: Reduce struct size to fit with Ruby object size (five VALUEs)Yusuke Endoh2021-06-181-1/+1
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-1/+2
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-111-4/+1
* Add a cache for class variableseileencodes2021-05-111-1/+4
* Fix trivial -Wundef warningsBenoit Daloze2021-05-041-1/+1
* Remove unneeded commentS-H-GAMELINKS2021-04-231-2/+0
* Use rb_fstring for "defined" strings.Aaron Patterson2021-03-171-4/+0
* Destroy VM-wise locks before freeing [Bug #15852]Nobuyoshi Nakada2021-03-091-0/+2
* [Fixes #17622] Mark and move the previous epPeter Zhu2021-02-121-0/+10
* global call-cache cache table for rb_funcall*Koichi Sasada2021-01-291-0/+12
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-9/+12
* Stop managing valid class serialsTakashi Kokubun2020-12-291-1/+0
* shareable_constant_value: experimental_copyKoichi Sasada2020-12-241-3/+7
* Changed shareable literal semantics [Feature #17397]Nobuyoshi Nakada2020-12-231-0/+8
* Prefer stdbool in vm_execTakashi Kokubun2020-12-211-6/+6
* TracePoint.new(&block) should be ractor-localKoichi Sasada2020-12-221-2/+0
* Introduce Ractor::IsolationErrorKoichi Sasada2020-12-211-2/+1
* Mark active_unitsTakashi Kokubun2020-12-201-0/+2
* Stop marking unit_queueTakashi Kokubun2020-12-201-2/+0
* fix method cache debug toolKoichi Sasada2020-12-191-1/+0
* Support shareable_constant_value: literalNobuyoshi Nakada2020-12-141-0/+1
* Make the value shareable deeplyNobuyoshi Nakada2020-12-141-1/+1
* Call FrozenCore.make_shareableNobuyoshi Nakada2020-12-141-0/+7
* Introduce negative method cacheKoichi Sasada2020-12-141-0/+10
* Removed deprecated Time#succNobuyoshi Nakada2020-12-071-1/+3
* fix decl of ruby_single_main_ractorKoichi Sasada2020-12-071-0/+1
* fix initialize orderKoichi Sasada2020-12-041-1/+1
* add GC guardKoichi Sasada2020-12-031-1/+5
* rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada2020-12-011-0/+1
* Only check if the current ep is a local or not, then markAaron Patterson2020-11-301-4/+2
* Remove obsoleted internal/mjit.h inclusionTakashi Kokubun2020-11-221-1/+0
* fix public interfaceKoichi Sasada2020-11-181-1/+1
* rb_vm_add_root_module(): Remove unused parameterAlan Wu2020-11-091-1/+1
* Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson2020-11-021-0/+30
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-10-301-1/+1
* Ractor.make_shareable(a_proc)Koichi Sasada2020-10-301-10/+90
* check isolated Proc more strictlyKoichi Sasada2020-10-291-15/+96