Re: [Python-Dev] [Python-compilers] Developing a Python JIT and have troubld

2017-04-01 Thread Yuheng Zou
Thank you for your reply and your patience! I compiled your code and get the same output as yours. However my implementation is different from yours. While we both have an EvalFrame function, your implementation built an module in Python, but I prefer to modify Python source and compile a full di

Re: [Python-Dev] [Python-compilers] Developing a Python JIT and have troubld

2017-03-31 Thread Siu Kwan Lam
I have never tried PEP0523 before so I have just did a quick look and pushed what I got to https://github.com/sklam/etude_py36_custom_jit. If you run https://github.com/sklam/etude_py36_custom_jit/blob/master/test.py, you should get the following printouts: Hello Hey Yes ** myjit is evaluating fr