aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* Lazily create singletons on instance_{exec,eval} (#5146)John Hawthorn2021-12-021-1/+2
* Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans2021-11-181-2/+18
* Refactor setclassvariable (#5143)Eileen M. Uchitelle2021-11-181-1/+1
* Refactor getclassvariable (#5137)Eileen M. Uchitelle2021-11-181-2/+1
* Eliminate some redundant checks on `num` in `newhash`Aaron Patterson2021-10-181-2/+4
* Make Array#min/max optimization respect refined methodsJeremy Evans2021-09-301-2/+2
* Fix typo in insns.def [ci skip]Alan Wu2021-09-231-1/+1
* Add a cache for class variableseileencodes2021-06-181-4/+6
* [Bug #17880] Set leaf false on opt_setinlinecache (#4565)Eileen M. Uchitelle2021-06-141-0/+1
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-111-6/+4
* Filling cache values on cvar writeeileencodes2021-05-111-2/+2
* Add a cache for class variableseileencodes2021-05-111-3/+5
* Fix type-o in insns.defebrohman2021-04-261-1/+1
* Remove reverse VM instructionJeremy Evans2021-04-211-19/+0
* Use rb_fstring for "defined" strings.Aaron Patterson2021-03-171-2/+2
* Refactor vm_defined to return a booleanAaron Patterson2021-03-171-3/+1
* Stop calling `rb_iseq_defined_string` in vm_definedAaron Patterson2021-03-171-1/+1
* Store strings for `defined` in the iseqsAaron Patterson2021-03-171-1/+6
* enable constant cache on ractorsKoichi Sasada2021-01-051-4/+5
* Fix a cyclic explanationTakashi Kokubun2020-12-251-1/+1
* encourage inlining for vm_sendish()Koichi Sasada2020-12-171-4/+4
* Lazily move PC with RUBY_VM_CHECK_INTSTakashi Kokubun2020-12-161-4/+4
* Inline getconstant on JIT (#3906)Takashi Kokubun2020-12-161-1/+1
* fix inline method cache sync bugKoichi Sasada2020-12-151-5/+0
* Unfortunately getinstancevariable was still not leafTakashi Kokubun2020-12-101-0/+2
* Make getinstancevariable a leaf instructionJeremy Evans2020-12-101-2/+0
* tuning trial: newobj with current ecKoichi Sasada2020-12-071-2/+2
* sync RClass::ext::iv_index_tblKoichi Sasada2020-10-171-2/+2
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-10/+0
* precalc invokebuiltin destinations卜部昌平2020-07-131-4/+4
* Use ID instead of GENTRY for gvars. (#3278)Koichi Sasada2020-07-031-8/+6
* Trace :return of builtin methodsTakashi Kokubun2020-06-231-1/+1
* Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun2020-06-171-1/+1
* vm_insnhelper.c: merge opt_eq_func / opt_eql_func卜部昌平2020-06-021-1/+1
* Turn class variable warnings into exceptionsJeremy Evans2020-04-101-2/+2
* Introduce disposable call-cache.Koichi Sasada2020-02-221-6/+7
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-221-6/+6
* Fixed a typo, missing "i" [ci skip]Nobuyoshi Nakada2020-01-271-1/+1
* Introduce an "Inline IVAR cache" structAaron Patterson2019-12-051-3/+3
* check interrupts at each frame pop timing.Koichi Sasada2019-11-291-3/+0
* Revert "export for MJIT"Koichi Sasada2019-11-291-0/+2
* export for MJITKoichi Sasada2019-11-291-2/+0
* add casts.Koichi Sasada2019-11-181-2/+2
* vm_invoke_builtin_delegate with start index.Koichi Sasada2019-11-181-5/+5
* Revert "Method reference operator"Nobuyoshi Nakada2019-11-121-11/+0
* use STACK_ADDR_FROM_TOP()Koichi Sasada2019-11-091-1/+1
* support builtin features with Ruby and C.Koichi Sasada2019-11-081-0/+48
* Combine call info and cache to speed up method invocationAlan Wu2019-10-241-48/+52
* Revert https://github.com/ruby/ruby/pull/2486卜部昌平2019-10-031-1/+1
* delete unnecessary branch卜部昌平2019-09-301-1/+1