[Python-Dev] script containing all opcs

2008-08-30 Thread Michal Revucky
hello everyone, i would like to get a python script which executes all interpreter's opcodes, or how am i supposed to create such script... i just need to make sure that all opcodes (as defined in Include/opcode.h) are executed by this scrip i need this script for testing purposes while rewrittin

[Python-Dev] vmgen based python interpretter

2008-05-22 Thread Michal Revucky
hello everyone, i'm working on the branch: http://svn.python.org/projects/python/branches/release25-maint/ i'm trying to build a vmgen based interpreter for python: http://www.complang.tuwien.ac.at/anton/vmgen from vmgen's input file, which specifies the python's opcodes a c source is generate

[Python-Dev] RQST: Master Thesis

2008-03-09 Thread Michal Revucky
hi, I'm about to start my master thesis: "optimizing python interpreter" therefore i would require your help plz ;) first of all i need to find out, how the python interpreter is implemented, and which are the related sources, if this stuff is somewhere documented that would be very helpfull...