Python amenable to static analysis. • RPython is also a framework for producing implementations of dynamic languages. • RPython was developed for the PyPy project.
while pc < len(bytecode.code): opcode = ord(bytecode.code[pc]) for i, name in bytecodes: if i == opcode: pc = self.run_instructions(name, pc, bytecode, frame) break