[pypy-commit] benchmarks default: add some other pyston benchmarks

2016-01-20 Thread fijal
Author: fijal Branch: Changeset: r346:947a8b49e3cd Date: 2016-01-20 22:31 +0100 http://bitbucket.org/pypy/benchmarks/changeset/947a8b49e3cd/ Log:add some other pyston benchmarks diff too long, truncating to 2000 out of 513606 lines diff --git a/benchmarks.py b/benchmarks.py --- a

[pypy-commit] pypy vmprof-newstack: we can have is_recursive but no get_unique_id

2016-01-22 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r81913:9fcd011d9607 Date: 2016-01-22 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/9fcd011d9607/ Log:we can have is_recursive but no get_unique_id diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b

[pypy-commit] pypy vmprof-newstack: import os x related hacks for threads & vmprof

2016-01-22 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r81916:670f46cb2434 Date: 2016-01-22 15:12 +0100 http://bitbucket.org/pypy/pypy/changeset/670f46cb2434/ Log:import os x related hacks for threads & vmprof diff --git a/rpython/rlib/rvmprof/src/vmprof_common.h b/rpython/rlib/rvmprof

[pypy-commit] pypy vmprof-newstack: fix that test

2016-01-22 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r81915:900de81cdc5e Date: 2016-01-22 15:11 +0100 http://bitbucket.org/pypy/pypy/changeset/900de81cdc5e/ Log:fix that test diff --git a/rpython/jit/metainterp/test/test_recursive.py b/rpython/jit/metainterp/test/test_recursive.py --- a/rpython

[pypy-commit] pypy vmprof-newstack: change pdb to some asserts

2016-01-22 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r81917:ffec42c76f43 Date: 2016-01-22 15:18 +0100 http://bitbucket.org/pypy/pypy/changeset/ffec42c76f43/ Log:change pdb to some asserts diff --git a/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py b/rpython/jit/backend/llsupport/test

[pypy-commit] pypy vmprof-newstack: fix the test

2016-01-22 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r81920:b5543f370125 Date: 2016-01-22 17:33 +0100 http://bitbucket.org/pypy/pypy/changeset/b5543f370125/ Log:fix the test diff --git a/rpython/jit/metainterp/test/test_jitdriver.py b/rpython/jit/metainterp/test/test_jitdriver.py --- a/rpython

[pypy-commit] pypy vmprof-newstack: merge

2016-01-22 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r81921:4b79f234a111 Date: 2016-01-22 17:45 +0100 http://bitbucket.org/pypy/pypy/changeset/4b79f234a111/ Log:merge diff --git a/rpython/jit/codewriter/test/test_jtransform.py b/rpython/jit/codewriter/test/test_jtransform.py --- a/rpython/jit

[pypy-commit] pypy vmprof-newstack: cargo-culting - maybe we should load esi first

2016-01-23 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r81924:9da0fc568a35 Date: 2016-01-23 14:21 +0100 http://bitbucket.org/pypy/pypy/changeset/9da0fc568a35/ Log:cargo-culting - maybe we should load esi first diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86

[pypy-commit] pypy vmprof-newstack: add a dummy write_all_objects

2016-01-30 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r82004:286b6293be5e Date: 2016-01-30 17:54 +0100 http://bitbucket.org/pypy/pypy/changeset/286b6293be5e/ Log:add a dummy write_all_objects diff --git a/pypy/module/_vmprof/__init__.py b/pypy/module/_vmprof/__init__.py --- a/pypy/module/_vmprof

[pypy-commit] pypy vmprof-newstack: a bit of shotgun debugging on asmgcc

2016-02-04 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r82073:c2e205bfae0d Date: 2016-02-04 17:29 +0100 http://bitbucket.org/pypy/pypy/changeset/c2e205bfae0d/ Log:a bit of shotgun debugging on asmgcc diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a

[pypy-commit] pypy vmprof-newstack: bump the version one level

2016-02-04 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r82076:35f680ad059c Date: 2016-02-04 18:15 +0100 http://bitbucket.org/pypy/pypy/changeset/35f680ad059c/ Log:bump the version one level diff --git a/rpython/rlib/rvmprof/src/vmprof_common.h b/rpython/rlib/rvmprof/src/vmprof_common.h --- a

[pypy-commit] pypy default: merge vmprof-newstack

2016-02-04 Thread fijal
Author: fijal Branch: Changeset: r82078:cc28605e84eb Date: 2016-02-04 20:44 +0100 http://bitbucket.org/pypy/pypy/changeset/cc28605e84eb/ Log:merge vmprof-newstack diff --git a/pypy/module/_vmprof/__init__.py b/pypy/module/_vmprof/__init__.py --- a/pypy/module/_vmprof/__init__.py +++ b/pypy

[pypy-commit] pypy default: update whatsnew

2016-02-04 Thread fijal
Author: fijal Branch: Changeset: r82079:70b375dd3dff Date: 2016-02-04 20:45 +0100 http://bitbucket.org/pypy/pypy/changeset/70b375dd3dff/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy vmprof-newstack: closed to be merged branch

2016-02-04 Thread fijal
Author: fijal Branch: vmprof-newstack Changeset: r82077:26a47a71a22d Date: 2016-02-04 20:44 +0100 http://bitbucket.org/pypy/pypy/changeset/26a47a71a22d/ Log:closed to be merged branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy default: run actually tests and make them pass

2016-02-05 Thread fijal
Author: fijal Branch: Changeset: r82082:a56a14e631f0 Date: 2016-02-05 10:46 +0100 http://bitbucket.org/pypy/pypy/changeset/a56a14e631f0/ Log:run actually tests and make them pass diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/pypy/module/_vmprof/test/test__vmprof.py --- a/pypy

[pypy-commit] pypy default: remove the conftest that skipped all tests

2016-02-05 Thread fijal
Author: fijal Branch: Changeset: r82083:c9632a51530c Date: 2016-02-05 10:47 +0100 http://bitbucket.org/pypy/pypy/changeset/c9632a51530c/ Log:remove the conftest that skipped all tests diff --git a/pypy/module/_vmprof/test/conftest.py b/pypy/module/_vmprof/test/conftest.py deleted file mode

[pypy-commit] pypy default: merge

2016-02-05 Thread fijal
Author: fijal Branch: Changeset: r82084:7c2815cadc38 Date: 2016-02-05 10:47 +0100 http://bitbucket.org/pypy/pypy/changeset/7c2815cadc38/ Log:merge diff --git a/dotviewer/drawgraph.py b/dotviewer/drawgraph.py --- a/dotviewer/drawgraph.py +++ b/dotviewer/drawgraph.py @@ -14,12 +14,661

[pypy-commit] pypy default: start working on windows

2016-02-06 Thread fijal
Author: fijal Branch: Changeset: r82098:515907d579a2 Date: 2016-02-06 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/515907d579a2/ Log:start working on windows diff --git a/rpython/rlib/rvmprof/src/rvmprof.c b/rpython/rlib/rvmprof/src/rvmprof.c --- a/rpython/rlib/rvmprof/src

[pypy-commit] pypy default: somehow it ate my bracket

2016-02-06 Thread fijal
Author: fijal Branch: Changeset: r82097:32b3efa1db67 Date: 2016-02-06 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/32b3efa1db67/ Log:somehow it ate my bracket diff --git a/pypy/module/_vmprof/test/test_direct.py b/pypy/module/_vmprof/test/test_direct.py --- a/pypy/module/_vmprof

[pypy-commit] pypy default: merge

2016-02-06 Thread fijal
Author: fijal Branch: Changeset: r82099:abe7c26d3bb5 Date: 2016-02-06 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/abe7c26d3bb5/ Log:merge diff --git a/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py b/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py --- a/rpython/jit

[pypy-commit] buildbot default: try to make LINUX32 run an hour later

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r982:5ae8ba9b9554 Date: 2016-02-08 19:34 +0100 http://bitbucket.org/pypy/buildbot/changeset/5ae8ba9b9554/ Log:try to make LINUX32 run an hour later diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b

[pypy-commit] buildbot default: Backed out changeset 5ae8ba9b9554

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r983:f76d0f67ea99 Date: 2016-02-08 19:34 +0100 http://bitbucket.org/pypy/buildbot/changeset/f76d0f67ea99/ Log:Backed out changeset 5ae8ba9b9554 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b

[pypy-commit] buildbot default: move LINUX64 to run an hour later

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r984:d3ca85cd39a5 Date: 2016-02-08 19:35 +0100 http://bitbucket.org/pypy/buildbot/changeset/d3ca85cd39a5/ Log:move LINUX64 to run an hour later diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b

[pypy-commit] pypy default: fix a test

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r82117:b88cc59e72a4 Date: 2016-02-08 20:54 +0100 http://bitbucket.org/pypy/pypy/changeset/b88cc59e72a4/ Log:fix a test diff --git a/rpython/tool/jitlogparser/test/logtest2.log b/rpython/tool/jitlogparser/test/logtest2.log --- a/rpython/tool/jitlogparser

[pypy-commit] pypy default: kill some special code that we're not using any more

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r82118:a204ce60d060 Date: 2016-02-08 22:03 +0100 http://bitbucket.org/pypy/pypy/changeset/a204ce60d060/ Log:kill some special code that we're not using any more diff --git a/rpython/rlib/rvmprof/src/vmprof_getpc.h b/rpython/rlib/rvmprof/src/vmprof_ge

[pypy-commit] pypy windows-vmprof-support: start fighting windows

2016-02-09 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82124:ccfe8a95ee02 Date: 2016-02-09 14:24 +0100 http://bitbucket.org/pypy/pypy/changeset/ccfe8a95ee02/ Log:start fighting windows diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmprof

[pypy-commit] pypy windows-vmprof-support: an attempt to finalize windows

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82175:4ff8e1c7f441 Date: 2016-02-12 12:42 +0100 http://bitbucket.org/pypy/pypy/changeset/4ff8e1c7f441/ Log:an attempt to finalize windows diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib

[pypy-commit] pypy windows-vmprof-support: unskip that test

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82176:5ba08dba8e90 Date: 2016-02-12 13:00 +0100 http://bitbucket.org/pypy/pypy/changeset/5ba08dba8e90/ Log:unskip that test diff --git a/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py b/rpython/jit/backend/llsupport/test

[pypy-commit] pypy windows-vmprof-support: fix includes

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82178:fc3b344814fa Date: 2016-02-12 15:30 +0100 http://bitbucket.org/pypy/pypy/changeset/fc3b344814fa/ Log:fix includes diff --git a/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py b/rpython/jit/backend/llsupport/test

[pypy-commit] pypy windows-vmprof-support: vmprof works on most supported platforms

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82179:dd2e39de0ed3 Date: 2016-02-12 15:43 +0100 http://bitbucket.org/pypy/pypy/changeset/dd2e39de0ed3/ Log:vmprof works on most supported platforms diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config

[pypy-commit] pypy windows-vmprof-support: try

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82180:4fd53f064ff3 Date: 2016-02-12 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/4fd53f064ff3/ Log:try diff --git a/rpython/rlib/rvmprof/src/vmprof_main_win32.h b/rpython/rlib/rvmprof/src/vmprof_main_win32.h --- a/rpython/rlib

[pypy-commit] pypy windows-vmprof-support: like this?

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82181:b5e79fce3295 Date: 2016-02-12 16:09 +0100 http://bitbucket.org/pypy/pypy/changeset/b5e79fce3295/ Log:like this? diff --git a/rpython/rlib/rvmprof/src/vmprof_main_win32.h b/rpython/rlib/rvmprof/src/vmprof_main_win32.h --- a

[pypy-commit] pypy windows-vmprof-support: definitely not like this

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82182:51d875e08f23 Date: 2016-02-12 16:24 +0100 http://bitbucket.org/pypy/pypy/changeset/51d875e08f23/ Log:definitely not like this diff --git a/rpython/rlib/rvmprof/src/vmprof_main_win32.h b/rpython/rlib/rvmprof/src/vmprof_main_win32

[pypy-commit] pypy windows-vmprof-support: another try

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82183:d2da9855e450 Date: 2016-02-12 16:28 +0100 http://bitbucket.org/pypy/pypy/changeset/d2da9855e450/ Log:another try diff --git a/rpython/rlib/rvmprof/src/vmprof_main_win32.h b/rpython/rlib/rvmprof/src/vmprof_main_win32.h --- a

[pypy-commit] pypy windows-vmprof-support: I don't want to care for now

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82184:21558c2ed75a Date: 2016-02-12 16:58 +0100 http://bitbucket.org/pypy/pypy/changeset/21558c2ed75a/ Log:I don't want to care for now diff --git a/rpython/rlib/rvmprof/src/vmprof_main_win32.h b/rpython/rlib/rvmpro

[pypy-commit] pypy windows-vmprof-support: we don't have structdef just yet

