[pypy-dev] Re: rpython: first steps?

2023-07-06 Thread dave . long
Hi CF, Thanks for the very useful reply; sorry mine is late. Last night I tried immutable and elidable hints in what I thought were obvious places, but I guess they were already obvious enough as they didn't affect the JIT trace ({jit-log-opt-loop} is what I want to be looking at, right?).

[pypy-dev] Re: rpython: first steps?

2023-07-05 Thread CF Bolz-Tereick
Hi Dave, Cool! Welcome! Is the code of that interpreter somewhere? I'd be happy to take a look at it and see whether there are obvious points of improvement. The next step is indeed to apply some of the other rpython hints, like promote, elidable, unroll_safe, declaring some instance fields