[pypy-commit] pypy vmprof: I should learn a thing or two about pointer arithmetics

2015-01-20 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75447:1d07e4257e8c Date: 2015-01-20 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1d07e4257e8c/ Log:I should learn a thing or two about pointer arithmetics diff --git a/pypy/module/_vmprof/src/vmprof.c b/pypy/module/_vmprof/src/vmp

[pypy-commit] stmgc default: Document how you build llvm

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1553:1e5ef25eed45 Date: 2015-01-20 10:49 +0100 http://bitbucket.org/pypy/stmgc/changeset/1e5ef25eed45/ Log:Document how you build llvm diff --git a/c7/llvmfix/README.txt b/c7/llvmfix/README.txt --- a/c7/llvmfix/README.txt +++ b/c7/llvmfix/README.txt @@

[pypy-commit] pypy.org extradoc: update the values

2015-01-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r561:bd7cce42cbf4 Date: 2015-01-20 12:23 +0100 http://bitbucket.org/pypy/pypy.org/changeset/bd7cce42cbf4/ Log:update the values diff --git a/don3.html b/don3.html --- a/don3.html +++ b/don3.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] stmgc default: update comment

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1554:9ba6ad56087a Date: 2015-01-20 12:59 +0100 http://bitbucket.org/pypy/stmgc/changeset/9ba6ad56087a/ Log:update comment diff --git a/c7/stmgc.h b/c7/stmgc.h --- a/c7/stmgc.h +++ b/c7/stmgc.h @@ -158,7 +158,7 @@ The best is to use typedefs like ab

[pypy-commit] stmgc default: It takes ages to compile with a debug-mode llvm

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r1555:b730bc3d7c55 Date: 2015-01-20 13:41 +0100 http://bitbucket.org/pypy/stmgc/changeset/b730bc3d7c55/ Log:It takes ages to compile with a debug-mode llvm diff --git a/c7/llvmfix/README.txt b/c7/llvmfix/README.txt --- a/c7/llvmfix/README.txt +++ b/c7/l

[pypy-commit] pypy default: Trying to change the order: the "nocollect" marker can appear anywhere,

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r75448:7e73ff3a2eac Date: 2015-01-20 14:23 +0100 http://bitbucket.org/pypy/pypy/changeset/7e73ff3a2eac/ Log:Trying to change the order: the "nocollect" marker can appear anywhere, but putting it after the call prevents gcc from generating

[pypy-commit] pypy default: If a JMP and CALL instruction goes straight to a further JMP, emit

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r75449:dde0fac9f1a4 Date: 2015-01-20 15:02 +0100 http://bitbucket.org/pypy/pypy/changeset/dde0fac9f1a4/ Log:If a JMP and CALL instruction goes straight to a further JMP, emit the original JMP or CALL to go directly to the target. diff --git a/rp

[pypy-commit] stmgc c8-private-pages: improve test_random

2015-01-20 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1556:080ece9f6963 Date: 2015-01-20 11:11 +0100 http://bitbucket.org/pypy/stmgc/changeset/080ece9f6963/ Log:improve test_random diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -481,14 +481,6 @@ {

[pypy-commit] stmgc c8-private-pages: test and fix for not clearing WB_EXECUTED before validation on commit; validation depends on this flag

2015-01-20 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1558:8c4bbf6fd47b Date: 2015-01-20 15:22 +0100 http://bitbucket.org/pypy/stmgc/changeset/8c4bbf6fd47b/ Log:test and fix for not clearing WB_EXECUTED before validation on commit; validation depends on this flag diff --git a/c8/st

[pypy-commit] stmgc c8-private-pages: possibly fix a race

2015-01-20 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1557:06bc63626a03 Date: 2015-01-20 11:34 +0100 http://bitbucket.org/pypy/stmgc/changeset/06bc63626a03/ Log:possibly fix a race diff --git a/c8/stm/smallmalloc.c b/c8/stm/smallmalloc.c --- a/c8/stm/smallmalloc.c +++ b/c8/stm/smallmalloc.

[pypy-commit] pypy default: remove this outdated comment

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r75450:068df7f1d579 Date: 2015-01-20 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/068df7f1d579/ Log:remove this outdated comment diff --git a/pypy/module/thread/gil.py b/pypy/module/thread/gil.py --- a/pypy/module/thread/gil.py +++ b/pypy/module

[pypy-commit] stmgc c8-private-pages: fix the slowdown for sort.duh. Still, the real fix would be to avoid adding tons of objs to the modified_old_objects list

2015-01-20 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1560:24ba707614c4 Date: 2015-01-20 17:51 +0100 http://bitbucket.org/pypy/stmgc/changeset/24ba707614c4/ Log:fix the slowdown for sort.duh. Still, the real fix would be to avoid adding tons of objs to the modified_old_objects list

