summaryrefslogtreecommitdiff
path: root/yjit.c
AgeCommit message (Expand)Author
2024-03-01YJIT: Support opt_invokebuiltin_delegate for leaf builtin (#10152)Takashi Kokubun
2024-02-28YJIT: Reject keywords hash in -1 arity cfunc splat supportAlan Wu
2024-02-27YJIT: Support splat with C methods with -1 arityAlan Wu
2024-02-15YJIT: Pass nil to anonymous kwrest when empty (#9972)Alan Wu
2024-02-09YJIT: Add top ISEQ call counts to --yjit-stats (#9906)Takashi Kokubun
2024-01-23YJIT: Fix ruby2_keywords splat+rest and drop bogus checksAlan Wu
2024-01-10YJIT: Fix unused warningsAlan Wu
2023-12-19YJIT: Add stats option to RubyVM::YJIT.enable (#9297)Takashi Kokubun
2023-10-19YJIT: Add RubyVM::YJIT.enable (#8705)Takashi Kokubun
2023-10-05YJIT: Remove duplicate cfp->iseq accessorAlan Wu
2023-08-18YJIT: Quiet mode when running with `--yjit-stats` (#8251)ywenc
2023-08-08YJIT: Compile exception handlers (#8171)Takashi Kokubun
2023-08-02YJIT: Move ROBJECT_OFFSET_* to yjit.c (#8157)Takashi Kokubun
2023-07-24YJIT: Fallback send instructions to vm_sendish (#8106)Takashi Kokubun
2023-07-17YJIT: refactoring to allow for fancier call threshold logic (#8078)Maxime Chevalier-Boisvert
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-05-20`rb_bug` prints a newline after the messageNobuyoshi Nakada
2023-04-18YJIT: Fix raw sample stack lengths in exit traces (#7728)John Hawthorn
2023-04-06Pull the shape tree out of the vm objectMatt Valentine-House
2023-04-05YJIT: Add codegen for Integer methods (#7665)Takashi Kokubun
2023-04-01Remove an unneeded function copyTakashi Kokubun
2023-03-28YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)Maxime Chevalier-Boisvert
2023-03-24YJIT: Constify EC to avoid an `as` pointer cast (#7591)Alan Wu
2023-03-18RJIT: Optimize String#bytesizeTakashi Kokubun
2023-03-17YJIT: Support entry for multiple PCs per ISEQ (GH-7535)Takashi Kokubun
2023-03-16Refactor jit_func_t and jit_execTakashi Kokubun
2023-03-15YJIT: Assert that we have the VM lock while markingAlan Wu
2023-03-14YJIT: Introduce no_gc attribute (#7511)Takashi Kokubun
2023-03-13YJIT: Handle rest+splat where non-splat < required (#7499)Jimmy Miller
2023-03-11Rename builtin attr :inline to :leafTakashi Kokubun
2023-03-11Support multiple attributes with Primitive.attr!Takashi Kokubun
2023-03-07YJIT: Handle splat+rest for args pass greater than required (#7468)Jimmy Miller
2023-02-26Adjust `else` style to be consistent in each files [ci skip]Nobuyoshi Nakada
2023-02-24Fix incorrect line numbers in GC hookPeter Zhu
2023-02-16YJIT: Show Context stats on exit (#7327)Takashi Kokubun
2023-02-14YJIT: Optimize != for Integers and Strings (#7301)Takashi Kokubun
2023-02-09Merge gc.h and internal/gc.hMatt Valentine-House
2023-01-31YJIT: Handle splat with opt more fully (#7209)Jimmy Miller
2023-01-18YJIT: implement codegen for `String#empty?` (#7148)Maxime Chevalier-Boisvert
2022-11-17YJIT: Add object shape count to stats (#6754)Takashi Kokubun
2022-11-08Implement optimize call (#6691)Jimmy Miller
2022-11-02YJIT: Support invokeblock (#6640)Takashi Kokubun
2022-11-02YJIT: don't show a full crash report if mmap is only out of memory (#6659)Noah Gibbs
2022-10-31YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun
2022-10-26YJIT: Support nil and blockparamproxy as blockarg in send (#6492)Matthew Draper
2022-10-25YJIT: GC and recompile all code pages (#6406)Takashi Kokubun
2022-10-18Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun
2022-10-17Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun
2022-10-17YJIT: Do not call `mprotect` when `mem_size` is zero (#6563)Tatsuya Kawano
2022-10-11Implement optimize send in yjit (#6488)Jimmy Miller