[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 ---

[pypy-commit] pypy.org pypy3-update: update the values

2016-02-23 Thread arigo
Author: Armin Rigo Branch: pypy3-update Changeset: r707:ab7abb3e75bb Date: 2016-02-23 17:57 +0100 http://bitbucket.org/pypy/pypy.org/changeset/ab7abb3e75bb/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy fix-longevity: (plan_rich, remi) fix broken commit

2016-02-23 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82464:2feb1ca9c35c Date: 2016-02-23 22:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2feb1ca9c35c/ Log:(plan_rich,remi) fix broken commit diff --git a/rpython/jit/backend/llsupport/regalloc.py

[pypy-commit] pypy fix-longevity: rename to distinguish LiveRange objs from longevity dicts

2016-02-23 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82465:449462f0839e Date: 2016-02-23 22:38 +0100 http://bitbucket.org/pypy/pypy/changeset/449462f0839e/ Log:rename to distinguish LiveRange objs from longevity dicts diff --git

[pypy-commit] pypy ndarray-setitem-filtered: test, move copying to more explicit location

2016-02-23 Thread mattip
Author: mattip Branch: ndarray-setitem-filtered Changeset: r82467:d995a378bdd0 Date: 2016-02-24 08:26 +0100 http://bitbucket.org/pypy/pypy/changeset/d995a378bdd0/ Log:test, move copying to more explicit location diff --git a/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy ndarray-setitem-filtered: test and fix setitem for ndarrays with a boolean filter

2016-02-23 Thread mattip
Author: mattip Branch: ndarray-setitem-filtered Changeset: r82466:965416239e8f Date: 2016-02-24 08:24 +0100 http://bitbucket.org/pypy/pypy/changeset/965416239e8f/ Log:test and fix setitem for ndarrays with a boolean filter

[pypy-commit] pypy ndarray-setitem-filtered: WIP - add comment where the problem occurs

2016-02-23 Thread mattip
Author: mattip Branch: ndarray-setitem-filtered Changeset: r82468:cae31623079d Date: 2016-02-24 08:29 +0100 http://bitbucket.org/pypy/pypy/changeset/cae31623079d/ Log:WIP - add comment where the problem occurs diff --git a/pypy/module/micronumpy/strides.py

[pypy-commit] pypy statistics-maps: update contributor list

2016-02-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: statistics-maps Changeset: r82458:6ed007073e26 Date: 2016-02-23 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/6ed007073e26/ Log:update contributor list diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -41,29 +41,29 @@

[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'Arc

[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

[pypy-commit] pypy cpyext-ext: Manually expand obscure macro

2016-02-23 Thread rlamy
Author: Ronan Lamy Branch: cpyext-ext Changeset: r82454:58459ae8908d Date: 2016-02-23 18:17 +0100 http://bitbucket.org/pypy/pypy/changeset/58459ae8908d/ Log:Manually expand obscure macro diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c ---

[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: (fijal, cfbolz): make it possible to insert enter_portal_frame and

2016-02-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82453:97c9937d38ad Date: 2016-02-23 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/97c9937d38ad/ Log:(fijal, cfbolz): make it possible to insert enter_portal_frame and leave_portal_frame explicitly, for the weird

[pypy-commit] pypy.org extradoc: update the values

2016-02-23 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r708:944dcc74ad0a Date: 2016-02-23 18:02 +0100 http://bitbucket.org/pypy/pypy.org/changeset/944dcc74ad0a/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy.org pypy3-update: Backed out changeset ab7abb3e75bb

2016-02-23 Thread arigo
Author: Armin Rigo Branch: pypy3-update Changeset: r709:3041468d1ea7 Date: 2016-02-23 18:04 +0100 http://bitbucket.org/pypy/pypy.org/changeset/3041468d1ea7/ Log:Backed out changeset ab7abb3e75bb diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7

[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 ---

[pypy-commit] pypy stmgc-c8: fix

2016-02-23 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r82419:52371edbd322 Date: 2016-02-23 10:59 +0100 http://bitbucket.org/pypy/pypy/changeset/52371edbd322/ Log:fix diff --git a/pypy/module/thread/__init__.py b/pypy/module/thread/__init__.py ---

[pypy-commit] pypy cpyext-ext: merge cpyext-gc-support-2 into branch

2016-02-23 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82421:0b974f24de3d Date: 2016-02-23 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/0b974f24de3d/ Log:merge cpyext-gc-support-2 into branch diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -22,6

[pypy-commit] buildbot default: whoops for windows

2016-02-23 Thread mattip
Author: mattip Branch: Changeset: r989:84b6181d15c1 Date: 2016-02-23 11:46 +0100 http://bitbucket.org/pypy/buildbot/changeset/84b6181d15c1/ Log:whoops for windows diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py

[pypy-commit] pypy regalloc: progress on faking the reg alloc for testing internal properties

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: regalloc Changeset: r82420:b765f3e0ddd4 Date: 2016-02-23 11:11 +0100 http://bitbucket.org/pypy/pypy/changeset/b765f3e0ddd4/ Log:progress on faking the reg alloc for testing internal properties diff --git

[pypy-commit] pypy default: Kill rpython -> pypy import in a test which is skipped anyway.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82416:f3c9014fe2c7 Date: 2016-02-23 10:14 +0100 http://bitbucket.org/pypy/pypy/changeset/f3c9014fe2c7/ Log:Kill rpython -> pypy import in a test which is skipped anyway. diff --git a/rpython/jit/backend/ppc/test/test_runner.py

[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

[pypy-commit] pypy stmgc-c8: Next merge with default

2016-02-23 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r82417:3522d0e0b4ac Date: 2016-02-22 23:49 +0100 http://bitbucket.org/pypy/pypy/changeset/3522d0e0b4ac/ Log:Next merge with default diff too long, truncating to 2000 out of 5350 lines diff --git a/.gitignore b/.gitignore

[pypy-commit] pypy stmgc-c8: Next merge with default

2016-02-23 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r82418:76de496c32c4 Date: 2016-02-23 10:56 +0100 http://bitbucket.org/pypy/pypy/changeset/76de496c32c4/ Log:Next merge with default diff too long, truncating to 2000 out of 2927 lines diff --git a/Makefile b/Makefile ---

[pypy-commit] pypy default: Try to fix an import cycle on Windows.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82431:0116c45060a7 Date: 2016-02-23 12:50 +0100 http://bitbucket.org/pypy/pypy/changeset/0116c45060a7/ Log:Try to fix an import cycle on Windows. diff --git a/rpython/rlib/_os_support.py b/rpython/rlib/_os_support.py new file

[pypy-commit] pypy default: Kill unused ll_os_name() method.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82430:a70ddbff44ec Date: 2016-02-23 11:55 +0100 http://bitbucket.org/pypy/pypy/changeset/a70ddbff44ec/ Log:Kill unused ll_os_name() method. diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy default: Kill unused posix_function_name() method.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82429:b6338ee2fffb Date: 2016-02-23 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/b6338ee2fffb/ Log:Kill unused posix_function_name() method. diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy refactor-translator: Close abandoned branch.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r82432:c7df87defdb6 Date: 2016-02-23 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/c7df87defdb6/ Log:Close abandoned branch. I tried to achieve too many things at once in this branch. Some of

[pypy-commit] pypy py3k: hg merge 0d15dde70904

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82437:3a5862bf62c0 Date: 2016-02-23 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/3a5862bf62c0/ Log:hg merge 0d15dde70904 diff --git a/rpython/jit/backend/ppc/test/test_runner.py

[pypy-commit] pypy default: hg merge cpyext-gc-support-2

2016-02-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r82426:3144c72295ae Date: 2016-02-23 12:08 +0100 http://bitbucket.org/pypy/pypy/changeset/3144c72295ae/ Log:hg merge cpyext-gc-support-2 Use a more stable approach for allocating PyObjects in cpyext: once the PyObject

[pypy-commit] pypy cpyext-gc-support-2: Kill debug prints

2016-02-23 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82425:721c1e322b76 Date: 2016-02-23 12:06 +0100 http://bitbucket.org/pypy/pypy/changeset/721c1e322b76/ Log:Kill debug prints diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py

[pypy-commit] pypy cpyext-ext: fix

2016-02-23 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82435:208a42ce0440 Date: 2016-02-23 13:59 +0100 http://bitbucket.org/pypy/pypy/changeset/208a42ce0440/ Log:fix diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py ---

[pypy-commit] pypy regalloc: (remi, plan_rich) work in progress

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: regalloc Changeset: r82423:f8ee5bddeb4b Date: 2016-02-23 11:53 +0100 http://bitbucket.org/pypy/pypy/changeset/f8ee5bddeb4b/ Log:(remi, plan_rich) work in progress diff --git a/rpython/jit/backend/llsupport/test/test_regalloc_call.py

[pypy-commit] pypy regalloc: (remi, plan_rich) changed the test case to force reordering at jump

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: regalloc Changeset: r82427:82e72df75cb3 Date: 2016-02-23 12:35 +0100 http://bitbucket.org/pypy/pypy/changeset/82e72df75cb3/ Log:(remi, plan_rich) changed the test case to force reordering at jump diff --git

[pypy-commit] pypy kill-running_on_llinterp: Close superseded branch.

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: kill-running_on_llinterp Changeset: r82433:3edacc8819f9 Date: 2016-02-23 12:45 +0100 http://bitbucket.org/pypy/pypy/changeset/3edacc8819f9/ Log:Close superseded branch. The goal of this branch was already achieved in the recent

[pypy-commit] pypy fix-longevity: (remi, richard) new branch for fixing longevity issue

2016-02-23 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82434:c464ecd68c54 Date: 2016-02-23 13:58 +0100 http://bitbucket.org/pypy/pypy/changeset/c464ecd68c54/ Log:(remi,richard) new branch for fixing longevity issue diff --git

[pypy-commit] pypy regalloc: (remi,richard) another failing test

2016-02-23 Thread Raemi
Author: Remi Meier Branch: regalloc Changeset: r82428:aef33cf7c7d2 Date: 2016-02-23 12:54 +0100 http://bitbucket.org/pypy/pypy/changeset/aef33cf7c7d2/ Log:(remi,richard) another failing test diff --git a/rpython/jit/backend/llsupport/test/test_regalloc_call.py

[pypy-commit] pypy fix-longevity: (remi, plan_rich) lookup of initial binding works on this new branch

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82436:099af271b5bc Date: 2016-02-23 14:13 +0100 http://bitbucket.org/pypy/pypy/changeset/099af271b5bc/ Log:(remi, plan_rich) lookup of initial binding works on this new branch diff --git

[pypy-commit] pypy regalloc: (remi, plan_rich) reordering seems to work for the first test case

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: regalloc Changeset: r82424:84ffabb00046 Date: 2016-02-23 12:05 +0100 http://bitbucket.org/pypy/pypy/changeset/84ffabb00046/ Log:(remi, plan_rich) reordering seems to work for the first test case diff --git

[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 py3.3: hg merge py3k

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82463:a21adf0cd8fd Date: 2016-02-23 22:43 +0100 http://bitbucket.org/pypy/pypy/changeset/a21adf0cd8fd/ Log:hg merge py3k diff too long, truncating to 2000 out of 5520 lines diff --git a/lib_pypy/_pypy_testcapi.py

[pypy-commit] pypy fix-longevity: (remi, plan_rich) refactored free_reg into two lists (caller saved and callee saved list)

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82460:98153a101dda Date: 2016-02-23 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/98153a101dda/ Log:(remi, plan_rich) refactored free_reg into two lists (caller saved and callee saved list) diff

[pypy-commit] pypy py3k: hg merge default

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82462:842942cabb34 Date: 2016-02-23 22:26 +0100 http://bitbucket.org/pypy/pypy/changeset/842942cabb34/ Log:hg merge default diff too long, truncating to 2000 out of 5375 lines diff --git a/lib_pypy/_pypy_testcapi.py

[pypy-commit] pypy py3k: hg merge 1df21a900a84

2016-02-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82461:fa1b4e83847a Date: 2016-02-23 16:59 +0100 http://bitbucket.org/pypy/pypy/changeset/fa1b4e83847a/ Log:hg merge 1df21a900a84 diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py ---

[pypy-commit] pypy fix-longevity: (remi, plan_rich) new test involving a call

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82439:a5af78134022 Date: 2016-02-23 14:58 +0100 http://bitbucket.org/pypy/pypy/changeset/a5af78134022/ Log:(remi, plan_rich) new test involving a call diff --git

[pypy-commit] pypy fix-longevity: (remi, plan_rich) resolved one issue in the allocation. this avoids reloading from the frame if one variable is already in a register

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82441:efbb3a7664a1 Date: 2016-02-23 15:28 +0100 http://bitbucket.org/pypy/pypy/changeset/efbb3a7664a1/ Log:(remi, plan_rich) resolved one issue in the allocation. this avoids reloading from the frame if

[pypy-commit] pypy cpyext-ext: fix test: types which have the same size as PyObject should not cause instance layout conflicts

2016-02-23 Thread rlamy
Author: Ronan Lamy Branch: cpyext-ext Changeset: r82442:7ee3179525f3 Date: 2016-02-23 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/7ee3179525f3/ Log:fix test: types which have the same size as PyObject should not cause instance layout conflicts diff

[pypy-commit] pypy fix-longevity: (plan_rich, remi) start implementing heuristic for choosing callee vs caller registers

2016-02-23 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82444:b5c6184fc5e6 Date: 2016-02-23 16:10 +0100 http://bitbucket.org/pypy/pypy/changeset/b5c6184fc5e6/ Log:(plan_rich,remi) start implementing heuristic for choosing callee vs caller registers diff --git

[pypy-commit] pypy default: merge heads

2016-02-23 Thread mattip
Author: mattip Branch: Changeset: r82447:904c371acd44 Date: 2016-02-23 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/904c371acd44/ Log:merge heads diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/__init__.py --- a/pypy/module/cpyext/__init__.py

[pypy-commit] pypy default: rename stringobject.py to bytesobject.py

2016-02-23 Thread mattip
Author: mattip Branch: Changeset: r82445:e2a7fc01c7db Date: 2016-02-23 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/e2a7fc01c7db/ Log:rename stringobject.py to bytesobject.py diff --git a/pypy/module/cpyext/stringobject.py b/pypy/module/cpyext/bytesobject.py

[pypy-commit] pypy default: fix for renames

2016-02-23 Thread mattip
Author: mattip Branch: Changeset: r82446:1df21a900a84 Date: 2016-02-23 15:06 +0100 http://bitbucket.org/pypy/pypy/changeset/1df21a900a84/ Log:fix for renames diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/__init__.py ---

[pypy-commit] pypy cpyext-ext: Fix for running -A cpyext tests

2016-02-23 Thread rlamy
Author: Ronan Lamy Branch: cpyext-ext Changeset: r82443:cf846c1b0068 Date: 2016-02-23 16:07 +0100 http://bitbucket.org/pypy/pypy/changeset/cf846c1b0068/ Log:Fix for running -A cpyext tests diff --git a/pypy/module/cpyext/test/test_cpyext.py

[pypy-commit] pypy fix-longevity: (plan_rich, remi) add test for call distance calculation

2016-02-23 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82448:fa5e185b9757 Date: 2016-02-23 16:50 +0100 http://bitbucket.org/pypy/pypy/changeset/fa5e185b9757/ Log:(plan_rich,remi) add test for call distance calculation diff --git

[pypy-commit] pypy cpyext-ext: hg merge default

2016-02-23 Thread rlamy
Author: Ronan Lamy Branch: cpyext-ext Changeset: r82438:7fad651c7daf Date: 2016-02-23 14:39 +0100 http://bitbucket.org/pypy/pypy/changeset/7fad651c7daf/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy cpyext-ext: obscure hack

2016-02-23 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82440:40299bc038b2 Date: 2016-02-23 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/40299bc038b2/ Log:obscure hack diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py ---

[pypy-commit] pypy fix-longevity: (plan_rich,remi) fix test

2016-02-23 Thread Raemi
Author: Remi Meier Branch: fix-longevity Changeset: r82452:17b7cbcf32e2 Date: 2016-02-23 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/17b7cbcf32e2/ Log:(plan_rich,remi) fix test diff --git a/rpython/jit/backend/llsupport/test/test_regalloc_call.py

[pypy-commit] pypy fix-longevity: (remi, plan_rich) refactored the register manager to use the LiveRanges class

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82451:848d331e295a Date: 2016-02-23 17:22 +0100 http://bitbucket.org/pypy/pypy/changeset/848d331e295a/ Log:(remi, plan_rich) refactored the register manager to use the LiveRanges class diff --git

[pypy-commit] pypy fix-longevity: (remi, plan_rich) a new test to check that liveranges containing calls will prefer callee_saved registers

2016-02-23 Thread plan_rich
Author: Richard Plangger Branch: fix-longevity Changeset: r82449:e1c902c90c70 Date: 2016-02-23 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/e1c902c90c70/ Log:(remi, plan_rich) a new test to check that liveranges containing calls will prefer callee_saved