Please add your favorite references! Two things on HHVM (2018, so fairly recent): - video: https://www.youtube.com/watch?v=P58g--fPNDM&ab_channel=PLDI2018 - paper: https://research.fb.com/wp-content/uploads/2018/04/hhvm-jit-a-profile-guided-region-based-compiler-for-php-and-hack.pdf Mark Shannon writings: - HotPy (2): https://sites.google.com/site/makingcpythonfast/ - A faster CPython: https://github.com/markshannon/faster-cpython - Ph.D thesis: http://theses.gla.ac.uk/2975/ Victor Stinner writings: - Faster CPython: https://faster-cpython.readthedocs.io/index.html - FAT Python: https://faster-cpython.readthedocs.io/fat_python.html
Please add your favorite references!
Two things on HHVM (2018, so fairly recent):
Mark Shannon writings:
Victor Stinner writings: