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
cd214f1f
Commit
cd214f1f
authored
14 years ago
by
Maciej Fijalkowski
Browse files
Options
Downloads
Patches
Plain Diff
In-progress website rebuild
parent
878e6111
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/features.txt
+9
-16
9 additions, 16 deletions
source/features.txt
source/index.txt
+1
-1
1 addition, 1 deletion
source/index.txt
with
10 additions
and
17 deletions
source/features.txt
+
9
−
16
View file @
cd214f1f
...
...
@@ -6,10 +6,10 @@
PyPy features
===========================================================
**PyPy 1.
3
** implements **Python 2.5.** It supports all of the core
**PyPy 1.
4
** implements **Python 2.5.** It supports all of the core
language, passing the Python test suite (with minor modifications that were
already accepted in the main python in newer versions). It supports most
of the commonly used Python standard library modules. For known differences
with CPython, see our `compatibility`_ page. If you are interested in
helping with 2.6, 2.7 or 3.x features, `contact us`_!
...
...
@@ -10,12 +10,12 @@
language, passing the Python test suite (with minor modifications that were
already accepted in the main python in newer versions). It supports most
of the commonly used Python standard library modules. For known differences
with CPython, see our `compatibility`_ page. If you are interested in
helping with 2.6, 2.7 or 3.x features, `contact us`_!
PyPy 1.
3
runs essentially only on Intel `x86 (IA-32)`_
. On 64-bit
platforms
you have to use the 32-bit compatibility mode, for now -- or `contact us`_
to help
!
PyPy 1.
4
runs essentially only on Intel `x86 (IA-32)`_
and `x86_64`_
platforms
,
with ARM being underway.
Feel free to contact us if you want to port it to any other platform
!
.. _`compatibility`: compat.html
.. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32
...
...
@@ -19,8 +19,5 @@
.. _`compatibility`: compat.html
.. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32
Speed or memory usage?
-------------------------------
.. _`x86_64`: http://en.wikipedia.org/wiki/X86_64
...
...
@@ -26,4 +23,4 @@
Our `main prototype`_ comes with a Just-in-Time compiler. It is
`really fast`_ in running most benchmarks. `Try it out!`_
Speed
-----
...
...
@@ -29,9 +26,7 @@
An issue with our JIT compiler is that it's hard to control
the exact amount of RAM that is used. If this is an important
issue to you, you can try our `baseline version`_, which does
not include a JIT compiler at all.
Our `main executable`_ comes with a Just-in-Time compiler. It is
`really fast`_ in running most benchmarks. `Try it out!`_
.. _`main prototype`: download.html#with-a-jit-compiler
.. _`Try it out!`: download.html#with-a-jit-compiler
.. _`really fast`: http://speed.pypy.org/
...
...
@@ -34,9 +29,7 @@
.. _`main prototype`: download.html#with-a-jit-compiler
.. _`Try it out!`: download.html#with-a-jit-compiler
.. _`really fast`: http://speed.pypy.org/
.. _`baseline version`: download.html#with-no-jit-compiler
Sandboxing
--------------------
...
...
This diff is collapsed.
Click to expand it.
source/index.txt
+
1
−
1
View file @
cd214f1f
...
...
@@ -22,7 +22,7 @@
.. class:: download
`Download and try out the PyPy release 1.
3
!`__
`Download and try out the PyPy release 1.
4
!`__
.. __: download.html
...
...
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