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
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