summaryrefslogtreecommitdiff
path: root/yjit/src
AgeCommit message (Expand)Author
2024-07-15YJIT: split chain_depth and flag booleans in context (#11169)Maxime Chevalier-Boisvert
2024-07-15YJIT: Local variable register allocation (#11157)Takashi Kokubun
2024-07-11YJIT: increase context cache size to 1024 redux (#11140)Maxime Chevalier-Boisvert
2024-07-10YJIT: increase context cache size to 1024 (#10983)Maxime Chevalier-Boisvert
2024-07-08YJIT: `dump-disasm`: Print comments and bytes in release buildsAlan Wu
2024-07-03YJIT: Remove done TODO, fix indentAlan Wu
2024-07-02YJIT: Use a special breakpoint address if one isn't explicitly supplied in or...Kevin Menard
2024-07-02YJIT: Inline simple ISEQs with unused keyword parametersGabriel Lacroix
2024-06-29[YJIT] Don't expand kwargs on forwardingAaron Patterson
2024-06-28YJIT: Fix `cargo doc --document-private-items` warnings [ci skip]Alan Wu
2024-06-28YJIT: Move `ocb` parameters into `JITState`Alan Wu
2024-06-26[YJIT] Fix block and splat handling when forwardingAaron Patterson
2024-06-18Add two new instructions for forwarding callsAaron Patterson
2024-06-18Optimized forwarding callers and calleesAaron Patterson
2024-06-17YJIT: Fix an unused field warning in `DumpDisasm`.Kevin Menard
2024-06-17YJIT: `--yjit-dump-disasm=dir`: Hold descriptor for dump fileAlan Wu
2024-06-13YJIT: Delete otherwise-empty defer_compilation() blocksAlan Wu
2024-06-12YJIT: add context cache hits stat (#10979)Maxime Chevalier-Boisvert
2024-06-11YJIT: Make num_contexts_encoded a default counterTakashi Kokubun
2024-06-11YJIT: add context cache size stat, lazily allocate cacheMaxime Chevalier-Boisvert
2024-06-07YJIT: implement cache for recently encoded/decoded contexts (#10938)Maxime Chevalier-Boisvert
2024-06-07YJIT: implement variable-length context encoding scheme (#10888)Maxime Chevalier-Boisvert
2024-06-05Don't add `+YJIT` to `RUBY_DESCRIPTION` until it's actually enabledJean Boussier
2024-06-04Do not emit shape transition warnings when YJIT is compilingJean Boussier
2024-06-04YJIT: Fix getconstant exits after opt_ltlt fusion (#10903)Takashi Kokubun
2024-05-31YJIT: Fix out of bounds access when splatting empty arrayAlan Wu
2024-05-29YJIT: Fix a warning from nightly rustAlan Wu
2024-05-28YJIT: limit size of call count stats dict (#10858)Maxime Chevalier-Boisvert
2024-05-28Stop marking chilled strings as frozenÉtienne Barrié
2024-05-23Introduce a specialize instruction for Array#packNobuyoshi Nakada
2024-05-06YJIT: Fix comment and counter in rb_yjit_invalidate_ep_is_bp() (#10722)Alan Wu
2024-05-01YJIT: Fix `Struct` accessors not firing tracing events (#10690)Alan Wu
2024-04-29YJIT: Remove CString allocation when using `src_loc!()`Alan Wu
2024-04-29YJIT: Take VM lock when invalidatingAlan Wu
2024-04-29YJIT: Expand codegen for `TrueClass#===` to `FalseClass` and `NilClass` (#10679)Randy Stauner
2024-04-29YJIT: Add specialized codegen function for `TrueClass#===` (#10640)Randy Stauner
2024-04-26Revert "YJIT: Try splitting getlocal/setlocal blocks (#10648)"Takashi Kokubun
2024-04-26YJIT: Correct signature of rb_yjit_root_mark()Alan Wu
2024-04-26YJIT: Fix reference update for `Invariants::no_ep_escape_iseqs`Alan Wu
2024-04-26YJIT: Try splitting getlocal/setlocal blocks (#10648)Takashi Kokubun
2024-04-25YJIT: Relax `--yjit-verify-ctx` after singleton class creationAlan Wu
2024-04-25YJIT: Optimize local variables when EP == BP (take 2) (#10607)Takashi Kokubun
2024-04-24YJIT: Add a specialized codegen function for `Class#superclass`. (#10613)Kevin Menard
2024-04-22YJIT: Fix shrinking block with assumption too much (#10585)Alan Wu
2024-04-19Revert "YJIT: Optimize local variables when EP == BP" (#10584)Alan Wu
2024-04-18chore: remove repetitive words (#10573)careworry
2024-04-18YJIT: Fix canary crash with Array#<< (#10568)Alan Wu
2024-04-17YJIT: A64: Use CBZ/CBNZ to check for zeroAlan Wu
2024-04-17YJIT: Optimize local variables when EP == BP (#10487)Takashi Kokubun
2024-04-16YJIT: End send fallback blocks (#10539)Takashi Kokubun