ruby/zjit
Max Bernstein e54a242bdf
ZJIT: Mark GetLocal as having no effects (#13750)
This removes the GetLocal of l3 from:

    def test
      l3 = 3
      1.times do |l2|
        _ = l3
        1
      end
    end
2025-06-30 15:15:43 -07:00
..
bindgen ZJIT: Add new ZJIT types for Set (#13743) 2025-06-30 09:58:32 -07:00
src ZJIT: Mark GetLocal as having no effects (#13750) 2025-06-30 15:15:43 -07:00
.gitignore
build.rs ZJIT: Add --allow-multiple-definition for make zjit-test 2025-05-21 01:22:55 +09:00
Cargo.lock Use expect-test for HIR tests 2025-04-18 21:53:01 +09:00
Cargo.toml YJIT: ZJIT: Allow both JITs in the same build 2025-05-15 00:39:03 +09:00
zjit.mk YJIT: ZJIT: Allow both JITs in the same build 2025-05-15 00:39:03 +09:00