[pypy-commit] pypy optresult: Fix the merge

2015-08-23 Thread arigo
Author: Armin Rigo Branch: optresult Changeset: r79168:fda6dfca8877 Date: 2015-08-23 20:33 +0200 http://bitbucket.org/pypy/pypy/changeset/fda6dfca8877/ Log:Fix the merge diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/rpython/jit/backen

[pypy-commit] pypy optresult: fix wrong use of check isinstance(x, AbstractResOp)

2015-06-24 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r78284:0ec1faa7d196 Date: 2015-06-24 10:36 +0200 http://bitbucket.org/pypy/pypy/changeset/0ec1faa7d196/ Log:fix wrong use of check isinstance(x, AbstractResOp) diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/

[pypy-commit] pypy optresult: fix pypyjit.py

2015-06-09 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77983:649600014b9a Date: 2015-06-09 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/649600014b9a/ Log:fix pypyjit.py diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py --- a/pypy/tool/pypyjit.py +++ b/pypy/tool/pypyjit.py @@

[pypy-commit] pypy optresult: fix for running tests

2015-06-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77906:3bbfaffdc9ba Date: 2015-06-05 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/3bbfaffdc9ba/ Log:fix for running tests diff --git a/rpython/jit/codewriter/heaptracker.py b/rpython/jit/codewriter/heaptracker.py --- a/rpython/

[pypy-commit] pypy optresult: fix the spelling

2015-06-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77900:ef3f82932eea Date: 2015-06-05 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/ef3f82932eea/ Log:fix the spelling diff --git a/rpython/jit/codewriter/heaptracker.py b/rpython/jit/codewriter/heaptracker.py --- a/rpython/jit/c

[pypy-commit] pypy optresult: fix

2015-06-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77899:c19969e54850 Date: 2015-06-05 12:38 +0200 http://bitbucket.org/pypy/pypy/changeset/c19969e54850/ Log:fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitpl.py

[pypy-commit] pypy optresult: fix

2015-06-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77886:630f68685f3e Date: 2015-06-05 10:47 +0200 http://bitbucket.org/pypy/pypy/changeset/630f68685f3e/ Log:fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitpl.py

[pypy-commit] pypy optresult: fix fix fix

2015-06-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77883:6745a522e616 Date: 2015-06-05 10:07 +0200 http://bitbucket.org/pypy/pypy/changeset/6745a522e616/ Log:fix fix fix diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --- a/rpython/

[pypy-commit] pypy optresult: fix all the llsupport tests

2015-06-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77882:d2d6134391d3 Date: 2015-06-05 09:54 +0200 http://bitbucket.org/pypy/pypy/changeset/d2d6134391d3/ Log:fix all the llsupport tests diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.p

[pypy-commit] pypy optresult: fix for llgraph backend

2015-06-04 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77856:27601b29a154 Date: 2015-06-04 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/27601b29a154/ Log:fix for llgraph backend diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rp

[pypy-commit] pypy optresult: fix test_w*

2015-06-04 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77851:dfd8a770d2a0 Date: 2015-06-04 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/dfd8a770d2a0/ Log:fix test_w* diff --git a/rpython/jit/metainterp/test/test_warmstate.py b/rpython/jit/metainterp/test/test_warmstate.py --- a/rp

[pypy-commit] pypy optresult: fix test_calling_convention

2015-06-03 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77816:e5fab419b6e2 Date: 2015-06-03 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e5fab419b6e2/ Log:fix test_calling_convention diff --git a/rpython/jit/backend/test/calling_convention_test.py b/rpython/jit/backend/test/calling

[pypy-commit] pypy optresult: fix test_blackhole

2015-06-03 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77807:ccfdbf0b97ce Date: 2015-06-03 09:41 +0200 http://bitbucket.org/pypy/pypy/changeset/ccfdbf0b97ce/ Log:fix test_blackhole diff --git a/rpython/jit/metainterp/test/test_blackhole.py b/rpython/jit/metainterp/test/test_blackhole.py -

[pypy-commit] pypy optresult: fix quasiimmut + rpython fixes

2015-06-02 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r8:63a86d7eb28c Date: 2015-06-02 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/63a86d7eb28c/ Log:fix quasiimmut + rpython fixes diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a

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