2016-02-12 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82185:1b32334f76eb Date: 2016-02-12 17:02 +0100 http://bitbucket.org/pypy/pypy/changeset/1b32334f76eb/ Log:we don't have structdef just yet diff --git a/rpython/rlib/rvmprof/src/vmprof_main_win32.h b/rpython/rlib/rvmpro

[pypy-commit] pypy default: Enable windows support for vmprof

2016-02-13 Thread fijal
Author: fijal Branch: Changeset: r82204:9dbad5cf71a6 Date: 2016-02-13 08:47 +0100 http://bitbucket.org/pypy/pypy/changeset/9dbad5cf71a6/ Log:Enable windows support for vmprof diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config

[pypy-commit] pypy windows-vmprof-support: close to be merged branch

2016-02-13 Thread fijal
Author: fijal Branch: windows-vmprof-support Changeset: r82203:ca16af5d2708 Date: 2016-02-13 08:47 +0100 http://bitbucket.org/pypy/pypy/changeset/ca16af5d2708/ Log:close to be merged branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy default: expand this point

2016-02-14 Thread fijal
Author: fijal Branch: Changeset: r82239:63df3933561b Date: 2016-02-14 12:18 +0100 http://bitbucket.org/pypy/pypy/changeset/63df3933561b/ Log:expand this point diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew

[pypy-commit] pypy jit-leaner-frontend: small fix

2016-02-14 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82245:5f6bc638d07b Date: 2016-02-14 16:25 +0100 http://bitbucket.org/pypy/pypy/changeset/5f6bc638d07b/ Log:small fix diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/optimizeopt/test

[pypy-commit] pypy jit-leaner-frontend: fix oparser up to the point. I'm not completely convinced what's the point of MockLoopModel any more

2016-02-14 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82244:86783301e2bd Date: 2016-02-14 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/86783301e2bd/ Log:fix oparser up to the point. I'm not completely convinced what's the point of MockLoopModel any more diff --git

[pypy-commit] pypy jit-leaner-frontend: start working on a much simplified encoder

2016-02-14 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82243:1ce0ba36d602 Date: 2016-02-14 15:34 +0100 http://bitbucket.org/pypy/pypy/changeset/1ce0ba36d602/ Log:start working on a much simplified encoder diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py

[pypy-commit] pypy jit-leaner-frontend: merge default

2016-02-14 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82246:2ed3235da4bc Date: 2016-02-14 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/2ed3235da4bc/ Log:merge default diff too long, truncating to 2000 out of 35347 lines diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b

[pypy-commit] pypy jit-leaner-frontend: remove unused detect_cpu

2016-02-16 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82295:5652c389a739 Date: 2016-02-16 18:49 +0100 http://bitbucket.org/pypy/pypy/changeset/5652c389a739/ Log:remove unused detect_cpu diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b

[pypy-commit] pypy default: skip _vmprof on non-x86 platforms

2016-02-16 Thread fijal
Author: fijal Branch: Changeset: r82296:a97d68a0f18d Date: 2016-02-16 18:53 +0100 http://bitbucket.org/pypy/pypy/changeset/a97d68a0f18d/ Log:skip _vmprof on non-x86 platforms diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config

[pypy-commit] pypy jit-leaner-frontend: random progress

2016-02-21 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82373:fcbf2f97bc45 Date: 2016-02-19 19:12 +0100 http://bitbucket.org/pypy/pypy/changeset/fcbf2f97bc45/ Log:random progress diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/metainterp

[pypy-commit] pypy vlen-resume: (arigo, fijal, cfbolz) random progress

2016-02-21 Thread fijal
Author: fijal Branch: vlen-resume Changeset: r82374:bf67fc4e3ab1 Date: 2016-02-21 18:49 +0100 http://bitbucket.org/pypy/pypy/changeset/bf67fc4e3ab1/ Log:(arigo, fijal, cfbolz) random progress diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit

[pypy-commit] pypy vlen-resume: finish the refactoring

2016-02-22 Thread fijal
Author: fijal Branch: vlen-resume Changeset: r82387:8e1dbed9f261 Date: 2016-02-22 12:00 +0100 http://bitbucket.org/pypy/pypy/changeset/8e1dbed9f261/ Log:finish the refactoring diff --git a/rpython/jit/metainterp/resume.py b/rpython/jit/metainterp/resume.py --- a/rpython/jit/metainterp

[pypy-commit] pypy vlen-resume: close to be merged branch

