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
Service Desk
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
0694de9c9e9d
Commit
0694de9c9e9d
authored
12 years ago
by
Armin Rigo
Browse files
Options
Downloads
Patches
Plain Diff
Update for the current trunk
parent
3ac10c106749
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
download.html
+8
-2
8 additions, 2 deletions
download.html
source/download.txt
+8
-2
8 additions, 2 deletions
source/download.txt
with
16 additions
and
4 deletions
download.html
+
8
−
2
View file @
0694de9c
...
...
@@ -150,6 +150,7 @@
</li>
<li><p
class=
"first"
>
Enter the
<tt
class=
"docutils literal"
>
goal
</tt>
directory:
</p>
<pre
class=
"literal-block"
>
cd pypy/pypy/translator/goal
cd pypy/pypy/translator/goal # release 2.0-beta-1
cd pypy/pypy/goal # current trunk
</pre>
</li>
...
...
@@ -154,6 +155,7 @@
</pre>
</li>
<li><p
class=
"first"
>
Run the
<tt
class=
"docutils literal"
>
translate.py
</tt>
script. Here are the common combinations
<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
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
...
...
@@ -161,6 +163,10 @@
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.
</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
finish the translation, and 2.x GB of RAM on a 32-bit system
...
...
This diff is collapsed.
Click to expand it.
source/download.txt
+
8
−
2
View file @
0694de9c
...
...
@@ -156,5 +156,6 @@
3. Enter the ``goal`` directory::
cd pypy/pypy/translator/goal
cd pypy/pypy/translator/goal # release 2.0-beta-1
cd pypy/pypy/goal # current trunk
...
...
@@ -160,5 +161,6 @@
4. Run the ``translate.py`` script. Here are the common combinations
4. Run the ``translate.py`` script (called ``rpython.py`` in the current
trunk). Here are the common combinations
of options (works also with ``python`` instead of ``pypy``)::
pypy translate.py -Ojit # get the JIT version
...
...
@@ -166,6 +168,10 @@
pypy translate.py -O2 --sandbox # get the sandbox version
pypy translate.py -Ojit --backend=cli # only for branch/cli-jit
Or with the current trunk::
../../rpython/bin/rpython -Ojit # or -O2, etc.
5. Enjoy Mandelbrot ``:-)`` It takes on the order of half an hour to
finish the translation, and 2.x GB of RAM on a 32-bit system
and 4.x GB on 64-bit systems. (Do not start a translation on a
...
...
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