Re: PYPY- Trace Limit
Matti Picus <[email protected]> Mon, 7 Mar 2022 22:52:23 +0200
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <[email protected]> |
On 7/3/22 22:19, Aksam Lwanga wrote: > 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 <[email protected]> wrote: > > Hello , I would like to understand how to set pypy trace limit . > Any link available for use will highly help me. > > 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 // _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev