[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] rpython: first steps?

2023-07-04 Thread dave . long
I've managed to write a small rpython interpreter, and the jit seems to be working for both single loops and bridged loop nests. Does anyone have any suggestions for what I should be looking at next? Is attempting to play with the structure of the interpreter worthwhile? Or should I be looking