[pypy-commit] pypy optresult-unroll: fix jit hooks

2015-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79542:141213dd9ccf Date: 2015-09-08 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/141213dd9ccf/ Log:fix jit hooks diff --git a/rpython/jit/metainterp/test/test_jitiface.py b/rpython/jit/metainterp/test/test_jitiface.py -

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

2015-09-08 Thread arigo
Author: Armin Rigo Branch: optresult-unroll Changeset: r79532:415b900414a8 Date: 2015-09-08 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/415b900414a8/ Log:Fix test diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/test_runner.py --- a/rpython/ji

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

2015-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79530:dfdd1f103064 Date: 2015-09-08 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/dfdd1f103064/ Log:fix metainterp tests diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rp

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

2015-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79528:d96acd96f2fc Date: 2015-09-08 11:10 +0200 http://bitbucket.org/pypy/pypy/changeset/d96acd96f2fc/ Log:fix untranslated tests diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rli

[pypy-commit] pypy optresult-unroll: fix fork-before=pyjitpl

2015-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79527:0b28396f0b27 Date: 2015-09-08 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/0b28396f0b27/ Log:fix fork-before=pyjitpl diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/pypy/modul

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

2015-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79526:4032080f53ea Date: 2015-09-08 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/4032080f53ea/ Log:fix jitlogparser tests diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/pypy/module

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

2015-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79523:8d7bfab5c466 Date: 2015-09-08 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/8d7bfab5c466/ Log:fix test diff --git a/rpython/jit/backend/x86/test/test_recursive.py b/rpython/jit/backend/x86/test/test_recursive.py --

[pypy-commit] pypy optresult-unroll: fix result type

2015-09-08 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79518:628acab79c47 Date: 2015-09-08 10:26 +0200 http://bitbucket.org/pypy/pypy/changeset/628acab79c47/ Log:fix result type diff --git a/rpython/jit/backend/llsupport/descr.py b/rpython/jit/backend/llsupport/descr.py --- a/rpyth

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

2015-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79514:f7b49dec8b9e Date: 2015-09-07 23:31 +0200 http://bitbucket.org/pypy/pypy/changeset/f7b49dec8b9e/ Log:fix some tests diff --git a/rpython/jit/backend/x86/test/test_basic.py b/rpython/jit/backend/x86/test/test_basic.py ---

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

2015-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79512:e8c41ff360ee Date: 2015-09-07 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e8c41ff360ee/ Log:fix runner tests diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rp

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

2015-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79511:dee89540fdac Date: 2015-09-07 22:57 +0200 http://bitbucket.org/pypy/pypy/changeset/dee89540fdac/ Log:fix test_virtualstate diff --git a/rpython/jit/metainterp/optimizeopt/test/test_util.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy optresult-unroll: fix

2015-09-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79508:f51560d30a95 Date: 2015-09-07 20:28 +0200 http://bitbucket.org/pypy/pypy/changeset/f51560d30a95/ Log:fix diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --- a/rpython/j

[pypy-commit] pypy optresult-unroll: Fix the test. Now only versions 3 and 4 fail

2015-09-07 Thread arigo
Author: Armin Rigo Branch: optresult-unroll Changeset: r79507:65b2fa912c67 Date: 2015-09-07 19:44 +0200 http://bitbucket.org/pypy/pypy/changeset/65b2fa912c67/ Log:Fix the test. Now only versions 3 and 4 fail diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpytho

[pypy-commit] pypy optresult-unroll: Fix translation. Reduce the size of the constant attached to TEST.

2015-09-06 Thread arigo
Author: Armin Rigo Branch: optresult-unroll Changeset: r79479:bad77806a20f Date: 2015-09-06 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/bad77806a20f/ Log:Fix translation. Reduce the size of the constant attached to TEST. diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/ji

[pypy-commit] pypy optresult-unroll: fix test_util.py

2015-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79470:4e33c7bf451c Date: 2015-09-06 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/4e33c7bf451c/ Log:fix test_util.py diff --git a/rpython/jit/metainterp/optimizeopt/test/test_util.py b/rpython/jit/metainterp/optimizeopt/

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

2015-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79461:018f1489cc93 Date: 2015-09-05 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/018f1489cc93/ Log:fix tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_util.py b/rpython/jit/metainterp/optimizeopt/test/te

[pypy-commit] pypy optresult-unroll: fix

2015-09-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79458:81100d90b796 Date: 2015-09-05 13:01 +0200 http://bitbucket.org/pypy/pypy/changeset/81100d90b796/ Log:fix diff --git a/rpython/jit/metainterp/optimizeopt/__init__.py b/rpython/jit/metainterp/optimizeopt/__init__.py --- a/r

[pypy-commit] pypy optresult-unroll: fix import error

2015-09-04 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79433:54877cf6df19 Date: 2015-09-04 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/54877cf6df19/ Log:fix import error diff --git a/rpython/jit/metainterp/optimizeopt/test/test_unroll.py b/rpython/jit/metainterp/optimizeop

[pypy-commit] pypy optresult-unroll: fix recursion here, that should finish all of metainterp/test

2015-09-04 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79420:50446eeb623f Date: 2015-09-04 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/50446eeb623f/ Log:fix recursion here, that should finish all of metainterp/test diff --git a/rpython/jit/backend/llgraph/runner.py b/rpyth

[pypy-commit] pypy optresult-unroll: fix for raw buffer tests

2015-09-03 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79402:853555a3255f Date: 2015-09-03 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/853555a3255f/ Log:fix for raw buffer tests diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeo

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

2015-09-02 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79370:03db733f67cf Date: 2015-09-02 12:51 +0200 http://bitbucket.org/pypy/pypy/changeset/03db733f67cf/ Log:fix fix ifx diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py ---

[pypy-commit] pypy optresult-unroll: fix virtual_ref optimization

2015-09-01 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79366:04e67e43db5a Date: 2015-09-01 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/04e67e43db5a/ Log:fix virtual_ref optimization diff --git a/rpython/jit/metainterp/optimizeopt/virtualize.py b/rpython/jit/metainterp/opti

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

2015-08-31 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79330:94a4ee12ccc0 Date: 2015-08-31 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/94a4ee12ccc0/ Log:fix? diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py b/rpython/jit/metainterp/optimizeopt/virtualstate.p

[pypy-commit] pypy optresult-unroll: fix one more detail

2015-08-31 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79327:013e6243e065 Date: 2015-08-31 19:06 +0200 http://bitbucket.org/pypy/pypy/changeset/013e6243e065/ Log:fix one more detail diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unrol

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

2015-08-31 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79311:6a2ee3a1f8da Date: 2015-08-31 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/6a2ee3a1f8da/ Log:fix? diff --git a/rpython/jit/metainterp/test/test_virtual.py b/rpython/jit/metainterp/test/test_virtual.py --- a/rpytho

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

2015-08-31 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79309:bf7a0a3b5f92 Date: 2015-08-31 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/bf7a0a3b5f92/ Log:fix some tests diff --git a/rpython/jit/metainterp/test/test_send.py b/rpython/jit/metainterp/test/test_send.py --- a/rp

[pypy-commit] pypy optresult-unroll: fix one more order of things

2015-08-30 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79294:ac94fd7b5f0e Date: 2015-08-30 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/ac94fd7b5f0e/ Log:fix one more order of things diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimize

[pypy-commit] pypy optresult-unroll: fix wrong optimization

2015-08-30 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79293:93678a196e93 Date: 2015-08-30 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/93678a196e93/ Log:fix wrong optimization diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info

[pypy-commit] pypy optresult-unroll: fix some damage + force args early for preamble

2015-08-30 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79291:45f5f8d0c2c8 Date: 2015-08-30 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/45f5f8d0c2c8/ Log:fix some damage + force args early for preamble diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/me

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

2015-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79287:2c6a9ab1afcd Date: 2015-08-28 20:04 +0200 http://bitbucket.org/pypy/pypy/changeset/2c6a9ab1afcd/ Log:fix rpython diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.

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

2015-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79277:6407bf490893 Date: 2015-08-28 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/6407bf490893/ Log:fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py ---

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

2015-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79276:74cda9b10634 Date: 2015-08-28 14:51 +0200 http://bitbucket.org/pypy/pypy/changeset/74cda9b10634/ Log:fix rpython diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.

[pypy-commit] pypy optresult-unroll: fix a case of heapcache - now breaks some tests because it produces less good code, but seems to work, fixing

2015-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79275:cfa79aa0c03f Date: 2015-08-28 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/cfa79aa0c03f/ Log:fix a case of heapcache - now breaks some tests because it produces less good code, but seems to work, fixing dif

[pypy-commit] pypy optresult-unroll: fix the case of bound <-> no bound comparisons

2015-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79274:96a9549fcabf Date: 2015-08-28 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/96a9549fcabf/ Log:fix the case of bound <-> no bound comparisons diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py b/rpython

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

2015-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79270:79beb329dbbe Date: 2015-08-28 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/79beb329dbbe/ Log:fix some tests diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/meta

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

2015-08-28 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79271:6aa509ce12e3 Date: 2015-08-28 11:53 +0200 http://bitbucket.org/pypy/pypy/changeset/6aa509ce12e3/ Log:fix virtualizables diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/

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

2015-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79256:ca17931ca6a5 Date: 2015-08-27 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/ca17931ca6a5/ Log:fix some tests diff --git a/rpython/jit/metainterp/test/test_virtual.py b/rpython/jit/metainterp/test/test_virtual.py --

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

2015-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79255:033eed71b734 Date: 2015-08-27 14:25 +0200 http://bitbucket.org/pypy/pypy/changeset/033eed71b734/ Log:fix some tests in test_recursive diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py ---

[pypy-commit] pypy optresult-unroll: fix

2015-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79251:179bcf4602f2 Date: 2015-08-27 13:01 +0200 http://bitbucket.org/pypy/pypy/changeset/179bcf4602f2/ Log:fix diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py --- a/rpyth

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

2015-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79249:3b1e02116b5d Date: 2015-08-27 12:32 +0200 http://bitbucket.org/pypy/pypy/changeset/3b1e02116b5d/ Log:fix 2 tests diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpyth

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

2015-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79248:6f2e5221c6f2 Date: 2015-08-27 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/6f2e5221c6f2/ Log:fix test_optimizebridge diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py b/rpython/jit/metain

[pypy-commit] pypy optresult-unroll: fix test_optimizeopt for the new virtualstate

2015-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79246:975bc5a56e3a Date: 2015-08-27 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/975bc5a56e3a/ Log:fix test_optimizeopt for the new virtualstate diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b

[pypy-commit] pypy optresult-unroll: fix

2015-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79240:3c4a45981c62 Date: 2015-08-27 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/3c4a45981c62/ Log:fix diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py b/rpython/jit/metainterp/optimizeopt/shortpreamble.

[pypy-commit] pypy optresult-unroll: fix clearing of zerod arrays

2015-08-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79241:7592f7c40713 Date: 2015-08-27 10:22 +0200 http://bitbucket.org/pypy/pypy/changeset/7592f7c40713/ Log:fix clearing of zerod arrays diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeop

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

2015-08-26 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79236:b405a035dfcb Date: 2015-08-26 23:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b405a035dfcb/ Log:fix? diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/optimizeopt/tes

[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] 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: 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 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 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: fix, in-progress

2015-08-24 Thread arigo
Author: Armin Rigo 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 --- a/rpython/jit/ba

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

2015-08-24 Thread arigo
Author: Armin Rigo 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 --- a/rpython/jit/backend

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

2015-08-24 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/jit/metainterp/optimizeopt/virtua

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

2015-08-24 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/jit/metainterp/optimizeo

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

2015-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79166:ccbfc9b9ffeb Date: 2015-08-23 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/ccbfc9b9ffeb/ Log:fix two tests diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpy

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

2015-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79163:a747291d1194 Date: 2015-08-23 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a747291d1194/ Log:fix some more tests diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unrol

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

2015-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79161:83797180a4da Date: 2015-08-23 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/83797180a4da/ Log:fix the test diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpyt

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

2015-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79158:ed3d726ab106 Date: 2015-08-23 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/ed3d726ab106/ Log:fix more tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py b/rpython/jit/metainterp/opti

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

2015-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79154:c52e9297ac8c Date: 2015-08-23 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/c52e9297ac8c/ Log:fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimiz

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

2015-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79149:1643091d8b44 Date: 2015-08-23 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/1643091d8b44/ Log:fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimiz

[pypy-commit] pypy optresult-unroll: fix

2015-08-22 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79136:ed226eea752c Date: 2015-08-22 09:11 +0200 http://bitbucket.org/pypy/pypy/changeset/ed226eea752c/ Log:fix diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py b/rpython/jit/metainterp/optimizeopt/virtualstate.py

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

2015-08-21 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79099:aee39a70b0f5 Date: 2015-08-21 12:27 +0200 http://bitbucket.org/pypy/pypy/changeset/aee39a70b0f5/ 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 optresult-unroll: fix test_resume

2015-08-19 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79058:89142fbe7604 Date: 2015-08-19 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/89142fbe7604/ Log:fix test_resume diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/opti

[pypy-commit] pypy optresult-unroll: fix a couple more tests

2015-08-19 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79057:ecd1d13ff7d7 Date: 2015-08-19 14:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ecd1d13ff7d7/ Log:fix a couple more tests diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/inf

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

2015-08-18 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79044:b3c4f481e9c3 Date: 2015-08-18 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/b3c4f481e9c3/ Log:fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy optresult-unroll: fix the short preamble deal, not 100% just yet, but getting there

2015-08-17 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79025:a6e577ab0c1a Date: 2015-08-17 22:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a6e577ab0c1a/ Log:fix the short preamble deal, not 100% just yet, but getting there diff --git a/rpython/jit/metainterp/compile.py b/rpyth

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

2015-08-14 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78982:a12ed2e82b13 Date: 2015-08-13 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a12ed2e82b13/ Log:fix two tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimize

[pypy-commit] pypy optresult-unroll: "fix" the test

2015-08-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78974:851d6c04091a Date: 2015-08-13 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/851d6c04091a/ Log:"fix" the test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy optresult-unroll: fix the same_as on inputargs I think

2015-08-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78970:dd3b2a28fc96 Date: 2015-08-13 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/dd3b2a28fc96/ Log:fix the same_as on inputargs I think diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/op

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

2015-08-12 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78952:c51373696582 Date: 2015-08-12 19:15 +0200 http://bitbucket.org/pypy/pypy/changeset/c51373696582/ Log:fix some tests in test_optimizebasic diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpytho

[pypy-commit] pypy optresult-unroll: fix some tests, next stop thinking

2015-08-12 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78947:d3f41d3f2573 Date: 2015-08-12 18:56 +0200 http://bitbucket.org/pypy/pypy/changeset/d3f41d3f2573/ Log:fix some tests, next stop thinking diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/o

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

2015-08-12 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78946:3371b0e4ea3a Date: 2015-08-12 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/3371b0e4ea3a/ Log:fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy optresult-unroll: fix (again) issue 2015

2015-08-12 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78940:a858bb9a544c Date: 2015-08-12 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/a858bb9a544c/ Log:fix (again) issue 2015 diff --git a/rpython/jit/metainterp/optimizeopt/pure.py b/rpython/jit/metainterp/optimizeopt/pure

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

