Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r4824:9333ab09456c Date: 2012-09-23 11:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/9333ab09456c/
Log: carefully trim the abstracts\ diff --git a/talk/confoo2013/abstract_hippy.rst b/talk/confoo2013/abstract_hippy.rst --- a/talk/confoo2013/abstract_hippy.rst +++ b/talk/confoo2013/abstract_hippy.rst @@ -3,18 +3,17 @@ ============================================================= HipPy is a proof of concept PHP VM developed as a research effort sponsored -by Facebook. Despite only two months of work on it, while not production ready, +by Facebook using PyPy. After two months, while not production ready, it implements enough of the PHP language to run shootout benchmarks, without -compromising PHP semantics. Due to usage of the PyPy translation toolchain -it's also very fast - over 2x faster than hiphop, an optimizing compiler -from PHP to C++ developed by Facebook over years. I would like to present -the simplicity of implementation when using the PyPy toolchain. +compromising PHP semantics. It's also very fast - over 2x faster than hiphop, +a compiler from PHP to C++ developed by Facebook. NOTES TO ORGANIZERS: PyPy is not only a python interpreter but also a toolchain for creating dynamic -language virtual machines. In the past we developed a Prolog VM called pyrolog, -a scheme VM and some smaller ones. External people developed a new VM to -the converge language which outperformed the C implementation drastically. -In this talk I'm going to present how much easier it is to use the PyPy -toolchain than implementing the just-in-time compiler by hand in C or C++. +language virtual machines. In the past we developed a Prolog VM, +a scheme VM and some others. Laurence Tratt developed a new VM for +the converge language which outperformed the C implementation. +I'm going to present how easy it is to use PyPy than implementing a VM +by hand. + diff --git a/talk/confoo2013/abstract_pypy.rst b/talk/confoo2013/abstract_pypy.rst --- a/talk/confoo2013/abstract_pypy.rst +++ b/talk/confoo2013/abstract_pypy.rst @@ -6,8 +6,7 @@ progress in speeding up the Python language -- it is the fastest, most compatible and most stable 'alternative´ Python interpreter. No longer merely a research curiosity, PyPy is now suitable for production -use. I would like to present PyPy, its current status, near future goals -and the general performance Python landscape. +use. I would like to present PyPy, its current status and it' near future goals. NOTES TO ORGANIZERS: _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