2016-02-22 Thread fijal
Author: fijal Branch: vlen-resume Changeset: r82405:5537192c5417 Date: 2016-02-22 18:34 +0100 http://bitbucket.org/pypy/pypy/changeset/5537192c5417/ Log:close to be merged branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy default: (fijal, arigo, cfbolz) Merge vlen-resume which compresses the numberings by

2016-02-22 Thread fijal
Author: fijal Branch: Changeset: r82406:9cc15a57d1c2 Date: 2016-02-22 18:35 +0100 http://bitbucket.org/pypy/pypy/changeset/9cc15a57d1c2/ Log:(fijal, arigo, cfbolz) Merge vlen-resume which compresses the numberings by about 20% by using a variable-size encoding diff --git a/rpython

[pypy-commit] pypy default: add missing file

2016-02-23 Thread fijal
Author: fijal Branch: Changeset: r82414:2129774a7c97 Date: 2016-02-23 09:58 +0100 http://bitbucket.org/pypy/pypy/changeset/2129774a7c97/ Log:add missing file diff --git a/rpython/jit/metainterp/test/strategies.py b/rpython/jit/metainterp/test/strategies.py new file mode 100644 --- /dev

[pypy-commit] pypy default: fix some tests

2016-02-23 Thread fijal
Author: fijal Branch: Changeset: r82415:945e4b0a50d5 Date: 2016-02-23 10:02 +0100 http://bitbucket.org/pypy/pypy/changeset/945e4b0a50d5/ Log:fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/optimizeopt/test

[pypy-commit] pypy default: (fijal, cfbolz) finish fixing tests

2016-02-23 Thread fijal
Author: fijal Branch: Changeset: r82422:0d15dde70904 Date: 2016-02-23 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/0d15dde70904/ Log:(fijal, cfbolz) finish fixing tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_util.py b/rpython/jit/metainterp/optimizeopt/test

[pypy-commit] benchmarks single-run: merge default

2016-02-23 Thread fijal
Author: fijal Branch: single-run Changeset: r347:ed241f9fde76 Date: 2016-02-23 13:56 +0100 http://bitbucket.org/pypy/benchmarks/changeset/ed241f9fde76/ Log:merge default diff too long, truncating to 2000 out of 535405 lines diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py

[pypy-commit] pypy look-inside-tuple-hash: look inside tuple hash

2016-02-23 Thread fijal
Author: fijal Branch: look-inside-tuple-hash Changeset: r82450:7935d5732094 Date: 2016-02-23 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/7935d5732094/ Log:look inside tuple hash diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspace/std/tupleobject.py --- a/pypy/objspace/std

[pypy-commit] pypy look-inside-tuple-hash: close to be merged branch

2016-02-23 Thread fijal
Author: fijal Branch: look-inside-tuple-hash Changeset: r82455:6b597b2e2fae Date: 2016-02-23 18:19 +0100 http://bitbucket.org/pypy/pypy/changeset/6b597b2e2fae/ Log:close to be merged branch ___ pypy-commit mailing list pypy-commit@python.org https

[pypy-commit] pypy default: look inside tuple hash, improves mdp

2016-02-23 Thread fijal
Author: fijal Branch: Changeset: r82456:3c94bed8d07e Date: 2016-02-23 18:20 +0100 http://bitbucket.org/pypy/pypy/changeset/3c94bed8d07e/ Log:look inside tuple hash, improves mdp diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspace/std/tupleobject.py --- a/pypy/objspace/std

[pypy-commit] pypy default: bump the years

2016-02-23 Thread fijal
Author: fijal Branch: Changeset: r82457:39e6f53a3270 Date: 2016-02-23 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/39e6f53a3270/ Log:bump the years diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py --- a/pypy/module/sys/app.py +++ b/pypy/module/sys/app.py @@ -70,11 +70,11

[pypy-commit] pypy default: transplant sensible parts of 6ed007073e26;

2016-02-23 Thread fijal
Author: fijal Branch: Changeset: r82459:7d17d8205bfd Date: 2016-02-23 18:39 +0100 http://bitbucket.org/pypy/pypy/changeset/7d17d8205bfd/ Log:transplant sensible parts of 6ed007073e26; diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -41,29 +41,29 @@ Amaury Forgeot d

[pypy-commit] benchmarks single-run: fix

