aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)Maxime Chevalier-Boisvert2023-08-171-0/+6
* YJIT: Implement checkmatch instruction (#8203)Takashi Kokubun2023-08-101-0/+6
* YJIT: Compile exception handlers (#8171)Takashi Kokubun2023-08-081-0/+6
* support `rescue` event for TracePointKoichi Sasada2023-08-011-0/+9
* use inline cache for refinementsKoichi Sasada2023-07-311-5/+14
* `calling->cd` instead of `calling->ci`Koichi Sasada2023-07-311-30/+37
* mark `cc->cme_` if it is for `super`Koichi Sasada2023-07-311-3/+3
* Implement `opt_aref_with` instruction (#8118)ywenc2023-07-261-0/+6
* YJIT: Fallback send instructions to vm_sendish (#8106)Takashi Kokubun2023-07-241-0/+36
* Remove __bp__ and speed-up bmethod calls (#8060)Alan Wu2023-07-171-17/+20
* Remove RARRAY_CONST_PTR_TRANSIENTPeter Zhu2023-07-131-2/+2
* Stop allocating unused backref strings at `defined?`Nobuyoshi Nakada2023-06-271-4/+26
* Add missing write barriereileencodes2023-06-051-0/+1
* Revert "Revert "Fix cvar caching when class is cloned""eileencodes2023-06-051-8/+12
* Revert "Fix cvar caching when class is cloned"Aaron Patterson2023-06-011-12/+8
* Fix cvar caching when class is clonedeileencodes2023-06-011-8/+12
* `rb_bug` prints a newline after the messageNobuyoshi Nakada2023-05-201-1/+1
* Add Fiber#kill, similar to Thread#kill. (#7823)Samuel Williams2023-05-181-1/+1
* `klass == (VALUE)NULL` --> `!klass`Gary Tou2023-04-261-1/+1
* defined zsuper: Handle NULL superclass for `BasicObject`Gary Tou2023-04-261-0/+2
* Optimize method_missing callsJeremy Evans2023-04-251-19/+9
* Optimize symproc callsJeremy Evans2023-04-251-15/+30
* Optimize send callsJeremy Evans2023-04-251-33/+74
* Optimize cfunc calls for f(*a) and f(*a, **kw) if kw is emptyJeremy Evans2023-04-251-2/+83
* Speed up calling iseq bmethodsJeremy Evans2023-04-251-5/+74
* Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans2023-04-251-197/+261
* Implement opt_newarray_send in YJITAaron Patterson2023-04-181-0/+6
* Emit special instruction for array literal + .(hash|min|max)Aaron Patterson2023-04-181-0/+12
* Move RCLASS_CLONED to rb_classext_structPeter Zhu2023-04-161-1/+1
* `vm_call_single_noarg_inline_builtin`Koichi Sasada2023-03-231-7/+23
* Use an st table for "too complex" objectsAaron Patterson2023-03-201-1/+1
* YJIT: Implement throw instruction (#7491)Takashi Kokubun2023-03-141-9/+7
* Rename builtin attr :inline to :leafTakashi Kokubun2023-03-111-1/+1
* Support multiple attributes with Primitive.attr!Takashi Kokubun2023-03-111-1/+1
* Add defined_ivar instructionOle Friis Østergaard2023-03-081-10/+12
* s/mjit/rjit/Takashi Kokubun2023-03-061-1/+1
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* Remove obsoleted MJIT_HEADER macroTakashi Kokubun2023-03-061-92/+2
* Remove obsoleted MJIT_STATIC macroTakashi Kokubun2023-03-061-9/+9
* Stop exporting symbols for MJITTakashi Kokubun2023-03-061-6/+6
* Invalidate blocks on constant IC updatesTakashi Kokubun2023-03-051-0/+1
* Fix broken rebaseTakashi Kokubun2023-03-051-1/+0
* Change bytecode of `f(*a, **kw)`Koichi Sasada2023-03-061-102/+163
* [Bug #19469] Fix crash when resizing generic iv listPeter Zhu2023-03-031-2/+2
* Fix indentation in vm_setivar_defaultPeter Zhu2023-03-031-3/+3
* Refactor / document instance variable debug countersAaron Patterson2023-02-151-3/+17
* Remove unneeded repetitionsTakashi Kokubun2023-02-041-1/+1
* YJIT: Support ifunc on invokeblock (#7233)Takashi Kokubun2023-02-031-0/+6
* Avoid checking interrupt when loading iseqStan Lo2023-01-171-0/+11
* Fix crash when defining ivars on special constantsPeter Zhu2023-01-171-0/+5