2015-06-02 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r4:8010cbfca5a0 Date: 2015-06-02 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/8010cbfca5a0/ Log:fix fix fix fix diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/metainterp

[pypy-commit] pypy optresult: fix here

2015-06-02 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r1:7c631275cd0d Date: 2015-06-02 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/7c631275cd0d/ Log:fix here diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitp

[pypy-commit] pypy optresult: fix tmp_callback

2015-06-02 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77766:d4d7b1dff942 Date: 2015-06-02 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/d4d7b1dff942/ Log:fix tmp_callback diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainter

[pypy-commit] pypy optresult: fix the backend

2015-06-02 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77757:4180412b78a9 Date: 2015-06-02 13:47 +0200 http://bitbucket.org/pypy/pypy/changeset/4180412b78a9/ Log:fix the backend diff --git a/rpython/jit/backend/llsupport/descr.py b/rpython/jit/backend/llsupport/descr.py --- a/rpython/jit/

[pypy-commit] pypy optresult: fix RECORD_KNOWN_CLASS

2015-06-02 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77752:0308c512080c Date: 2015-06-02 10:31 +0200 http://bitbucket.org/pypy/pypy/changeset/0308c512080c/ Log:fix RECORD_KNOWN_CLASS diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/optimizeopt/rewrite.

[pypy-commit] pypy optresult: fix pending_setfields for arrays

2015-05-29 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77694:444c09df507f Date: 2015-05-29 19:04 +0200 http://bitbucket.org/pypy/pypy/changeset/444c09df507f/ Log:fix pending_setfields for arrays diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/h

[pypy-commit] pypy optresult: fix copying value in one more place

2015-05-29 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77692:a4f685f2bb01 Date: 2015-05-29 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/a4f685f2bb01/ Log:fix copying value in one more place diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rp

[pypy-commit] pypy optresult: fix fix fix

2015-05-29 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77683:1493b6a529e1 Date: 2015-05-29 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/1493b6a529e1/ Log:fix fix fix diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backen

[pypy-commit] pypy optresult: fix last test

2015-05-29 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77680:58ecf514d140 Date: 2015-05-28 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/58ecf514d140/ Log:fix last test diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/test_runner.py --- a/rpyt

[pypy-commit] pypy optresult: fix some tests

2015-05-28 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77656:36b8e6c0633d Date: 2015-05-28 16:49 +0200 http://bitbucket.org/pypy/pypy/changeset/36b8e6c0633d/ Log:fix some tests diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py --- a/rpyth

[pypy-commit] pypy optresult: fix those tests

2015-05-28 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77652:b0cedd290209 Date: 2015-05-28 15:59 +0200 http://bitbucket.org/pypy/pypy/changeset/b0cedd290209/ Log:fix those tests diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/ji

[pypy-commit] pypy optresult: fix test_runner for changes in new_with_vtable

2015-05-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77617:9700e8855baa Date: 2015-05-27 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/9700e8855baa/ Log:fix test_runner for changes in new_with_vtable diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/

[pypy-commit] pypy optresult: fix the last problem

2015-05-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77612:c66e4c9a78e0 Date: 2015-05-27 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/c66e4c9a78e0/ Log:fix the last problem diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/metai

[pypy-commit] pypy optresult: fix failures on pypy and also skip the test that's a bit hopeless right now

2015-05-27 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77611:ff025404a1ef Date: 2015-05-27 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/ff025404a1ef/ Log:fix failures on pypy and also skip the test that's a bit hopeless right now diff --git a/rpython/jit/metainterp/optimize

[pypy-commit] pypy optresult: fix forcing, but the complexity is a bit wrong

2015-05-26 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77577:ff47e9ad861b Date: 2015-05-26 14:28 +0200 http://bitbucket.org/pypy/pypy/changeset/ff47e9ad861b/ Log:fix forcing, but the complexity is a bit wrong diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp

[pypy-commit] pypy optresult: fix constant aliasing

2015-05-26 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77575:6e7dc2c5e257 Date: 2015-05-26 14:18 +0200 http://bitbucket.org/pypy/pypy/changeset/6e7dc2c5e257/ Log:fix constant aliasing diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py ---

[pypy-commit] pypy optresult: fix forcing before guards

2015-05-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77541:1930c0682911 Date: 2015-05-25 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/1930c0682911/ Log:fix forcing before guards diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py

