Self-hosting VMs compile their own runtime with themselves: significant parts of V8's builtins are written in Torque and compiled by V8's own pipeline, and PyPy is a Python interpreter written in Python that JITs itself. It is the ultimate correctness stress test — every miscompilation becomes a crash in your own compiler.