Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pypy.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PyPy
pypy.org
Commits
4673a6bd
Commit
4673a6bd
authored
12 years ago
by
Armin Rigo
Browse files
Options
Downloads
Patches
Plain Diff
regen
parent
17f759c5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
download.html
+6
-13
6 additions, 13 deletions
download.html
with
6 additions
and
13 deletions
download.html
+
6
−
13
View file @
4673a6bd
...
...
@@ -151,7 +151,6 @@
</li>
<li><p
class=
"first"
>
Enter the
<tt
class=
"docutils literal"
>
goal
</tt>
directory:
</p>
<pre
class=
"literal-block"
>
cd pypy/pypy/translator/goal # release 2.0-beta-2
cd pypy/pypy/goal # current trunk
cd pypy/pypy/goal
</pre>
</li>
...
...
@@ -156,6 +155,5 @@
</pre>
</li>
<li><p
class=
"first"
>
Run the
<tt
class=
"docutils literal"
>
translate.py
</tt>
script (called
<tt
class=
"docutils literal"
>
rpython.py
</tt>
in the current
trunk). Here are the common combinations
<li><p
class=
"first"
>
Run the
<tt
class=
"docutils literal"
>
rpython
</tt>
script. Here are the common combinations
of options (works also with
<tt
class=
"docutils literal"
>
python
</tt>
instead of
<tt
class=
"docutils literal"
>
pypy
</tt>
):
</p>
<pre
class=
"literal-block"
>
...
...
@@ -160,13 +158,8 @@
of options (works also with
<tt
class=
"docutils literal"
>
python
</tt>
instead of
<tt
class=
"docutils literal"
>
pypy
</tt>
):
</p>
<pre
class=
"literal-block"
>
pypy translate.py -Ojit # get the JIT version
pypy translate.py -O2 # get the no-jit version
pypy translate.py -O2 --sandbox # get the sandbox version
pypy translate.py -Ojit --backend=cli # only for branch/cli-jit
</pre>
<p>
Or with the current trunk:
</p>
<pre
class=
"literal-block"
>
../../rpython/bin/rpython -Ojit # or -O2, etc.
pypy ../../rpython/bin/rpython -Ojit # get the JIT version
pypy ../../rpython/bin/rpython -O2 # get the no-jit version
pypy ../../rpython/bin/rpython -O2 --sandbox # get the sandbox version
</pre>
</li>
<li><p
class=
"first"
>
Enjoy Mandelbrot
<tt
class=
"docutils literal"
><span
class=
"pre"
>
:-)
</span></tt>
It takes on the order of half an hour to
...
...
@@ -190,7 +183,7 @@
Linux 64-bit; probably not much more than 1.6 GB on 32-bit). It should be
noted that it is less than with CPython.
</p>
<pre
class=
"literal-block"
>
PYPY_GC_MAX_DELTA=200MB pypy --jit loop_longevity=300 .
/translate.py
-Ojit
PYPY_GC_MAX_DELTA=200MB pypy --jit loop_longevity=300 .
./../rpython/bin/rpython
-Ojit
</pre>
</li>
<li><p
class=
"first"
>
Because of
<tt
class=
"docutils literal"
>
asmgcroot
</tt>
, compiling the generated C files containing the JIT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment