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

2023-07-04 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 to

[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