[pypy-commit] pypy optresult: fix a small irrelevant test to get started

2015-05-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77532:bf00cd304d18 Date: 2015-05-25 13:04 +0200 http://bitbucket.org/pypy/pypy/changeset/bf00cd304d18/ Log:fix a small irrelevant test to get started diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/opt

[pypy-commit] pypy optresult: fix bound issue and fix pure issue with input args or consts

2015-05-25 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r77533:77f8307568da Date: 2015-05-25 13:32 +0200 http://bitbucket.org/pypy/pypy/changeset/77f8307568da/ Log:fix bound issue and fix pure issue with input args or consts diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpy

[pypy-commit] pypy optresult: fix tests until varray appears

2015-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r76271:1029118d258f Date: 2015-03-07 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/1029118d258f/ Log:fix tests until varray appears diff --git a/rpython/jit/metainterp/optimizeopt/pure.py b/rpython/jit/metainterp/optimizeopt/pur

[pypy-commit] pypy optresult: fix the test. unskip test that shows problem with our infrastructure (and let

2015-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r75244:f5bc3c7a6d3d Date: 2015-01-05 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/f5bc3c7a6d3d/ Log:fix the test. unskip test that shows problem with our infrastructure (and let it fail for now) diff --git a/rpython/jit/

[pypy-commit] pypy optresult: fix llgraph backend

2015-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r75239:f3578293202a Date: 2015-01-05 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f3578293202a/ Log:fix llgraph backend diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/ji

[pypy-commit] pypy optresult: fix test_optimizebasic to the new reality

2015-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r75238:176d9cb5ad7d Date: 2015-01-05 10:33 +0200 http://bitbucket.org/pypy/pypy/changeset/176d9cb5ad7d/ Log:fix test_optimizebasic to the new reality diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp

[pypy-commit] pypy optresult: fix the parsing stuff, some low hanging fruit

2014-12-17 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74998:6f3c6ecaa793 Date: 2014-12-17 22:04 +0200 http://bitbucket.org/pypy/pypy/changeset/6f3c6ecaa793/ Log:fix the parsing stuff, some low hanging fruit diff too long, truncating to 2000 out of 3207 lines diff --git a/rpython/jit/meta

[pypy-commit] pypy optresult: fix the merge

2014-12-12 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74904:d75fb78484b4 Date: 2014-12-12 18:45 +0200 http://bitbucket.org/pypy/pypy/changeset/d75fb78484b4/ Log:fix the merge diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp/optimizeopt/intbounds.py --

[pypy-commit] pypy optresult: fix test_executor

2014-11-24 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74655:f82fe958c290 Date: 2014-11-24 10:53 +0200 http://bitbucket.org/pypy/pypy/changeset/f82fe958c290/ Log:fix test_executor diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/

[pypy-commit] pypy optresult: fix test_resume

2014-11-23 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74651:41ade226e7be Date: 2014-11-23 16:25 +0200 http://bitbucket.org/pypy/pypy/changeset/41ade226e7be/ Log:fix test_resume diff --git a/rpython/jit/metainterp/test/test_resume.py b/rpython/jit/metainterp/test/test_resume.py --- a/rpyt

[pypy-commit] pypy optresult: fix fix fix

2014-11-23 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74645:fc8a57d8fa92 Date: 2014-11-23 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/fc8a57d8fa92/ Log:fix fix fix diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py --- a/rpython/

[pypy-commit] pypy optresult: fix the imports, but not the tests

2014-11-19 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74591:eb2e25680b4f Date: 2014-11-19 09:10 +0200 http://bitbucket.org/pypy/pypy/changeset/eb2e25680b4f/ Log:fix the imports, but not the tests diff --git a/rpython/jit/metainterp/test/test_executor.py b/rpython/jit/metainterp/test/test

[pypy-commit] pypy optresult: fix test_logger

2014-11-19 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74592:b318f6fe9576 Date: 2014-11-19 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/b318f6fe9576/ Log:fix test_logger diff --git a/rpython/jit/metainterp/logger.py b/rpython/jit/metainterp/logger.py --- a/rpython/jit/metainterp/lo

[pypy-commit] pypy optresult: fix llgraph backend to run the first test

2014-11-18 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74586:2902163d7469 Date: 2014-11-18 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/2902163d7469/ Log:fix llgraph backend to run the first test diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runn