BenjaminPeterson

Programming Talks tagged with: "BenjaminPeterson"

How the PyPy JIT works

How the PyPy JIT worksBenjamin Peterson The Python community is abuzz about the major speed gains PyPy can offer pure Python code. But how does PyPy JIT actually work? This talk will discuss how the PyPy JIT is implemented. It will include descriptions of the tracing, opt ...