summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
2025-05-15Maintain same behavior regardless of tracepoint stateAaron Patterson
2025-04-29Don't support blockarg in opt_newMax Bernstein
2025-04-25Deopt if iseq trace events are enabledAaron Patterson
2025-04-25Inline Class#new.Aaron Patterson
2025-04-18Add profiling for opt_send_without_blockAlan Wu
2025-04-18Profile instructions for fixnum arithmetic (https://github.com/Shopify/zjit/p...Takashi Kokubun
2025-04-18Add zjit_* instructions to profile the interpreter (https://github.com/Shopif...Takashi Kokubun
2025-03-18Adjust style [ci skip]Nobuyoshi Nakada
2025-03-13Use the EC parameter in instructions.Aaron Patterson
2024-11-26Optimize instructions when creating an array just to call `include?` (#12123)Randy Stauner
2024-09-05Optimized instruction for Hash#freezeÉtienne Barrié
2024-09-05Optimized instruction for Array#freezeÉtienne Barrié
2024-08-13Delete newarraykwsplatAlan Wu
2024-07-29Expand opt_newarray_send to support Array#pack with buffer keyword argRandy Stauner
2024-06-18Refactor so we don't have _cdAaron Patterson
2024-06-18Add two new instructions for forwarding callsAaron Patterson
2024-06-18Optimized forwarding callers and calleesAaron Patterson
2024-06-02Stop exposing `rb_str_chilled_p`Jean Boussier
2024-05-23Introduce a specialize instruction for Array#packNobuyoshi Nakada
2024-03-19Implement chilled stringsÉtienne Barrié
2024-02-20Add pushtoarraykwsplat instruction to avoid unnecessary array allocationJeremy Evans
2024-02-12Allow `foo(**nil, &block_arg)`Alan Wu
2024-01-30Use `UNDEF_P`Nobuyoshi Nakada
2024-01-24Add pushtoarray VM instructionJeremy Evans
2024-01-24Add concattoarray VM instructionJeremy Evans
2023-12-09Ensure f(**kw, &block) calls kw.to_hash before block.to_procJeremy Evans
2023-12-01Make expandarray compaction safePeter Zhu
2023-10-13YJIT: Fallback opt_getconstant_path for const_missing (#8623)Takashi Kokubun
2023-04-21Remove unused opt_call_c_function insn (#7750)Takashi Kokubun
2023-04-18Emit special instruction for array literal + .(hash|min|max)Aaron Patterson
2023-03-16Refactor jit_func_t and jit_execTakashi Kokubun
2023-03-14YJIT: Implement throw instruction (#7491)Takashi Kokubun
2023-03-10rename `defined_ivar` to `definedivar`Koichi Sasada
2023-03-08Add defined_ivar instructionOle Friis Østergaard
2023-03-06Remove obsoleted MJIT_HEADER macroTakashi Kokubun
2022-11-10Adjust indents [ci skip]Nobuyoshi Nakada
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-08-09Add peephole optimizer for newarray(X)/expandarray(X, 0) -> opt_reverse(X)Jeremy Evans
2022-08-09Revert "Remove reverse VM instruction"Jeremy Evans
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-04-05RubyVM.stat constant cache metrics (#5766)Kevin Newton
2022-04-01Finer-grained constant cache invalidation (take 2)Kevin Newton
2022-03-25Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada
2022-03-24Finer-grained inline constant cache invalidationKevin Newton
2022-03-24Add ISEQ_BODY macroPeter Zhu
2022-02-02Treat TS_ICVARC cache as separate from TS_IVC cacheJemma Issroff
2022-01-01Prefer RBOOLNobuyoshi Nakada
2021-12-02Lazily create singletons on instance_{exec,eval} (#5146)John Hawthorn
2021-11-18Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans
2021-11-18Refactor setclassvariable (#5143)Eileen M. Uchitelle