# JIT Compile

```{toctree}
:hidden:
:includehidden:

disassemble-jit-compile.md
```


## 参考
- [Debugging the Java HotSpot VM - Just-in-time compilers - Tobias Hartmann@Oracle - 2020](https://cr.openjdk.org/~thartmann/talks/2020-Debugging_HotSpot.pdf)
- [Compilation in the HotSpot VM - Zoltán Majó - 2015](https://ethz.ch/content/dam/ethz/special-interest/infk/inst-cs/lst-dam/documents/Education/Classes/Fall2015/210_Compiler_Design/Slides/hotspot.pdf)
- [Base Concept of Hotspot Compiler - Java HotSpot Virtual Machine Compiler Group - Tobias Hartmann 2018](https://ethz.ch/content/dam/ethz/special-interest/infk/inst-cs/lst-dam/documents/Education/Classes/Spring2018/210_Compiler_Design/Slides/2018-Compiler-Design-Guest-Talk.pdf)
- [Java Virtual Machine Guide - Compiler Control - Oracle](https://docs.oracle.com/en/java/javase/11/vm/compiler-control1.html)