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

2014-07-31 Thread arigo
Author: Armin Rigo 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 a/pypy/interpreter/pycompiler.py b/pypy/interpret

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

2014-07-31 Thread numerodix
Author: Martin Matusiak 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 --- a/pypy/interpreter/pycompiler

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

2014-07-31 Thread arigo
Author: Armin Rigo 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 new file mode 1

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

2014-07-31 Thread arigo
Author: Armin Rigo 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 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 b/rpython/jit/metainterp/test/test

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

2014-07-31 Thread arigo
Author: Armin Rigo 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 -- write barr

[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 b/pypy/interpreter/astcomp

[pypy-commit] extradoc extradoc: updated benchmark numbers

2014-07-31 Thread Raemi
Author: Remi Meier 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 b/talk/dls2014/paper/plots/performance.pdf index de3

[pypy-commit] pypy default: Reproduce the translation problem with two virtualizables

2014-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r72624:8674ce83d8e6 Date: 2014-07-31 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/8674ce83d8e6/ Log:Reproduce the translation problem with two virtualizables diff --git a/rpython/jit/backend/llsupport/test/ztranslation_test.py b/rpython/jit/bac

[pypy-commit] pypy default: Fix comparison of lltype._ptr if they are delayed.

2014-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r72625:0764713cbb49 Date: 2014-07-31 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/0764713cbb49/ Log:Fix comparison of lltype._ptr if they are delayed. diff --git a/rpython/rtyper/lltypesystem/lltype.py b/rpython/rtyper/lltypesystem/lltype.py --

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

2014-07-31 Thread Raemi
Author: Remi Meier 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 f7c23752d1005cd0ef58

[pypy-commit] pypy default: Expand a failing AssertionError with a more descriptive TyperError.

2014-07-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r72626:372fd1f54b6d Date: 2014-07-31 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/372fd1f54b6d/ Log:Expand a failing AssertionError with a more descriptive TyperError. diff --git a/rpython/rtyper/normalizecalls.py b/rpython/rtyper/normalizecalls

[pypy-commit] pypy py3.3: redo 7e04e788d910 without breaking translation

2014-07-31 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72627:bbf05facf765 Date: 2014-07-31 18:02 -0700 http://bitbucket.org/pypy/pypy/changeset/bbf05facf765/ Log:redo 7e04e788d910 without breaking translation diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/vali

[pypy-commit] pypy py3.3-fixes: fix incorrect value of kwargname (issue #1831)

2014-07-31 Thread numerodix
Author: Martin Matusiak Branch: py3.3-fixes Changeset: r72628:0a5f64f5722e Date: 2014-07-31 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0a5f64f5722e/ Log:fix incorrect value of kwargname (issue #1831) diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/in

[pypy-commit] pypy py3.3: Merged in numerodix/pypy/py3.3-fixes (pull request #258)

2014-07-31 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72630:4ced75933639 Date: 2014-07-31 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/4ced75933639/ Log:Merged in numerodix/pypy/py3.3-fixes (pull request #258) fix incorrect value of kwargname (issue #1831) diff --git a/pypy/interp

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

2014-07-31 Thread numerodix
Author: Martin Matusiak 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 b/pypy/interpreter/test/test_c