PVM will automatically be used when we run the python program. PVM is a part of Python software.
PVM Does the following things :
1. The moment when we run the python program, Python program will be translated into Byte Code
2. PVM It reads the bytecode and translated into machine language.
The PVM is always present as part of the Python system and is the component that truly runs your scripts. Technically, it's just the last step of what is called the Python interpreter. ... Python does something clever to improve its performance. It compiles to bytecode (.pyc files) the first time it executes a file.
No comments:
Post a Comment