Hi,<br><br>I am also wondering about how to implement a soft core reconfigurable processor in a FPGA<br>which would directly execute the compiled python bytecode.<br><br>I am trying to understand the bytecode format but apart from <a href="http://docs.python.org/library/dis.html" target="_blank">http://docs.python.org/library/dis.html</a> <br>
there is hardly any documentation on the python bytecodes.<br><br>Before going through the one of the existing VM implementations, i want to know if there is there any informaition <br>available which elaborates on the structure of the bytecodes. Like details regarding co_names, co_cellvars,<br>
co_freevars, the concept of frames, global, local, objects, functions etc with respect to the bytecode.<br><br><br>Thanks<br>Manish<br><br>