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 to see which helper defs I can mark with the rpython decorators? Or something else? Thanks -Dave _______________________________________________ pypy-dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: [email protected]
