I'm trying to step through code and understand the interpreter. It turns out that --no-source is useless. I do need it because I need byte-codegeneration. Shubha Shubha D. ramanishubharam...@gmail.com shubharam...@yahoo.com
On Monday, December 5, 2016 10:57 AM, Ryan Gonzalez <rym...@gmail.com> wrote: Should be --no-source, but I have to wonder...what exactly are you trying to do? On Mon, Dec 5, 2016 at 12:36 PM, Shubha Ramani via pypy-dev <pypy-dev@python.org> wrote: It takes a long time and I don't really care about the backend c implementation at the moment.Do I just do a -s as shown below ? Command I'm running: /opt/pypy/rpython$ ./bin/rpython -Ojit --jit-backend=auto ./translator/goal/ targetsimpleread.py --annotate, -a Do type inference--no-annotate Don't do type inference--rtype, -t Do rtyping--no-rtype Don't do rtyping--pyjitpl JIT generation step--no-pyjitpl Don't JIT generation step--pyjittest JIT test with llgraph backend--no-jittest Don't JIT test with llgraph backend--backendopt Do backend optimizations--no-backendopt Don't do backend optimizations--source, -s Create source--no-source Don't create source--compile, -c Compile (default goal)--no-compile Don't compile--llinterpret Interpret the rtyped flow graphs--no-llinterpret Don't interpret the rtyped flow graphs Shubha D. ramanishubharam...@gmail.com shubharam...@yahoo.com ______________________________ _________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/ mailman/listinfo/pypy-dev -- Ryan (ライアン)Yoko Shimomura > ryo (supercell/EGOIST) > Hiroyuki Sawano >> everyone else http://kirbyfan64.github.io/
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev