What happens to the bytecode in PVM, does it convert the code into machine-level code?

Viewed 14

What actually happens to the bytecode when it is given to the PVM in python? I have come across explanations that say: "PVM executes the bytecode" but nothing beyond that.

Does the PVM convert the bytecode into machine-level code? Or does it use C to do it as it is CPython?

0 Answers
Related