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. [email protected]
[email protected]
On Monday, December 5, 2016 10:57 AM, Ryan Gonzalez <[email protected]>
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
<[email protected]> 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. [email protected]
[email protected]
______________________________ _________________
pypy-dev mailing list
[email protected]
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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev