[pypy-commit] pypy optresult-unroll: backout 40b6f6640e9e, which was a backout of d28b92c9f186

2015-08-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: optresult-unroll Changeset: r79201:a206f5fe2639 Date: 2015-08-24 14:47 +0200 http://bitbucket.org/pypy/pypy/changeset/a206f5fe2639/ Log:backout 40b6f6640e9e, which was a backout of d28b92c9f186 diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy optresult-unroll: fix, in-progress

2015-08-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: optresult-unroll Changeset: r79202:8851cf14646f Date: 2015-08-24 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/8851cf14646f/ Log:fix, in-progress diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py ---

[pypy-commit] pypy vecopt-merge: memory error does not happen anymore on vecopt-merge

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79204:9e571b42712d Date: 2015-08-24 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/9e571b42712d/ Log:memory error does not happen anymore on vecopt-merge diff --git a/rpython/jit/backend/x86/assembler.py

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

2015-08-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: optresult-unroll Changeset: r79203:c04209abbad1 Date: 2015-08-24 15:26 +0200 http://bitbucket.org/pypy/pypy/changeset/c04209abbad1/ Log:Fix fix fix diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py ---

[pypy-commit] pypy default: Issue #2123: fix this link, as a starter

2015-08-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r79205:5d94037cb67e Date: 2015-08-24 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/5d94037cb67e/ Log:Issue #2123: fix this link, as a starter diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -352,8 +352,7 @@ Except

[pypy-commit] pypy default: future-proof another license link, code.google.com is going away (issue #2123)

2015-08-24 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r79206:585042437c1b Date: 2015-08-24 18:05 +0300 http://bitbucket.org/pypy/pypy/changeset/585042437c1b/ Log:future-proof another license link, code.google.com is going away (issue #2123) diff --git a/LICENSE b/LICENSE ---

[pypy-commit] pypy vecopt-merge: translation issue, insert index must be proven = 0

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79208:b891a59cd1a7 Date: 2015-08-24 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/b891a59cd1a7/ Log:translation issue, insert index must be proven = 0 diff --git a/rpython/jit/metainterp/history.py

[pypy-commit] pypy vecopt-merge: do not store the version on the descr anymore, but on an external data structure just for this purpose

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79207:89a3655d9226 Date: 2015-08-24 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/89a3655d9226/ Log:do not store the version on the descr anymore, but on an external data structure just for this purpose

[pypy-commit] pypy vecopt-merge: commented print

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79209:ce56ac915e9a Date: 2015-08-24 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/ce56ac915e9a/ Log:commented print diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py ---

[pypy-commit] pypy vecopt-merge: updated llgraph to work with the new model (again :)

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79211:3742fae37b90 Date: 2015-08-24 19:21 +0200 http://bitbucket.org/pypy/pypy/changeset/3742fae37b90/ Log:updated llgraph to work with the new model (again :) diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy vecopt-merge: removed commented prints

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79210:eab397a1b567 Date: 2015-08-24 19:19 +0200 http://bitbucket.org/pypy/pypy/changeset/eab397a1b567/ Log:removed commented prints diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py ---

[pypy-commit] pypy default: no fcntl on win32, but now win32 leaks memory in these tests

2015-08-24 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r79212:f5e65d929e0e Date: 2015-08-24 22:18 +0300 http://bitbucket.org/pypy/pypy/changeset/f5e65d929e0e/ Log:no fcntl on win32, but now win32 leaks memory in these tests diff --git a/pypy/module/_multiprocessing/test/test_memory.py

[pypy-commit] pypy optresult-unroll: rework the retracing

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79176:0e3a0ea12d66 Date: 2015-08-24 10:12 +0200 http://bitbucket.org/pypy/pypy/changeset/0e3a0ea12d66/ Log:rework the retracing diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py

[pypy-commit] pypy optresult-unroll: merge

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79177:cc2b292ce9b0 Date: 2015-08-24 10:12 +0200 http://bitbucket.org/pypy/pypy/changeset/cc2b292ce9b0/ Log:merge diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py ---

[pypy-commit] pypy stmgc-c8-gcc: hack to re-add blackhole interp caching

2015-08-24 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: stmgc-c8-gcc Changeset: r79178:b9bb7b46ca8e Date: 2015-08-24 10:20 +0200 http://bitbucket.org/pypy/pypy/changeset/b9bb7b46ca8e/ Log:hack to re-add blackhole interp caching Currently leaks the interps of dead threads (needs fix). It

[pypy-commit] pypy optresult-unroll: whack at tests a bit so they're runnable

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79180:3a31270fcdd4 Date: 2015-08-24 10:24 +0200 http://bitbucket.org/pypy/pypy/changeset/3a31270fcdd4/ Log:whack at tests a bit so they're runnable diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy optresult-unroll: bakcout

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79182:40b6f6640e9e Date: 2015-08-24 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/40b6f6640e9e/ Log:bakcout diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py ---

[pypy-commit] pypy optresult-unroll: Backed out changeset 3a31270fcdd4

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79181:180f01789a16 Date: 2015-08-24 10:26 +0200 http://bitbucket.org/pypy/pypy/changeset/180f01789a16/ Log:Backed out changeset 3a31270fcdd4 diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy memoryerror: reverted some changes to get to the root of the problem

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: memoryerror Changeset: r79179:a2ed66c15857 Date: 2015-08-24 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/a2ed66c15857/ Log:reverted some changes to get to the root of the problem diff --git a/rpython/jit/backend/x86/assembler.py

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

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79183:df8324a1d7b4 Date: 2015-08-24 10:31 +0200 http://bitbucket.org/pypy/pypy/changeset/df8324a1d7b4/ Log:fix one test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy optresult-unroll: oops

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79193:16f504e78a73 Date: 2015-08-24 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/16f504e78a73/ Log:oops diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py

[pypy-commit] pypy optresult-unroll: rework short preamble a bit

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79191:260ee146ed8f Date: 2015-08-24 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/260ee146ed8f/ Log:rework short preamble a bit diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py

[pypy-commit] pypy memoryerror3: furhter stripping down the commit

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: memoryerror3 Changeset: r79194:10602d3c86f4 Date: 2015-08-24 12:45 +0200 http://bitbucket.org/pypy/pypy/changeset/10602d3c86f4/ Log:furhter stripping down the commit diff --git a/rpython/jit/metainterp/compile.py

[pypy-commit] pypy memoryerror3: changes to translate this version

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: memoryerror3 Changeset: r79186:8b191cded36c Date: 2015-08-24 11:36 +0200 http://bitbucket.org/pypy/pypy/changeset/8b191cded36c/ Log:changes to translate this version diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy memoryerror3: translation issues

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: memoryerror3 Changeset: r79188:e119ce67b48b Date: 2015-08-24 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/e119ce67b48b/ Log:translation issues diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py ---

[pypy-commit] pypy memoryerror3: finished the refactoring. the root loop has now it's own version, which makes generate_pending_loop_versions easier to understand. a fail descr now always points to th

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: memoryerror3 Changeset: r79187:743dc64b5f8a Date: 2015-08-21 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/743dc64b5f8a/ Log:finished the refactoring. the root loop has now it's own version, which makes

[pypy-commit] pypy memoryerror: some more changes

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: memoryerror Changeset: r79184:e967b7cba547 Date: 2015-08-24 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/e967b7cba547/ Log:some more changes diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py ---

[pypy-commit] pypy memoryerror2: start from the other way arround and apply changes until it does not work anymore

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: memoryerror2 Changeset: r79185:0e7fdd3779b2 Date: 2015-08-24 11:05 +0200 http://bitbucket.org/pypy/pypy/changeset/0e7fdd3779b2/ Log:start from the other way arround and apply changes until it does not work anymore diff --git

[pypy-commit] pypy optresult-unroll: be a bit more careful

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79197:bb871fddbdb0 Date: 2015-08-24 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/bb871fddbdb0/ Log:be a bit more careful diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py

[pypy-commit] pypy optresult-unroll: maaaybe fix this test

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79196:74f0b0106b86 Date: 2015-08-24 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/74f0b0106b86/ Log:maaaybe fix this test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

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

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79195:d0bea05ff042 Date: 2015-08-24 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/d0bea05ff042/ Log:fix one test diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py

[pypy-commit] pypy optresult-unroll: rebreak this test to be discussed

2015-08-24 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79198:fa0b3e053262 Date: 2015-08-24 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/fa0b3e053262/ Log:rebreak this test to be discussed diff --git

[pypy-commit] pypy memoryerror3: memory error does not occur anymore

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: memoryerror3 Changeset: r79199:fbcc105f757d Date: 2015-08-24 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/fbcc105f757d/ Log:memory error does not occur anymore diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy memoryerror3: still working

2015-08-24 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: memoryerror3 Changeset: r79200:f4a6026863c1 Date: 2015-08-24 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/f4a6026863c1/ Log:still working diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py ---