2015-08-12 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78942:76446f3fe321 Date: 2015-08-12 17:46 +0200 http://bitbucket.org/pypy/pypy/changeset/76446f3fe321/ Log:fix the test diff --git a/rpython/jit/metainterp/optimizeopt/TODO b/rpython/jit/metainterp/optimizeopt/TODO --- a/rpytho

[pypy-commit] pypy optresult-unroll: fix again test_varray_boxed1

2015-08-12 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78934:18012a6f5352 Date: 2015-08-12 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/18012a6f5352/ Log:fix again test_varray_boxed1 diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py b/rpython/jit/metainterp/o

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

2015-08-12 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78933:b98fe23848c6 Date: 2015-08-12 16:24 +0200 http://bitbucket.org/pypy/pypy/changeset/b98fe23848c6/ 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 optresult-unroll: fix one more test

2015-08-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78908:8505df96400f Date: 2015-08-11 13:11 +0200 http://bitbucket.org/pypy/pypy/changeset/8505df96400f/ Log:fix one more test diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py -

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

2015-08-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78904:67c0fb707827 Date: 2015-08-07 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/67c0fb707827/ Log:fix test diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/ba

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

2015-08-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78909:df8aedaea834 Date: 2015-08-11 13:21 +0200 http://bitbucket.org/pypy/pypy/changeset/df8aedaea834/ Log:fix another test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optim

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

2015-08-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78907:ca67a935c149 Date: 2015-08-11 12:34 +0200 http://bitbucket.org/pypy/pypy/changeset/ca67a935c149/ Log:fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py ---

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

2015-08-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78905:456183623e74 Date: 2015-08-09 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/456183623e74/ Log:fix tests diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py --- a/rpy

[pypy-commit] pypy optresult-unroll: fix a few tests and improve one

2015-08-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78906:13aafd39caf2 Date: 2015-08-09 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/13aafd39caf2/ Log:fix a few tests and improve one diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py b/rpython/jit/metainter

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

2015-08-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78912:ee4ba9d13eb1 Date: 2015-08-11 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/ee4ba9d13eb1/ Log:fix this test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimize

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

2015-08-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78914:3abe6c76a02f Date: 2015-08-11 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/3abe6c76a02f/ Log:fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimiz

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

2015-08-11 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78910:7c3ad0460623 Date: 2015-08-11 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/7c3ad0460623/ Log:fix test_bug_3 diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py ---

[pypy-commit] pypy optresult-unroll: fix one test in test_optimizebasic (with one still failing)

2015-08-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78839:ac9bb32198ac Date: 2015-08-06 22:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ac9bb32198ac/ Log:fix one test in test_optimizebasic (with one still failing) diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy optresult-unroll: fix for guard_value on floats

2015-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78485:087a1c3233fb Date: 2015-07-07 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/087a1c3233fb/ Log:fix for guard_value on floats diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/optimi

[pypy-commit] pypy optresult-unroll: fix a bunch of tests

2015-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78484:37dac6d48e99 Date: 2015-07-07 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/37dac6d48e99/ Log:fix a bunch of tests diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.p

[pypy-commit] pypy optresult-unroll: fix for guard_value

2015-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78480:127dc1dae3be Date: 2015-07-06 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/127dc1dae3be/ Log:fix for guard_value diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit

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

2015-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78478:7b6353983251 Date: 2015-07-06 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/7b6353983251/ Log:fix fix fix diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.

[pypy-commit] pypy optresult-unroll: fix handling of inputargs

2015-07-01 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78371:854053774fc4 Date: 2015-07-01 10:21 +0200 http://bitbucket.org/pypy/pypy/changeset/854053774fc4/ Log:fix handling of inputargs diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt

[pypy-commit] pypy optresult-unroll: fix, I think

2015-06-30 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78359:190358328d5b Date: 2015-06-30 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/190358328d5b/ Log:fix, I think diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimizeopt/intbounds