summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyvm.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused class serialJemma Issroff2022-10-211-2/+0
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-2/+2
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-2/+2
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-2/+2
* pend some tests while using to_binaryKoichi Sasada2022-01-311-0/+2
* test/ruby/test_rubyvm.rb: prevent "assigned but unused variable" warningsYusuke Endoh2021-10-251-3/+3
* freeze (make shareable) script_linesKoichi Sasada2021-10-211-0/+1
* `RubyVM.keep_script_lines`Koichi Sasada2021-10-211-0/+52
* ruby_vm_global_method_state is no longer needed.Koichi Sasada2020-10-141-2/+2
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* vm.c: avoid inadvertent pin-downnobu2014-03-311-0/+1
* * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,charliesome2013-12-091-2/+2
* vm.c: add RubyVM.stat for accessing cache serialstmm12013-12-081-0/+16