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
2d756d1a
Commit
2d756d1a
authored
14 years ago
by
Armin Rigo
Browse files
Options
Downloads
Patches
Plain Diff
Mention that the "Other versions" section contains the most up-to-date versions.
parent
740880ff
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
+4
-2
4 additions, 2 deletions
download.html
source/download.txt
+4
-2
4 additions, 2 deletions
source/download.txt
with
8 additions
and
4 deletions
download.html
+
4
−
2
View file @
2d756d1a
...
...
@@ -53,7 +53,7 @@
<ul
class=
"download-menu simple"
>
<li>
Download
<ul>
<li><a
class=
"reference internal"
href=
"#default-with-a-jit-compiler"
>
Default (with a JIT Compiler)
</a></li>
<li><a
class=
"reference internal"
href=
"#other-versions
-without-a-jit
"
>
Other versions
(without a JIT)
</a></li>
<li><a
class=
"reference internal"
href=
"#other-versions"
>
Other versions
</a></li>
</ul>
</li>
<li><a
class=
"reference internal"
href=
"#installing"
>
Installing
</a>
(optional)
</li>
...
...
@@ -64,7 +64,9 @@
<span
id=
"default-with-a-jit-compiler"
></span><h1>
“
JIT Compiler
”
version
</h1>
<p>
These binaries include a Just-in-Time compiler. They only work on
x86 CPUs that have the
<a
class=
"reference external"
href=
"http://en.wikipedia.org/wiki/SSE2"
>
SSE2
</a>
instruction set (most of
them do, nowadays), or on x86-64 CPUs.
</p>
them do, nowadays), or on x86-64 CPUs.
(This is the official release 1.4.1;
for the most up-to-date version see below.)
</p>
<ul
class=
"simple"
>
<li><a
class=
"reference external"
href=
"http://pypy.org/download/pypy-1.4.1-linux.tar.bz2"
>
Linux binary (32bit)
</a></li>
<li><a
class=
"reference external"
href=
"http://pypy.org/download/pypy-1.4.1-linux64.tar.bz2"
>
Linux binary (64bit)
</a></li>
...
...
This diff is collapsed.
Click to expand it.
source/download.txt
+
4
−
2
View file @
2d756d1a
...
...
@@ -15,8 +15,8 @@
* Download
* `Default (with a JIT Compiler)`_
* `Other versions
(without a JIT)
`_
* `Other versions`_
* `Installing`_ (optional)
* `Building from source`_
* `Checksums`_
...
...
@@ -29,6 +29,8 @@
These binaries include a Just-in-Time compiler. They only work on
x86 CPUs that have the SSE2_ instruction set (most of
them do, nowadays), or on x86-64 CPUs.
(This is the official release 1.4.1;
for the most up-to-date version see below.)
* `Linux binary (32bit)`__
* `Linux binary (64bit)`__
...
...
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