Tag | jit

  1. Thoughts on the Developement of PyPy RISC-V JIT Backend

    After eight years of development, my patch implementing a RISC-V JIT backend for PyPy was merged upstream in 2024. This work is now included in the PyPy v7.3.17 release in this August. To share my journey and my insights, I decided to write this article.

    A brief introduction …

    More