[pypy-commit] pypy default: Merged in numerodix/pypy/default-trivial-fixes (pull request #256)

2014-07-31 Thread arigo
Author: Armin Rigo armin.r...@gmail.com Branch: Changeset: r72620:52f3ffa024b7 Date: 2014-07-31 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/52f3ffa024b7/ Log:Merged in numerodix/pypy/default-trivial-fixes (pull request #256) fix typo diff --git

[pypy-commit] pypy default-trivial-fixes: fix typo

2014-07-31 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: default-trivial-fixes Changeset: r72619:c83a966e0c06 Date: 2014-07-30 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/c83a966e0c06/ Log:fix typo diff --git a/pypy/interpreter/pycompiler.py b/pypy/interpreter/pycompiler.py ---

[pypy-commit] extradoc extradoc: Add the presentation (from Remi)

2014-07-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r5381:a40cec7d7661 Date: 2014-07-31 10:03 +0200 http://bitbucket.org/pypy/extradoc/changeset/a40cec7d7661/ Log:Add the presentation (from Remi) diff --git a/talk/icooolps2014/presentation.pdf b/talk/icooolps2014/presentation.pdf

[pypy-commit] pypy stmgc-c7: Update TODO

2014-07-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stmgc-c7 Changeset: r72621:5848b415cf05 Date: 2014-07-30 12:57 +0200 http://bitbucket.org/pypy/pypy/changeset/5848b415cf05/ Log:Update TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -104,6 +104,15 @@

[pypy-commit] pypy default: Passing test with two unrelated virtualizables

2014-07-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72622:b1e750df0a3e Date: 2014-07-31 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/b1e750df0a3e/ Log:Passing test with two unrelated virtualizables diff --git a/rpython/jit/metainterp/test/test_virtualizable.py

[pypy-commit] stmgc card-marking: Update TODO

2014-07-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: card-marking Changeset: r1273:fc4ea6c20975 Date: 2014-07-30 12:57 +0200 http://bitbucket.org/pypy/stmgc/changeset/fc4ea6c20975/ Log:Update TODO diff --git a/c7/TODO b/c7/TODO --- a/c7/TODO +++ b/c7/TODO @@ -1,8 +1,6 @@ - use small uniform gcpages

[pypy-commit] pypy py3.3: Backout 7e04e788d910, it seems like it broke translation.

2014-07-31 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3.3 Changeset: r72623:bcad0c109c8c Date: 2014-07-31 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/bcad0c109c8c/ Log:Backout 7e04e788d910, it seems like it broke translation. diff --git a/pypy/interpreter/astcompiler/validate.py

[pypy-commit] extradoc extradoc: updated benchmark numbers

2014-07-31 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: extradoc Changeset: r5382:fc61395ad9ed Date: 2014-07-31 16:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/fc61395ad9ed/ Log:updated benchmark numbers diff --git a/talk/dls2014/paper/plots/performance.pdf

[pypy-commit] extradoc extradoc: update benchmark numbers in paper

2014-07-31 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: extradoc Changeset: r5383:5e9dd2e2f31e Date: 2014-07-31 16:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/5e9dd2e2f31e/ Log:update benchmark numbers in paper diff --git a/talk/dls2014/paper/paper.pdf b/talk/dls2014/paper/paper.pdf index

[pypy-commit] pypy py3.3-fixes: use helper function to locate the code object

2014-07-31 Thread numerodix
Author: Martin Matusiak numero...@gmail.com Branch: py3.3-fixes Changeset: r72629:4f709511ed94 Date: 2014-07-31 21:40 +0200 http://bitbucket.org/pypy/pypy/changeset/4f709511ed94/ Log:use helper function to locate the code object diff --git a/pypy/interpreter/test/test_compiler.py