summaryrefslogtreecommitdiffstats
path: root/vm.c (follow)
Commit message (Expand)AuthorAgeLines
* [wasm] vm.c: stop unwinding to main for every vm_exec call by setjmpYuta Saito2022-02-18-0/+80
* Fix error: old-style function definitionKazuhiro NISHIYAMA2022-01-22-1/+1
* Accurately report VM memsizeKevin Newton2022-01-21-4/+52
* T#dup (T < Proc) should return T's objectKoichi Sasada2022-01-13-1/+1
* Show the target Proc on Ractor::IsolationErrorSutou Kouhei2021-12-22-1/+3
* make `overloaded_cme_table` truly weak key mapKoichi Sasada2021-12-21-1/+5
* Remove RubyVM::JIT (#5275)Takashi Kokubun2021-12-15-3/+0
* Don't invalidate BOPs when aliases redefinedJohn Hawthorn2021-12-14-3/+8
* YJIT: Avoid unnecessary BOP invalidationJohn Hawthorn2021-12-14-3/+5
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-13-12/+11
* `Ractor.make_shareable` checks proc's seflKoichi Sasada2021-12-09-0/+4
* Lazily create singletons on instance_{exec,eval} (#5146)John Hawthorn2021-12-02-12/+15
* Rework tracing for blocks running as methodsAlan Wu2021-12-01-41/+32
* Refactor hacky ID tables to struct rb_ast_id_table_tYusuke Endoh2021-11-21-5/+4
* `rb_method_optimized_t` for further extensionKoichi Sasada2021-11-19-2/+2
* `vm_empty_cc_for_super`Koichi Sasada2021-11-17-0/+16
* Convert IDs to IntegersNobuyoshi Nakada2021-11-08-4/+31
* Refine the error message for hidden variablesNobuyoshi Nakada2021-11-07-3/+8
* Preserve the encoding of message from outer local variableNobuyoshi Nakada2021-10-29-1/+1
* Preserve the encoding of message from outer local variablesNobuyoshi Nakada2021-10-29-47/+27
* Make Coverage suspendable (#4856)Yusuke Endoh2021-10-25-0/+2
* suppress warnings for probable NULL dererefencesNobuyoshi Nakada2021-10-24-0/+1
* Suppress sign-compare warningNobuyoshi Nakada2021-10-24-2/+2
* Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda2021-10-21-0/+19
* `RubyVM.keep_script_lines`Koichi Sasada2021-10-21-0/+39
* Expand tabsAlan Wu2021-10-20-2/+2
* Cleanup diff against upstream. Add commentsAlan Wu2021-10-20-1/+1
* Fix changes from rebaseNoah Gibbs2021-10-20-4/+3
* Count interpreter instructions when -DYJIT_STATS=1Alan Wu2021-10-20-13/+1
* Yet Another Ruby JIT!Jose Narvaez2021-10-20-6/+6
* WIP JIT-to-JIT returnsMaxime Chevalier-Boisvert2021-10-20-1/+1
* add bop to redefinition callbackAaron Patterson2021-10-20-1/+1
* Add a callback in to microjit when a BOP is redefinedAaron Patterson2021-10-20-0/+2
* Implement --ujit-stats and instructoin countingAlan Wu2021-10-20-0/+13
* Moved the common codeNobuyoshi Nakada2021-10-13-4/+5
* Collect symbols instead of strings and get rid of rb_str_internNobuyoshi Nakada2021-10-08-3/+3
* Fix Ractor.make_shareable changing locals for ProcsAlan Wu2021-10-06-1/+1
* Using NIL_P macro instead of `== Qnil`S.H2021-10-03-7/+7
* Do not load file with same realpath twice when requiringJeremy Evans2021-10-02-0/+2
* Revert "Do not load file with same realpath twice when requiring"Jeremy Evans2021-09-18-2/+0
* Do not load file with same realpath twice when requiringJeremy Evans2021-09-18-0/+2
* Refactor vm_yield functionS-H-GAMELINKS2021-09-14-3/+1
* Remove printf family from the mjit headerNobuyoshi Nakada2021-09-11-10/+10
* include/ruby/internal/intern/vm.h: add doxygen卜部昌平2021-09-10-2/+0
* Show verbose error messages when single pattern match failsKazuki Tsujimoto2021-08-15-0/+7
* Fix potential hang when joining threads.Samuel Williams2021-08-03-7/+10
* Using RBOOL macroS.H2021-08-02-13/+5
* use me->def instead of me for opt_tableKoichi Sasada2021-07-29-6/+5
* Revert "Fix potential hang when joining threads."Yusuke Endoh2021-07-28-10/+7
* Fix infinite loop in ensure after NoMemoryErrorJeremy Evans2021-07-27-1/+1