2016-02-25 Thread fijal
Author: fijal Branch: single-run Changeset: r349:898cedf9e20c Date: 2016-02-25 10:23 +0100 http://bitbucket.org/pypy/benchmarks/changeset/898cedf9e20c/ Log:fix diff --git a/bench-data.json b/bench-data.json --- a/bench-data.json +++ b/bench-data.json @@ -31,7 +31,9 @@ "warmup

[pypy-commit] pypy default: fix the test

2016-02-25 Thread fijal
Author: fijal Branch: Changeset: r82519:a53b593b3b95 Date: 2016-02-25 17:53 +0100 http://bitbucket.org/pypy/pypy/changeset/a53b593b3b95/ Log:fix the test diff --git a/rpython/jit/metainterp/test/test_jitdriver.py b/rpython/jit/metainterp/test/test_jitdriver.py --- a/rpython/jit/metainterp

[pypy-commit] pypy default: fix whatsnew

2016-02-25 Thread fijal
Author: fijal Branch: Changeset: r82520:a3552a8e8c2c Date: 2016-02-25 17:55 +0100 http://bitbucket.org/pypy/pypy/changeset/a3552a8e8c2c/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy cpyext-ext: (ronan, fijal) add stubs for datetime object

2016-02-25 Thread fijal
Author: fijal Branch: cpyext-ext Changeset: r82524:ea86b9ae3ca6 Date: 2016-02-25 22:26 +0100 http://bitbucket.org/pypy/pypy/changeset/ea86b9ae3ca6/ Log:(ronan, fijal) add stubs for datetime object diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py --- a/pypy

[pypy-commit] pypy cpyext-ext: add TODO for cpyext

2016-02-26 Thread fijal
Author: fijal Branch: cpyext-ext Changeset: r82525:0984da240844 Date: 2016-02-26 09:49 +0100 http://bitbucket.org/pypy/pypy/changeset/0984da240844/ Log:add TODO for cpyext diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,5 @@ +* finish PySequence_Fast

[pypy-commit] extradoc extradoc: add the result of discussions from leysin (unedited)

2016-02-29 Thread fijal
Author: fijal Branch: extradoc Changeset: r5612:de191b0da0b9 Date: 2016-02-29 10:51 +0100 http://bitbucket.org/pypy/extradoc/changeset/de191b0da0b9/ Log:add the result of discussions from leysin (unedited) diff --git a/planning/sprint-leysin-2016-notes.rst b/planning/sprint-leysin-2016

[pypy-commit] pypy default: merge

2016-02-29 Thread fijal
Author: fijal Branch: Changeset: r82620:b72f032521e3 Date: 2016-02-29 23:21 +0100 http://bitbucket.org/pypy/pypy/changeset/b72f032521e3/ Log:merge diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpython/rtyper/test/test_rdict.py +++ b/rpython/rtyper

[pypy-commit] pypy default: fix embedding tests on OS X (they might or might not work on linux, too lazy to check), sem_init is deprecated

2016-02-29 Thread fijal
Author: fijal Branch: Changeset: r82619:38deea741bed Date: 2016-02-29 23:20 +0100 http://bitbucket.org/pypy/pypy/changeset/38deea741bed/ Log:fix embedding tests on OS X (they might or might not work on linux, too lazy to check), sem_init is deprecated diff --git a/pypy/module

[pypy-commit] pypy jit-leaner-frontend: start writing a test

2016-03-01 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82629:aaad0add05ac Date: 2016-03-01 10:38 +0100 http://bitbucket.org/pypy/pypy/changeset/aaad0add05ac/ Log:start writing a test diff --git a/rpython/jit/metainterp/test/test_opencoder.py b/rpython/jit/metainterp/test/test_opencoder.py

[pypy-commit] pypy jit-leaner-frontend: merge default

2016-03-01 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82635:3d2c4e4fc169 Date: 2016-03-01 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/3d2c4e4fc169/ Log:merge default diff too long, truncating to 2000 out of 12385 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b

[pypy-commit] pypy jit-leaner-frontend: progress, pass the first own test of opencoder

2016-03-01 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82634:ae45cb0da255 Date: 2016-03-01 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/ae45cb0da255/ Log:progress, pass the first own test of opencoder diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp

[pypy-commit] pypy jit-leaner-frontend: progress, pass the first snapshot test

2016-03-02 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82660:0077f0c7f4ec Date: 2016-03-02 16:33 +0100 http://bitbucket.org/pypy/pypy/changeset/0077f0c7f4ec/ Log:progress, pass the first snapshot test diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py

[pypy-commit] pypy jit-leaner-frontend: fix the merge

2016-03-02 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82659:0c113541c860 Date: 2016-03-01 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/0c113541c860/ Log:fix the merge diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metainterp

[pypy-commit] pypy jit-leaner-frontend: revert the changes to oparser, will try to hack differently

2016-03-02 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82661:23fc5965ce9d Date: 2016-03-02 17:47 +0100 http://bitbucket.org/pypy/pypy/changeset/23fc5965ce9d/ Log:revert the changes to oparser, will try to hack differently diff --git a/rpython/jit/tool/oparser.py b/rpython/jit/tool/oparser.py

[pypy-commit] pypy jit-leaner-frontend: write snapshot iterator

2016-03-04 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82684:b00c49bd7e47 Date: 2016-03-04 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/b00c49bd7e47/ Log:write snapshot iterator diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit

[pypy-commit] pypy jit-leaner-frontend: pass the first tests of optimizeopt, yay!

2016-03-04 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82763:b36f4652488a Date: 2016-03-04 15:13 +0200 http://bitbucket.org/pypy/pypy/changeset/b36f4652488a/ Log:pass the first tests of optimizeopt, yay! diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py

[pypy-commit] pypy jit-leaner-frontend: an example simple strategy of list of operations

2016-03-04 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82764:9877c87c497d Date: 2016-03-04 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/9877c87c497d/ Log:an example simple strategy of list of operations diff --git a/rpython/jit/metainterp/test/strategies.py b/rpython/jit/metainterp

[pypy-commit] pypy jit-leaner-frontend: add consts

2016-03-04 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82765:eb646706d3c4 Date: 2016-03-04 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/eb646706d3c4/ Log:add consts diff --git a/rpython/jit/metainterp/test/strategies.py b/rpython/jit/metainterp/test/strategies.py --- a/rpython/jit

[pypy-commit] pypy jit-leaner-frontend: use hypothesis and find a bug

2016-03-04 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82766:9030d27af66e Date: 2016-03-04 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/9030d27af66e/ Log:use hypothesis and find a bug diff --git a/rpython/jit/metainterp/optimizeopt/test/test_util.py b/rpython/jit/metainterp

[pypy-commit] pypy jit-leaner-frontend: fix actual bugs, thank you hypothesis

2016-03-04 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82771:80df6e4dfd56 Date: 2016-03-04 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/80df6e4dfd56/ Log:fix actual bugs, thank you hypothesis diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a

[pypy-commit] pypy jit-leaner-frontend: kill special casing of ESCAPE and FORCE_SPILL and make them normal classes, pass most of test_optimizebasic

2016-03-04 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82772:1d9927b12845 Date: 2016-03-04 18:46 +0200 http://bitbucket.org/pypy/pypy/changeset/1d9927b12845/ Log:kill special casing of ESCAPE and FORCE_SPILL and make them normal classes, pass most of test_optimizebasic diff --git a

[pypy-commit] pypy jit-leaner-frontend: enough to start passing some frontend tests

2016-03-04 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82776:cd6efbc4d6b1 Date: 2016-03-04 19:03 +0200 http://bitbucket.org/pypy/pypy/changeset/cd6efbc4d6b1/ Log:enough to start passing some frontend tests diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py

[pypy-commit] pypy jit-leaner-frontend: start passing those tests, slowly

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82837:7d27725a0a80 Date: 2016-03-07 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/7d27725a0a80/ Log:start passing those tests, slowly diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython

[pypy-commit] pypy release-5.x: expand

2016-03-07 Thread fijal
Author: fijal Branch: release-5.x Changeset: r82839:9d1c0be464a7 Date: 2016-03-07 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/9d1c0be464a7/ Log:expand diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst --- a/pypy/doc/release-5.0.0.rst +++ b/pypy/doc/release-5.0.0

[pypy-commit] pypy jit-leaner-frontend: get to the point of running into problems with unrolling

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82842:c6a2a4c8c114 Date: 2016-03-07 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/c6a2a4c8c114/ Log:get to the point of running into problems with unrolling diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy jit-leaner-frontend: fixes

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82840:710fa15b8ea5 Date: 2016-03-07 11:08 +0200 http://bitbucket.org/pypy/pypy/changeset/710fa15b8ea5/ Log:fixes diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metainterp

