Re: [Python-Dev] vmgen based python interpretter

2008-05-22 Thread Martin v. Löwis
> it would would also be helpfull if someone could tell me, how to locate the > code, which causes this SEG fault I think you already found the code; gdb tells you the exact location of the crash. What are the values of pool and bp? Regards, Martin ___

[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