Author: Armin Rigo
Branch:
Changeset: r1573:e1c6209aa8c4
Date: 2014-11-17 00:42 +0100
http://bitbucket.org/cffi/cffi/changeset/e1c6209aa8c4/
Log:Update the TODO
diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -1,10 +1,3 @@
-Next steps
---
-
-verify() handles "typedef ... some_
Author: Armin Rigo
Branch:
Changeset: r1572:3d09f5a1d3d1
Date: 2014-11-17 00:41 +0100
http://bitbucket.org/cffi/cffi/changeset/3d09f5a1d3d1/
Log:update docs
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -859,7 +859,9 @@
Author: Alex Gaynor
Branch:
Changeset: r74544:88db3405c7e3
Date: 2014-11-16 14:35 -0800
http://bitbucket.org/pypy/pypy/changeset/88db3405c7e3/
Log:remove unused import
diff --git a/rpython/translator/backendopt/merge_if_blocks.py
b/rpython/translator/backendopt/merge_if_blocks.py
--- a/rpy
Author: Ronan Lamy
Branch:
Changeset: r74543:6468becae2f6
Date: 2014-11-16 22:12 +
http://bitbucket.org/pypy/pypy/changeset/6468becae2f6/
Log:remove expensive check
Cuts backendopt time by ~30% on CPython and ~10% on PyPy
diff --git a/rpython/translator/backendopt/merge_if_bloc
Author: Ronan Lamy
Branch:
Changeset: r74542:d8042a6b7573
Date: 2014-11-16 20:38 +
http://bitbucket.org/pypy/pypy/changeset/d8042a6b7573/
Log:Call the expensive check_no_flags() only in tests
diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py
--- a/rpython/an
Author: Ronan Lamy
Branch:
Changeset: r74541:12ca083b8119
Date: 2014-11-16 20:24 +
http://bitbucket.org/pypy/pypy/changeset/12ca083b8119/
Log:extract the costly call to check_no_flags() in a separate method
diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py
-
Author: Ronan Lamy
Branch:
Changeset: r74540:a41db2745c80
Date: 2014-11-16 19:39 +
http://bitbucket.org/pypy/pypy/changeset/a41db2745c80/
Log:merge branch ssa-flow
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsn
Author: Ronan Lamy
Branch: ssa-flow
Changeset: r74539:bb5be160c110
Date: 2014-11-16 19:36 +
http://bitbucket.org/pypy/pypy/changeset/bb5be160c110/
Log:close branch before merging
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.
Author: Ronan Lamy
Branch: ssa-flow
Changeset: r74538:b754a290822e
Date: 2014-11-16 18:22 +
http://bitbucket.org/pypy/pypy/changeset/b754a290822e/
Log:make variable ordering deterministic in SSA_to_SSI()
diff --git a/rpython/jit/codewriter/test/test_flatten.py
b/rpython/jit/codewriter/t