Profile-Guided Optimizations (PGO), The LLVM Project, 2023 (The LLVM Project) - Official documentation detailing the implementation and usage of Profile-Guided Optimizations within the LLVM compiler infrastructure, which is a common backend for JITs.
Dynamic Compilation and Software Feedback, Matthew Arnold, Stephen Fink, Vivek Sarkar, and David Smith, 2005Lecture Notes in Computer Science, Vol. 3568 (Springer, Berlin, Heidelberg)DOI: 10.1007/11527787_2 - A book chapter providing an academic overview of dynamic compilation techniques, with a focus on feedback mechanisms like PGO, relevant to understanding advanced JIT optimizations.