[pypy-commit] pypy optresult-unroll: fix a test

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79213:01cd081f0249 Date: 2015-08-24 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/01cd081f0249/ Log:fix a test diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpytho

[pypy-commit] pypy optresult-unroll: merge

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79215:95d9c66d173c Date: 2015-08-25 09:29 +0200 http://bitbucket.org/pypy/pypy/changeset/95d9c66d173c/ Log:merge diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backe

[pypy-commit] pypy optresult-unroll: emit guards for inputargs too

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79214:9f0c0da9727f Date: 2015-08-25 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/9f0c0da9727f/ Log:emit guards for inputargs too diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py b/rpython/jit/metainterp/

[pypy-commit] pypy optresult-unroll: disable the int_add collapsing, it's still buggy

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79216:95eafd9acf17 Date: 2015-08-25 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/95eafd9acf17/ Log:disable the int_add collapsing, it's still buggy diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/

[pypy-commit] pypy optresult-unroll: fix

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79217:8cd118ebb7f9 Date: 2015-08-25 09:57 +0200 http://bitbucket.org/pypy/pypy/changeset/8cd118ebb7f9/ Log:fix diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backend

[pypy-commit] pypy optresult-unroll: fix some tests

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79218:a0b1df551d4d Date: 2015-08-25 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/a0b1df551d4d/ Log:fix some tests diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/meta

[pypy-commit] pypy default: Attempt to clarify comment

2015-08-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r79219:4563fae303c9 Date: 2015-08-25 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/4563fae303c9/ Log:Attempt to clarify comment diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/metainterp/histo

[pypy-commit] pypy optresult-unroll: whack at tests

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79220:91e214d4653a Date: 2015-08-25 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/91e214d4653a/ Log:whack at tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy optresult-unroll: fix tests

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79221:6d35fabfd54c Date: 2015-08-25 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/6d35fabfd54c/ Log:fix tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/

[pypy-commit] pypy optresult-unroll: kill old code

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79223:80d60620e11e Date: 2015-08-25 12:52 +0200 http://bitbucket.org/pypy/pypy/changeset/80d60620e11e/ Log:kill old code diff --git a/rpython/jit/metainterp/optimizeopt/vstring.py b/rpython/jit/metainterp/optimizeopt/vstring.py

[pypy-commit] pypy optresult-unroll: implement force_at_the_end_of_preamble for now

2015-08-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79222:d878ab104991 Date: 2015-08-25 12:50 +0200 http://bitbucket.org/pypy/pypy/changeset/d878ab104991/ Log:implement force_at_the_end_of_preamble for now diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/met

[pypy-commit] pypy optresult-unroll: * reimplement structs that are immutable constants, built during traces

2015-08-25 Thread arigo
Author: Armin Rigo Branch: optresult-unroll Changeset: r79224:13fed87e2df5 Date: 2015-08-25 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/13fed87e2df5/ Log:* reimplement structs that are immutable constants, built during traces * in llsupport/descr.py, merge SizeDescrW

[pypy-commit] pypy optresult-unroll: fix

2015-08-25 Thread arigo
Author: Armin Rigo Branch: optresult-unroll Changeset: r79225:29a7fb10a98d Date: 2015-08-25 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/29a7fb10a98d/ Log:fix diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backend/llgraph

[pypy-commit] stmgc use-gcc: change signature of stm_hashtable_list()

2015-08-25 Thread Raemi
Author: Remi Meier Branch: use-gcc Changeset: r1944:a3cb98b78053 Date: 2015-08-25 16:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/a3cb98b78053/ Log:change signature of stm_hashtable_list() Storing GC references into raw memory can be problematic. diff --git a/c8/stm/hashtable.

[pypy-commit] pypy stmgc-c8-gcc: fix for stmdict.get_items_w() and similar

2015-08-25 Thread Raemi
Author: Remi Meier Branch: stmgc-c8-gcc Changeset: r79226:861d6cdfd881 Date: 2015-08-25 16:55 +0200 http://bitbucket.org/pypy/pypy/changeset/861d6cdfd881/ Log:fix for stmdict.get_items_w() and similar Import a new stmgc version that changes the interface of stm_hashtable_list

[pypy-commit] pypy default: more freebsd fixes (David Naylor on pypy-dev)

2015-08-25 Thread mattip
Author: mattip Branch: Changeset: r79227:c2f97b8c2415 Date: 2015-08-26 00:05 +0300 http://bitbucket.org/pypy/pypy/changeset/c2f97b8c2415/ Log:more freebsd fixes (David Naylor on pypy-dev) diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py b/rpython/rtyper/lltypesystem/ll2ctypes.py --- a

[pypy-commit] pypy py3.3: Add more tests for zip-importing an archive whose filename contain non-ASCII characters, and fix bugs.

2015-08-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r79230:6a89b5539f61 Date: 2015-08-25 23:41 +0200 http://bitbucket.org/pypy/pypy/changeset/6a89b5539f61/ Log:Add more tests for zip-importing an archive whose filename contain non-ASCII characters, and fix bugs. diff --git a/pypy/module/im

[pypy-commit] pypy py3.3: hg merge py3k

2015-08-25 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r79229:c9a245e856b7 Date: 2015-08-25 12:38 +0200 http://bitbucket.org/pypy/pypy/changeset/c9a245e856b7/ Log:hg merge py3k diff too long, truncating to 2000 out of 3074 lines diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/P

[pypy-commit] pypy py3k: Fix three cases where space.wrap() was called with a potentially non-ASCII string.

2015-08-25 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r79228:aeafe30eac60 Date: 2015-08-25 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/aeafe30eac60/ Log:Fix three cases where space.wrap() was called with a potentially non-ASCII string. diff --git a/pypy/bin/pyinteractive.py b/pypy/bi