summaryrefslogtreecommitdiff
path: root/yjit.c
AgeCommit message (Expand)Author
6 daysPrevent enabling yjit when zjit enabled (GH-13358)Daniel Colson
2025-05-08Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`Jean Boussier
2025-05-02YJIT: ZJIT: Share identical glue functionsAlan Wu
2025-03-03Allow YJIT `mem-size` and `call-threshold` to be set at runtime via `YJIT.ena...annichai-stripe
2025-02-14Only count VM instructions in YJIT stats buildsAaron Patterson
2025-02-12Remove dead iv_index_tbl field in RObjectPeter Zhu
2025-01-10Make rb_vm_insns_count a thread local variableAaron Patterson
2024-12-19Prefix asan_poison_object with rbPeter Zhu
2024-11-21Annotate anonymous mmapKunshan Wang
2024-11-11YJIT: Probe away from the heap when requesting exec memoryAlan Wu
2024-11-04YJIT: Replace Array#each only when YJIT is enabled (#11955)Takashi Kokubun
2024-10-18YJIT: Allow shareable consts in multi-ractor mode (#11917)John Hawthorn
2024-10-17YJIT: Add compilation log (#11818)Kevin Menard
2024-10-08Cast via `uintptr_t` function pointer between object pointerNobuyoshi Nakada
2024-09-17YJIT: Accept key for runtime_stats to return only that stat (#11536)Randy Stauner
2024-08-27YJIT: Encode doubles to VALUE objects and move stat generation to rust (#11388)Randy Stauner
2024-08-08Make YJIT a GC root rather than an object (#11343)Peter Zhu
2024-08-07Fix memory leak reported with YJITPeter Zhu
2024-07-03[Feature #20470] Split GC into gc_impl.cPeter Zhu
2024-06-18Optimized forwarding callers and calleesAaron Patterson
2024-06-07YJIT: implement variable-length context encoding scheme (#10888)Maxime Chevalier-Boisvert
2024-04-26YJIT: Stop asserting rb_objspace_markable_object_p()Alan Wu
2024-04-26YJIT: Fix reference update for `Invariants::no_ep_escape_iseqs`Alan Wu
2024-04-25YJIT: Optimize local variables when EP == BP (take 2) (#10607)Takashi Kokubun
2024-04-19Revert "YJIT: Optimize local variables when EP == BP" (#10584)Alan Wu
2024-04-17YJIT: Optimize local variables when EP == BP (#10487)Takashi Kokubun
2024-03-06Refactor VM root modulesJean Boussier
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