[pypy-commit] pypy py3.5: hg merge default

2017-11-30 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93230:c932756506d4 Date: 2017-12-01 02:26 + http://bitbucket.org/pypy/pypy/changeset/c932756506d4/ Log:hg merge default diff --git a/rpython/jit/metainterp/optimizeopt/intutils.py

[pypy-commit] pypy py3.5: Module names inside a zip are not fsencoded, part 2

2017-11-30 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93229:8309e6092c02 Date: 2017-12-01 02:25 + http://bitbucket.org/pypy/pypy/changeset/8309e6092c02/ Log:Module names inside a zip are not fsencoded, part 2 diff --git a/pypy/module/zipimport/interp_zipimport.py

[pypy-commit] pypy py3.5: .pyo suffix is meaningless now (PEP 488)

2017-11-30 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93228:f8e7ad765a37 Date: 2017-12-01 02:06 + http://bitbucket.org/pypy/pypy/changeset/f8e7ad765a37/ Log:.pyo suffix is meaningless now (PEP 488) diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy unicode-utf8: I think this is a speed-up

2017-11-30 Thread arigo
Author: Armin Rigo Branch: unicode-utf8 Changeset: r93227:91d2d71881e2 Date: 2017-11-30 21:43 +0100 http://bitbucket.org/pypy/pypy/changeset/91d2d71881e2/ Log:I think this is a speed-up diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py

[pypy-commit] pypy py3.5: Module names inside a zip are not fsencoded - they can be any str

2017-11-30 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93226:f1a55693 Date: 2017-11-30 19:39 + http://bitbucket.org/pypy/pypy/changeset/f1a55693/ Log:Module names inside a zip are not fsencoded - they can be any str diff --git

[pypy-commit] pypy memory-accounting: merge mmap-for-llarena

2017-11-30 Thread fijal
Author: fijal Branch: memory-accounting Changeset: r93225:5ba0bf0bf684 Date: 2017-11-30 20:49 +0200 http://bitbucket.org/pypy/pypy/changeset/5ba0bf0bf684/ Log:merge mmap-for-llarena diff too long, truncating to 2000 out of 18247 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++

[pypy-commit] pypy mmap-for-arenas: translation fix

2017-11-30 Thread arigo
Author: Armin Rigo Branch: mmap-for-arenas Changeset: r93224:40ad6dbda37b Date: 2017-11-30 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/40ad6dbda37b/ Log:translation fix diff --git a/rpython/rtyper/lltypesystem/llarena.py b/rpython/rtyper/lltypesystem/llarena.py

[pypy-commit] pypy default: Re-revert 30c6fda0a499, and add the proper fix, hopefully

2017-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r93223:e6c7a428f649 Date: 2017-11-30 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/e6c7a428f649/ Log:Re-revert 30c6fda0a499, and add the proper fix, hopefully diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py

[pypy-commit] pypy mmap-for-arenas: merge

2017-11-30 Thread fijal
Author: fijal Branch: mmap-for-arenas Changeset: r93222:2e594f3e5237 Date: 2017-11-30 18:44 +0200 http://bitbucket.org/pypy/pypy/changeset/2e594f3e5237/ Log:merge diff --git a/rpython/rtyper/lltypesystem/llarena.py b/rpython/rtyper/lltypesystem/llarena.py ---

[pypy-commit] pypy mmap-for-arenas: merge default

2017-11-30 Thread fijal
Author: fijal Branch: mmap-for-arenas Changeset: r93221:6fb9f1a724da Date: 2017-11-30 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/6fb9f1a724da/ Log:merge default diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimizeopt/intbounds.py ---

[pypy-commit] pypy default: backout changes that broke translation in unclear ways (thanks RPython)

2017-11-30 Thread fijal
Author: fijal Branch: Changeset: r93220:30c6fda0a499 Date: 2017-11-30 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/30c6fda0a499/ Log:backout changes that broke translation in unclear ways (thanks RPython) diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py

[pypy-commit] pypy mmap-for-arenas: test fix

2017-11-30 Thread arigo
Author: Armin Rigo Branch: mmap-for-arenas Changeset: r93219:4c75975c98db Date: 2017-11-30 17:37 +0100 http://bitbucket.org/pypy/pypy/changeset/4c75975c98db/ Log:test fix diff --git a/rpython/rtyper/lltypesystem/llarena.py b/rpython/rtyper/lltypesystem/llarena.py ---

[pypy-commit] pypy mmap-for-arenas: (fijal, arigo)

2017-11-30 Thread arigo
Author: Armin Rigo Branch: mmap-for-arenas Changeset: r93218:6412ce4e1198 Date: 2017-11-30 17:30 +0100 http://bitbucket.org/pypy/pypy/changeset/6412ce4e1198/ Log:(fijal, arigo) Trying to use mmap() to allocate arenas diff --git a/rpython/memory/gc/minimarkpage.py

[pypy-commit] pypy mmap-for-arenas: A branch to try to use mmap() instead of malloc() for arenas from the GC

2017-11-30 Thread arigo
Author: Armin Rigo Branch: mmap-for-arenas Changeset: r93217:75f5a5c594a8 Date: 2017-11-30 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/75f5a5c594a8/ Log:A branch to try to use mmap() instead of malloc() for arenas from the GC