One of the main problems with a JIT as opposed to AOT compilation is the
warm-up overhead. I thought that you could achieve a similar effect as AOT
by starting up a program in Pypy, running it on a hardcoded workload to
warm it up, and then pause the process. Then when you want to run the
program, you fork the already warmed up process and run it on your desired
input.

Is this something that is possible to do with Pypy?
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to