[pypy-commit] pypy jit-leaner-frontend: pass the whole test_optimizebasic

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82841:0fed4262ac28 Date: 2016-03-07 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0fed4262ac28/ Log:pass the whole test_optimizebasic diff --git a/rpython/jit/metainterp/test/test_resume.py b/rpython/jit/metainterp/test

[pypy-commit] pypy jit-leaner-frontend: start fighting with unrolling, make most of the tests pass in test_optimizeopt by simplifying what CompileData stores

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82846:19da356e7036 Date: 2016-03-07 17:15 +0200 http://bitbucket.org/pypy/pypy/changeset/19da356e7036/ Log:start fighting with unrolling, make most of the tests pass in test_optimizeopt by simplifying what CompileData stores diff

[pypy-commit] pypy jit-leaner-frontend: almost fix test_optimizeopt, two tests left

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82849:91bcb43bca18 Date: 2016-03-07 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/91bcb43bca18/ Log:almost fix test_optimizeopt, two tests left diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py

[pypy-commit] pypy jit-leaner-frontend: whack at compile.py

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82850:4c340087dad9 Date: 2016-03-07 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/4c340087dad9/ Log:whack at compile.py diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit

[pypy-commit] pypy jit-leaner-frontend: in-progress

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82852:2c79e6dbfade Date: 2016-03-07 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/2c79e6dbfade/ Log:in-progress diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainterp

[pypy-commit] pypy jit-leaner-frontend: fix compile.py until first test passes

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82851:c214873db69e Date: 2016-03-07 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/c214873db69e/ Log:fix compile.py until first test passes diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a

[pypy-commit] pypy default: list enum as a dependency directly

2016-03-07 Thread fijal
Author: fijal Branch: Changeset: r82853:aec781f25ac8 Date: 2016-03-07 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/aec781f25ac8/ Log:list enum as a dependency directly diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3

[pypy-commit] pypy default: make sure we install the latest and greates

2016-03-07 Thread fijal
Author: fijal Branch: Changeset: r82854:ab7250954435 Date: 2016-03-07 18:56 +0200 http://bitbucket.org/pypy/pypy/changeset/ab7250954435/ Log:make sure we install the latest and greates diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -1,3

[pypy-commit] pypy default: expand

2016-03-07 Thread fijal
Author: fijal Branch: Changeset: r82868:cc69148b1226 Date: 2016-03-07 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/cc69148b1226/ Log:expand diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst --- a/pypy/doc/release-5.0.0.rst +++ b/pypy/doc/release-5.0.0.rst

[pypy-commit] pypy jit-leaner-frontend: one more commit of progress

2016-03-07 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82872:87305d3006b1 Date: 2016-03-07 22:10 +0200 http://bitbucket.org/pypy/pypy/changeset/87305d3006b1/ Log:one more commit of progress diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython

[pypy-commit] pypy jit-leaner-frontend: fix the order of resumedata rebuild

2016-03-08 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82875:e48b95c1467b Date: 2016-03-08 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/e48b95c1467b/ Log:fix the order of resumedata rebuild diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a

[pypy-commit] pypy jit-leaner-frontend: fix

2016-03-08 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82876:7d2ffc440da7 Date: 2016-03-08 12:17 +0200 http://bitbucket.org/pypy/pypy/changeset/7d2ffc440da7/ Log:fix diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py --- a/rpython/jit

[pypy-commit] pypy default: an attempt to fix OS X 32bit

2016-03-08 Thread fijal
Author: fijal Branch: Changeset: r82878:455ba7f390b8 Date: 2016-03-08 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/455ba7f390b8/ Log:an attempt to fix OS X 32bit diff --git a/rpython/rlib/rvmprof/src/vmprof_getpc.h b/rpython/rlib/rvmprof/src/vmprof_getpc.h --- a/rpython/rlib

[pypy-commit] pypy jit-leaner-frontend: progress

2016-03-08 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82877:0be62192045f Date: 2016-03-08 12:31 +0200 http://bitbucket.org/pypy/pypy/changeset/0be62192045f/ Log:progress diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainterp

[pypy-commit] pypy default: merge

2016-03-08 Thread fijal
Author: fijal Branch: Changeset: r82879:e1352ae844c0 Date: 2016-03-08 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/e1352ae844c0/ Log:merge diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -240,6 +240,7 @@ Kristjan Valur Jonsson David Lievens Neil Blakey-Milner

  1   2   3   4   5   6   7   8   9   10   >