Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-05 | Implement newhash | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement swap | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement putstring | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement splatarray | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement topn | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement newarray | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement adjuststack | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Invalidate blocks on constant IC updates | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement optimized send | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Remove unneeded ci references | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement opt_invokebuiltin_delegate | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Count optimized method types | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement opt_aset | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement duparray and expandarray | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Count opt_getconstant_path exit reasons | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Side-exit on cfunc with -2 argc | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Initial support of opt_getconstant_path | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement dupn and setn | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement all getlocal/setlocal insns | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement opt_eq and opt_neq | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement opt_and and opt_or | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement setlocal_WC_0 | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement opt_mod | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement Array#[] | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement opt_le, opt_ge, and opt_gt | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement branchif | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Side-exit earlier on interrupts | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Fix a typo in jit_chain_guard | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-05 | Implement variadic C func calls | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7448 | |||
2023-03-06 | * remove trailing spaces. [ci skip] | git | |
2023-03-05 | Set 0 to cfp->pc on C func send | Takashi Kokubun | |
2023-03-05 | Do not compile C calls when C tracing is enabled | Takashi Kokubun | |
2023-03-05 | Re-enable cfunc send | Takashi Kokubun | |
2023-03-05 | Implement invalidation after cfunc | Takashi Kokubun | |
2023-03-05 | Partially implement send of cfunc | Takashi Kokubun | |
2023-03-05 | Delay CFP motion a little | Takashi Kokubun | |
2023-03-05 | Use fewer comments on frame push | Takashi Kokubun | |
2023-03-05 | Delay SP motion a little | Takashi Kokubun | |
2023-03-05 | Adjust the interface of jit_push_frame | Takashi Kokubun | |
2023-03-05 | Support more types in jit_guard_known_class | Takashi Kokubun | |
2023-03-05 | Implement stackoverflow check | Takashi Kokubun | |
2023-03-05 | Check interrupts on jump and branchunless | Takashi Kokubun | |
2023-03-05 | Implement jump | Takashi Kokubun | |
2023-03-05 | Re-enable opt_aref with Hash | Takashi Kokubun | |
2023-03-05 | Fix the operand for branchunless | Takashi Kokubun | |
2023-03-05 | Implement pop | Takashi Kokubun | |
2023-03-05 | Initial support for setivar | Takashi Kokubun | |
2023-03-05 | Implement dup | Takashi Kokubun | |
2023-03-05 | Skip Hash on opt_aref for now | Takashi Kokubun | |
2023-03-05 | Implement attr_reader | Takashi Kokubun | |