Author: Richard Plangger <planri...@gmail.com>
Branch: 
Changeset: r90439:0bf2eb520cbb
Date: 2017-03-01 14:33 +0100
http://bitbucket.org/pypy/pypy/changeset/0bf2eb520cbb/

Log:    some changes to the ideas page

diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-ideas.rst
@@ -7,13 +7,13 @@
 PyPy is generally open to new ideas for Google Summer of Code. We are happy to 
accept good ideas around the PyPy ecosystem. If you need more information about 
the ideas we propose for this year please join us on irc, channel #pypy 
(freenode). If you are unsure, but still think that you can make a valuable 
contribution to PyPy, dont hesitate to contact us on #pypy or on our mailing 
list.
 
 
-* **Compile to multiple shared objects**: PyPy currently emits a small 
executable file and a large shared object file. To reduce the base interpreter 
size we think it would be helpful to have several shared object files that can 
be dynamically loaded if the module is needed.
+* **Optimize PyPy Memory Usage**: PyPy currently emits a small executable file 
and a large shared object file. To reduce the base interpreter size we think it 
would be helpful to have several shared object files that can be dynamically 
loaded if the module is needed. There are several other potential places where 
we could improve.
 
 * **VMProf + memory profiler**: vmprof by now has a memory profiler that can 
be used already. We want extend it with more features and resolve some current 
limitations.
 
 * **VMProf visualisations**: vmprof just shows a flamgraph of the statistical 
profile and some more information about specific call sites. It would be very 
interesting to experiment with different information (such as memory, or even 
information generated by our jit compiler).
 
-* **Implicit typing in RPython**: PyPy wants to have better ways to specify 
the signature andclass attribute types in RPython. See more information about 
this topic below on this page.
+* **Explicit typing in RPython**: PyPy wants to have better ways to specify 
the signature andclass attribute types in RPython. See more information about 
this topic below on this page.
 
 * **Virtual Reality (VR) visualisations for vmprof**: This is a very open 
topic with lots of freedom to explore data visualisation for profiles. No VR 
hardware would be needed for this project. Either Universities provide such 
hardware in any other case we potentially can lend the VR hardware setup.
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to