[pypy-commit] extradoc extradoc: Kill, kill, kill

rguillebert noreply at buildbot.pypy.org
Tue Jul 22 14:07:29 CEST 2014


Author: Romain Guillebert <romain.py at gmail.com>
Branch: extradoc
Changeset: r5366:71780b755a05
Date: 2014-07-22 14:07 +0200
http://bitbucket.org/pypy/extradoc/changeset/71780b755a05/

Log:	Kill, kill, kill

diff --git a/talk/ep2014/status/talk.pdf b/talk/ep2014/status/talk.pdf
index 447f7b485ff254fb76dc366dbce2dc84e936e122..dddab2362990645489cffbd5a4fb451b9b8b7751
GIT binary patch

[cut]

diff --git a/talk/ep2014/status/talk.rst b/talk/ep2014/status/talk.rst
--- a/talk/ep2014/status/talk.rst
+++ b/talk/ep2014/status/talk.rst
@@ -102,8 +102,6 @@
 
   * http://hippyvm.com/
 
-
-
 Fundraising campaign
 ---------------------
 
@@ -147,7 +145,7 @@
 
 - Lots of CFFI modules around:
 
-  * pygame_cffi, psycopg2_cffi, lxml
+  * pygame_cffi, psycopg2cffi, lxml
 
 - numpy: in-progress (more later)
 
@@ -178,9 +176,7 @@
 
 - as usual, in-progress
 
-- ~80% of numpy implemented
-
-  * 2336 passing tests out of 3265
+- 2336 passing tests out of 3265
 
   * http://buildbot.pypy.org/numpy-status/latest.html
 
@@ -214,7 +210,7 @@
 
 - Alternative to C-API, ctypes, Cython, etc.
 
-- Fast on CPython, super-fast on PyPy
+- Fast on CPython, super-fast on PyPy, Jython support in the future
 
 The future: STM
 ----------------
@@ -223,26 +219,16 @@
 
 - Strategy to solve race conditions
 
-- "Finger crossed", rollback in case of conflicts
-
 - On-going research project
 
   * by Armin Rigo and Remi Meier
 
-Current status for STM
-----------------------
-
 - Preliminary versions of pypy-jit-stm available
 
-- The overhead is still a bit too high and hard to predict
-
 - Lots of polishing needed
 
-- More fundamentally, how to best use it is still unknown
-
 - See talk tomorrow
 
-
 Contacts, Q&A
 --------------
 


More information about the pypy-commit mailing list