aboutsummaryrefslogtreecommitdiffstats
path: root/rjit_c.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Remove SHAPE_CAPACITY_CHANGE shapes""Peter Zhu2023-11-131-1/+0
* Revert "Remove SHAPE_CAPACITY_CHANGE shapes"Peter Zhu2023-11-101-0/+1
* Remove SHAPE_CAPACITY_CHANGE shapesPeter Zhu2023-11-091-1/+0
* Refactor rb_shape_transition_shape_capa outJean Boussier2023-11-081-6/+0
* Make every initial size pool shape a root shapePeter Zhu2023-11-021-1/+0
* Use a functional red-black tree for indexing the shapesAaron Patterson2023-10-241-0/+5
* Revert "shape.h: Make attr_index_t uint8_t"Katherine Oelsner2023-10-181-2/+2
* shape.h: Make attr_index_t uint8_tJean Boussier2023-10-111-2/+2
* Refactor rb_shape_transition_shape_capa to not accept capacityJean Boussier2023-10-101-2/+2
* Use reference counting to avoid memory leak in kwargsHParker2023-10-011-0/+1
* [Bug #19896]Adam Hess2023-09-221-3/+3
* YJIT: Compile exception handlers (#8171)Takashi Kokubun2023-08-081-2/+2
* Remove __bp__ and speed-up bmethod calls (#8060)Alan Wu2023-07-171-1/+0
* Expose rb_hash_resurrectAaron Patterson2023-06-231-0/+4
* Unify length field for embedded and heap strings (#7908)Peter Zhu2023-06-061-2/+1
* Update RJIT to support newarray_sendAaron Patterson2023-04-181-0/+8
* Move `catch_except_p` to `compile_data`eileencodes2023-04-111-5/+4
* Expose rb_sym_to_proc via RJITAaron Patterson2023-04-071-0/+4
* [Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu2023-04-041-0/+5
* RJIT: Add --rjit-verify-ctx optionTakashi Kokubun2023-04-041-0/+1
* RJIT: Store type information in ContextTakashi Kokubun2023-04-021-0/+8
* RJIT: Support entry with different PCsTakashi Kokubun2023-04-021-8/+8
* RJIT: Support has_opt ISEQsTakashi Kokubun2023-04-021-0/+2
* RJIT: Simplify cfunc implementationTakashi Kokubun2023-04-021-0/+14
* RJIT: Simplify invokesuper implementationTakashi Kokubun2023-04-021-0/+2
* RJIT: Group blockarg exit reasonsTakashi Kokubun2023-04-021-4/+1
* RJIT: Support splat argsTakashi Kokubun2023-04-021-1/+2
* RJIT: Update exit reasonsTakashi Kokubun2023-04-021-0/+4
* Remove an unneeded function copyTakashi Kokubun2023-04-011-4/+4
* RJIT: Support rest argsTakashi Kokubun2023-04-011-0/+12
* RJIT: Fix has_rest exit conditionsTakashi Kokubun2023-04-011-1/+1
* RJIT: Remove unused countersTakashi Kokubun2023-04-011-12/+3
* RJIT: Start moving away from VM-like ISEQ handlingTakashi Kokubun2023-04-011-4/+29
* RJIT: Implement leaf builtin callTakashi Kokubun2023-03-261-0/+2
* RJIT: Implement attr_writerTakashi Kokubun2023-03-261-3/+9
* RJIT: Put a guard for splat w/ var-arg cfuncTakashi Kokubun2023-03-251-0/+1
* RJIT: Support optional params on splatTakashi Kokubun2023-03-251-1/+0
* RJIT: Remove send_iseq_complex_splat exitTakashi Kokubun2023-03-251-1/+0
* RJIT: Initial support of splatTakashi Kokubun2023-03-251-0/+7
* `vm_call_single_noarg_inline_builtin`Koichi Sasada2023-03-231-0/+1
* RJIT: Update bindingTakashi Kokubun2023-03-211-1/+2
* RJIT: Split has_rest_or_post exit reasonsTakashi Kokubun2023-03-211-2/+2
* RJIT: Fix invokesuperTakashi Kokubun2023-03-211-0/+4
* RJIT: Break up RJIT send_iseq_complex exit reasonsTakashi Kokubun2023-03-191-1/+14
* RJIT: Implement ifunc invokeblockTakashi Kokubun2023-03-191-1/+6
* RJIT: Fix ISeq invokeblockTakashi Kokubun2023-03-191-0/+2
* RJIT: Implement invokeblock with ISeqTakashi Kokubun2023-03-191-1/+2
* RJIT: Optimize Kernel#respond_to?Takashi Kokubun2023-03-191-0/+24
* RJIT: Optimize String#+@Takashi Kokubun2023-03-191-0/+5
* RJIT: Optimize String#<<Takashi Kokubun2023-03-191-0/+9