[pypy-commit] stmgc c8-private-pages: fix a memory leak

2015-01-20 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1559:e597e1e5cfe3 Date: 2015-01-20 16:38 +0100 http://bitbucket.org/pypy/stmgc/changeset/e597e1e5cfe3/ Log:fix a memory leak diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.c +++ b/c8/stm/nursery.c @@ -250,7 +250,7

[pypy-commit] pypy default: fix message (ebarrett)

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r75451:ae1e7c5107b0 Date: 2015-01-20 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/ae1e7c5107b0/ Log:fix message (ebarrett) diff --git a/rpython/annotator/classdef.py b/rpython/annotator/classdef.py --- a/rpython/annotator/classdef.py +++ b/rpyth

[pypy-commit] pypy default: fix this line

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r75452:c7e2a1195d13 Date: 2015-01-20 20:06 +0100 http://bitbucket.org/pypy/pypy/changeset/c7e2a1195d13/ Log:fix this line diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/release

[pypy-commit] pypy default: uh?

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r75453:1ba9cde15d19 Date: 2015-01-20 20:25 +0100 http://bitbucket.org/pypy/pypy/changeset/1ba9cde15d19/ Log:uh? diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/release/package.p

[pypy-commit] pypy default: it's enough to fix permissions in pypydir

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r75454:3b510f04fd2e Date: 2015-01-20 20:35 +0100 http://bitbucket.org/pypy/pypy/changeset/3b510f04fd2e/ Log:it's enough to fix permissions in pypydir diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/packag

[pypy-commit] pypy default: Merged in larstiq/pypy/osx-package.py (pull request #297)

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r75456:95869dc0e8dd Date: 2015-01-20 21:16 +0100 http://bitbucket.org/pypy/pypy/changeset/95869dc0e8dd/ Log:Merged in larstiq/pypy/osx-package.py (pull request #297) Package libpypy-c.dylib on OSX. diff --git a/pypy/tool/release/package.py b/py

[pypy-commit] pypy osx-package.py: Package libpypy-c.dylib on OSX.

2015-01-20 Thread larstiq
Author: Wouter van Heyst Branch: osx-package.py Changeset: r75455:f92c5ff97b20 Date: 2015-01-20 21:03 +0200 http://bitbucket.org/pypy/pypy/changeset/f92c5ff97b20/ Log:Package libpypy-c.dylib on OSX. diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/rele

[pypy-commit] pypy package.py-helpful-error-message: Simplify logic for the case pypy-c can not be found. Explicitly mention which file we checked existence of.

2015-01-20 Thread larstiq
Author: Wouter van Heyst Branch: package.py-helpful-error-message Changeset: r75457:67e9fc4a82d6 Date: 2015-01-20 21:33 +0200 http://bitbucket.org/pypy/pypy/changeset/67e9fc4a82d6/ Log:Simplify logic for the case pypy-c can not be found. Explicitly mention which file we checked existe

[pypy-commit] pypy default: Merged in larstiq/pypy/package.py-helpful-error-message (pull request #298)

2015-01-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r75458:e26a063cf5cc Date: 2015-01-20 21:17 +0100 http://bitbucket.org/pypy/pypy/changeset/e26a063cf5cc/ Log:Merged in larstiq/pypy/package.py-helpful-error-message (pull request #298) Simplify logic for the case pypy-c can not be found.

[pypy-commit] cffi default: enable testing on windows, 64 bit

2015-01-20 Thread mattip
Author: mattip Branch: Changeset: r1641:a48d6875b570 Date: 2015-01-20 23:48 +0200 http://bitbucket.org/cffi/cffi/changeset/a48d6875b570/ Log:enable testing on windows, 64 bit diff --git a/testing/test_ownlib.py b/testing/test_ownlib.py --- a/testing/test_ownlib.py +++ b/testing/test_ownlib.

[pypy-commit] pypy stdlib-2.7.9: uudecode: when checking for trailing characters, don't bother checking the incomplete pending bits.

2015-01-20 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75459:aeaed06de33f Date: 2015-01-20 23:41 +0100 http://bitbucket.org/pypy/pypy/changeset/aeaed06de33f/ Log:uudecode: when checking for trailing characters, don't bother checking the incomplete pending bits. For compatibilit

[pypy-commit] pypy vmprof: fight a bit with virtual ips conflicting with syscalls

2015-01-20 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75460:576aa4c1f37d Date: 2015-01-21 09:46 +0200 http://bitbucket.org/pypy/pypy/changeset/576aa4c1f37d/ Log:fight a bit with virtual ips conflicting with syscalls diff --git a/pypy/module/_vmprof/__init__.py b/pypy/module/_vmprof/__init__.