The Impact of Meta-Tracing on VM Design and Implementation
来自SCP2015,相对详细说明了PyPy JIT优化的一些设计。不过缺少Runtime信息的辅助,留到Runtime feedback in a meta-tracing那篇。
Rethinking Incremental and Parallel Pointer Analysis
Rethinking Incremental and Parallel Pointer Analysis来自TOPLAS,介绍了一种增量的可并行的指针分析算法。