
Hello , I would like to understand how to set pypy trace limit . Any link available for use will highly help me.

Am working on a person project I would like to know how meta trace limit configured for pypy.any assistance needed is highly appreciated. On Mon, Mar 7, 2022, 3:43 PM Aksam Lwanga <lwangaaksam@gmail.com> wrote:
Hello , I would like to understand how to set pypy trace limit . Any link available for use will highly help me.

On 7/3/22 22:19, Aksam Lwanga wrote:
Hi Aksam. You can see the various ways to influence the JIT via `pypy --jit help`. There are explanations for some of these parameters here https://rpython.readthedocs.io/en/latest/jit/index.html. There are also python-level hooks you can use, they are documented here https://doc.pypy.org/en/latest/jit-hooks.html#jit-hooks-1. You can also use the PYPYLOG to record activity/./ / / Take a look at these tools and let us know if you need more help. Matti //

Am working on a person project I would like to know how meta trace limit configured for pypy.any assistance needed is highly appreciated. On Mon, Mar 7, 2022, 3:43 PM Aksam Lwanga <lwangaaksam@gmail.com> wrote:
Hello , I would like to understand how to set pypy trace limit . Any link available for use will highly help me.

On 7/3/22 22:19, Aksam Lwanga wrote:
Hi Aksam. You can see the various ways to influence the JIT via `pypy --jit help`. There are explanations for some of these parameters here https://rpython.readthedocs.io/en/latest/jit/index.html. There are also python-level hooks you can use, they are documented here https://doc.pypy.org/en/latest/jit-hooks.html#jit-hooks-1. You can also use the PYPYLOG to record activity/./ / / Take a look at these tools and let us know if you need more help. Matti //
participants (2)
-
Aksam Lwanga
-
Matti Picus