Contribute Media
A thank you to everyone who makes this possible: Read More

Inside a PyPy JIT: is that even legal?

Description

This time we are going to dig down to the RPython tool chain core - JIT compiler generator. We will examine the very essence of the approach taken by the PyPy team - that is how to quit writing JITted VMs by hand, stop worrying and have fun again.

Details

Improve this page