summaryrefslogtreecommitdiff
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix -Wundef warningsNobuyoshi Nakada2022-10-261-1/+1
* Remove unused class serialJemma Issroff2022-10-211-12/+1
* push dummy frame for loading processKoichi Sasada2022-10-201-11/+14
* Make inline cache reads / writes atomic with object shapesJemma Issroff2022-10-111-2/+2
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-0/+31
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-31/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-0/+31
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-45/+0
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-0/+45
* Do not fork the process on --mjit-waitTakashi Kokubun2022-09-061-2/+2
* Introduce `usage_analysis_clear`S.H2022-08-291-26/+23
* Rename mjit_exec to jit_exec (#6262)Takashi Kokubun2022-08-191-14/+14
* Move `mjit_exec` to vm.cNobuyoshi Nakada2022-08-171-0/+97
* Simplify around `USE_YJIT` macro (#6240)Nobuyoshi Nakada2022-08-151-1/+1
* Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu2022-07-261-1/+1
* Add "rb_" prefixes to toplevel enum definitionsYusuke Endoh2022-07-221-1/+1
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-567/+567
* Prevent the stack from being marked twiceAaron Patterson2022-07-201-2/+1
* Fix infinite loop when b_return TracePoint throwsAlan Wu2022-06-221-2/+2
* Move RubyVM::MJIT to builtin RubyTakashi Kokubun2022-06-151-39/+0
* remove `NON_SCALAR_THREAD_ID` supportKoichi Sasada2022-05-241-4/+0
* setup vm->main_ractor before `Init_native_thread()`Koichi Sasada2022-05-201-5/+6
* `rb_thread_t::serial` for debugKoichi Sasada2022-05-201-0/+5
* Delete autoload data from global features after autoload has completed. (#5910)Samuel Williams2022-05-171-2/+2
* Fix various autoload race conditions. (#5898)Samuel Williams2022-05-151-0/+4
* Rust YJITAlan Wu2022-04-271-1/+6
* introduce struct `rb_native_thread`Koichi Sasada2022-04-231-7/+6
* refactoring thread inits in vm.cKoichi Sasada2022-04-231-30/+22
* Uncomment code to raise LocalJumpError for yield across thread through enumJeremy Evans2022-04-211-2/+0
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-04-061-7/+4
* RubyVM.stat constant cache metrics (#5766)Kevin Newton2022-04-051-32/+11
* Bring back RubyVM.stat(:global_constant_state)Kevin Newton2022-04-041-1/+3
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-9/+52
* Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans2022-04-011-4/+7
* Prefix ccan headers (#4568)Nobuyoshi Nakada2022-03-301-7/+7
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-52/+9
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-03-241-7/+4
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-9/+52
* Add ISEQ_BODY macroPeter Zhu2022-03-241-40/+40
* [wasm] vm.c: stop unwinding to main for every vm_exec call by setjmpYuta Saito2022-02-181-0/+80
* Fix error: old-style function definitionKazuhiro NISHIYAMA2022-01-221-1/+1
* Accurately report VM memsizeKevin Newton2022-01-211-4/+52
* T#dup (T < Proc) should return T's objectKoichi Sasada2022-01-131-1/+1
* Show the target Proc on Ractor::IsolationErrorSutou Kouhei2021-12-221-1/+3
* make `overloaded_cme_table` truly weak key mapKoichi Sasada2021-12-211-1/+5
* Remove RubyVM::JIT (#5275)Takashi Kokubun2021-12-151-3/+0
* Don't invalidate BOPs when aliases redefinedJohn Hawthorn2021-12-141-3/+8
* YJIT: Avoid unnecessary BOP invalidationJohn Hawthorn2021-12-141-3/+5
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-12/+11
* `Ractor.make_shareable` checks proc's seflKoichi Sasada2021-12-091-0/+4