[pypy-dev] PYPY- Trace Limit

Matti Picus matti.picus at gmail.com
Mon Mar 7 15:52:23 EST 2022


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 <lwangaaksam at gmail.com> 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
//



More information about the pypy-dev mailing list