[pypy-commit] pypy jit-leaner-frontend: don't display huge lists either

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82954:274d9fa82bf0 Date: 2016-03-11 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/274d9fa82bf0/ Log:don't display huge lists either diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py --- a/pypy/tool/gdb_pypy.py +++ b/pypy/to

[pypy-commit] pypy jit-leaner-frontend: try harder to fix stuff into SHORT

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82955:f44ec35b6c0b Date: 2016-03-11 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f44ec35b6c0b/ Log:try harder to fix stuff into SHORT diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpy

[pypy-commit] pypy cpyext-ext: ml_name and ml_doc are const char *

2016-03-11 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82957:1e56856d07a0 Date: 2016-03-11 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/1e56856d07a0/ Log:ml_name and ml_doc are const char * diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py --- a/pypy/module

[pypy-commit] pypy cpyext-ext: force Python.h to be included first, silences warnings during compilation

2016-03-11 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82956:dafdc7b5af5e Date: 2016-03-11 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/dafdc7b5af5e/ Log:force Python.h to be included first, silences warnings during compilation diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpye

[pypy-commit] pypy default: Trying to use "FILE *" correctly to avoid some compilation warnings.

2016-03-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r82958:2065f708bf55 Date: 2016-03-11 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/2065f708bf55/ Log:Trying to use "FILE *" correctly to avoid some compilation warnings. diff --git a/pypy/module/_cffi_backend/ctypeptr.py b/pypy/module/_cffi_back

[pypy-commit] pypy jit-leaner-frontend: encode positions in link in 2 shorts

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82959:a0468c0d2dca Date: 2016-03-11 12:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a0468c0d2dca/ Log:encode positions in link in 2 shorts diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/r

[pypy-commit] pypy default: added enum34 package which is otherwise not picked up by pip on s390x build bot

2016-03-11 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r82960:4475205e86ba Date: 2016-03-11 07:55 +0100 http://bitbucket.org/pypy/pypy/changeset/4475205e86ba/ Log:added enum34 package which is otherwise not picked up by pip on s390x build bot diff --git a/requirements.txt b/requirements.txt --

[pypy-commit] pypy default: os.uname not avail. on windows (thx matti for pointing it out)

2016-03-11 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r82961:3cab2735d806 Date: 2016-03-11 12:07 +0100 http://bitbucket.org/pypy/pypy/changeset/3cab2735d806/ Log:os.uname not avail. on windows (thx matti for pointing it out) diff --git a/pypy/module/_vmprof/conftest.py b/pypy/module/_vmprof/conftest.

[pypy-commit] pypy jit-leaner-frontend: an attempt to compress list of consts

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82962:5008701233ab Date: 2016-03-11 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/5008701233ab/ Log:an attempt to compress list of consts diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpyt

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

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82963:b591405b96fe Date: 2016-03-11 14:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b591405b96fe/ Log:ups diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpython/jit/metainterp/history.py +++

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

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82964:49a54211e9fc Date: 2016-03-11 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/49a54211e9fc/ Log:fix rpython diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metainterp/ope

[pypy-commit] pypy default: split the endswith([tuple]) path into its own function so the JIT can look inside

2016-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r82965:f20ce35486b5 Date: 2016-03-11 07:39 -0500 http://bitbucket.org/pypy/pypy/changeset/f20ce35486b5/ Log:split the endswith([tuple]) path into its own function so the JIT can look inside diff --git a/pypy/objspace/std/stringmethods.py b/pyp

[pypy-commit] pypy default: merged upstream

2016-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r82966:4337613701b7 Date: 2016-03-11 07:39 -0500 http://bitbucket.org/pypy/pypy/changeset/4337613701b7/ Log:merged upstream diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/pypy/objspace/std/stringmethods.py +

[pypy-commit] pypy default: when running tests in parallel, restrict make to a single core

2016-03-11 Thread mattip
Author: mattip Branch: Changeset: r82967:b2f40ec51e8b Date: 2016-03-11 15:21 +0200 http://bitbucket.org/pypy/pypy/changeset/b2f40ec51e8b/ Log:when running tests in parallel, restrict make to a single core diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py ++

[pypy-commit] pypy default: Do the same for startswith(tuple)

2016-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r82968:59636e6b392b Date: 2016-03-11 08:21 -0500 http://bitbucket.org/pypy/pypy/changeset/59636e6b392b/ Log:Do the same for startswith(tuple) diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/pypy/objspace/std/

[pypy-commit] pypy default: merge heads, not clear what happened

2016-03-11 Thread mattip
Author: mattip Branch: Changeset: r82969:8357c9e1778f Date: 2016-03-11 15:25 +0200 http://bitbucket.org/pypy/pypy/changeset/8357c9e1778f/ Log:merge heads, not clear what happened diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/pypy/objspace/std/st

[pypy-commit] pypy jit-leaner-frontend: use a correct dict

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82970:33be2ad6b87a Date: 2016-03-11 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/33be2ad6b87a/ Log:use a correct dict diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metaint

[pypy-commit] pypy jit-leaner-frontend: add more debug prints

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82971:5645eb6ac117 Date: 2016-03-11 15:44 +0200 http://bitbucket.org/pypy/pypy/changeset/5645eb6ac117/ Log:add more debug prints diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/meta

[pypy-commit] pypy jit-leaner-frontend: grrr, no complaints untraslated

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82972:a1a530abab98 Date: 2016-03-11 15:59 +0200 http://bitbucket.org/pypy/pypy/changeset/a1a530abab98/ Log:grrr, no complaints untraslated diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpytho

[pypy-commit] pypy jit-leaner-frontend: kill a pdv

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82973:919e5be3f5d5 Date: 2016-03-11 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/919e5be3f5d5/ Log:kill a pdv diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitpl.

[pypy-commit] pypy jit-leaner-frontend: getting tired, clearly

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82974:48ee9f914fee Date: 2016-03-11 16:15 +0200 http://bitbucket.org/pypy/pypy/changeset/48ee9f914fee/ Log:getting tired, clearly diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/met

[pypy-commit] pypy jit-leaner-frontend: improve statistics

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82976:c9d8c9308b69 Date: 2016-03-11 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/c9d8c9308b69/ Log:improve statistics diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metaint

[pypy-commit] pypy jit-leaner-frontend: call done in missing places

2016-03-11 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82975:88e0a5940b9c Date: 2016-03-11 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/88e0a5940b9c/ Log:call done in missing places diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/me

[pypy-commit] pypy remove-py-log: Start

2016-03-11 Thread arigo
Author: Armin Rigo Branch: remove-py-log Changeset: r82978:55c3c232ac56 Date: 2016-03-11 16:49 +0100 http://bitbucket.org/pypy/pypy/changeset/55c3c232ac56/ Log:Start diff --git a/rpython/tool/ansi_print.py b/rpython/tool/ansi_print.py --- a/rpython/tool/ansi_print.py +++ b/rpython/tool/ansi_

[pypy-commit] pypy remove-py-log: py.log seems to come with high overhead. a branch to use something custom and simpler

2016-03-11 Thread arigo
Author: Armin Rigo Branch: remove-py-log Changeset: r82977:cacfb876d1d9 Date: 2016-03-11 16:09 +0100 http://bitbucket.org/pypy/pypy/changeset/cacfb876d1d9/ Log:py.log seems to come with high overhead. a branch to use something custom and simpler __

[pypy-commit] pypy remove-py-log: log.dot()

2016-03-11 Thread arigo
Author: Armin Rigo Branch: remove-py-log Changeset: r82979:2fd6f2c58dda Date: 2016-03-11 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/2fd6f2c58dda/ Log:log.dot() diff --git a/rpython/tool/ansi_print.py b/rpython/tool/ansi_print.py --- a/rpython/tool/ansi_print.py +++ b/rpython/tool/a

[pypy-commit] pypy gcstress-hypothesis: finally a basic block of instructions can be generated, list strategy may not append some drawn values (critical here)

2016-03-11 Thread plan_rich
Author: Richard Plangger Branch: gcstress-hypothesis Changeset: r82980:2eb2117bac14 Date: 2016-03-11 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/2eb2117bac14/ Log:finally a basic block of instructions can be generated, list strategy may not append some drawn values (critical

[pypy-commit] pypy remove-py-log: Support for unknown names

2016-03-11 Thread arigo
Author: Armin Rigo Branch: remove-py-log Changeset: r82981:6066499ee520 Date: 2016-03-11 17:17 +0100 http://bitbucket.org/pypy/pypy/changeset/6066499ee520/ Log:Support for unknown names diff --git a/rpython/tool/ansi_print.py b/rpython/tool/ansi_print.py --- a/rpython/tool/ansi_print.py +++

[pypy-commit] pypy gcstress-hypothesis: directly invoke filter instead of the filter method of a strategy

2016-03-11 Thread plan_rich
Author: Richard Plangger Branch: gcstress-hypothesis Changeset: r82982:c9580f93ed9e Date: 2016-03-11 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/c9580f93ed9e/ Log:directly invoke filter instead of the filter method of a strategy diff --git a/rpython/jit/backend/llsupport/tl/test/cod

[pypy-commit] pypy remove-py-log: Trying to change all places that use the logger

2016-03-11 Thread arigo
Author: Armin Rigo Branch: remove-py-log Changeset: r82983:eaeeea383e67 Date: 2016-03-11 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/eaeeea383e67/ Log:Trying to change all places that use the logger diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a

[pypy-commit] pypy remove-py-log: Fix: the logger is not recursive, so "log.some_name" gives a method, not

2016-03-11 Thread arigo
Author: Armin Rigo Branch: remove-py-log Changeset: r82984:ea0858104188 Date: 2016-03-11 17:46 +0100 http://bitbucket.org/pypy/pypy/changeset/ea0858104188/ Log:Fix: the logger is not recursive, so "log.some_name" gives a method, not another logger instance diff --git a/rpython/transl

[pypy-commit] pypy remove-py-log: another place

2016-03-11 Thread arigo
Author: Armin Rigo Branch: remove-py-log Changeset: r82985:9114dba413e2 Date: 2016-03-11 16:57 + http://bitbucket.org/pypy/pypy/changeset/9114dba413e2/ Log:another place diff --git a/lib_pypy/ctypes_config_cache/rebuild.py b/lib_pypy/ctypes_config_cache/rebuild.py --- a/lib_pypy/ctypes_

[pypy-commit] pypy gcstress-hypothesis: working on a new strategy that cuts down the search space of control flow graphs to deterministic ones

2016-03-11 Thread plan_rich
Author: Richard Plangger Branch: gcstress-hypothesis Changeset: r82986:c800d87fa7b4 Date: 2016-03-11 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/c800d87fa7b4/ Log:working on a new strategy that cuts down the search space of control flow graphs to deterministic ones diff --gi

[pypy-commit] pypy py3.3-bootstrap-hack: Fix test_app_main

2016-03-11 Thread rlamy
Author: Ronan Lamy Branch: py3.3-bootstrap-hack Changeset: r82987:5705d77f0311 Date: 2016-03-11 17:30 + http://bitbucket.org/pypy/pypy/changeset/5705d77f0311/ Log:Fix test_app_main diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py

[pypy-commit] pypy default: hg merge remove-py-log

2016-03-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r82989:9cea4c424341 Date: 2016-03-11 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/9cea4c424341/ Log:hg merge remove-py-log Remove py.log usage which seems particularly JIT-unfriendly. Replace it with much simpler code. diff --gi

[pypy-commit] pypy remove-py-log: ready to merge

2016-03-11 Thread arigo
Author: Armin Rigo Branch: remove-py-log Changeset: r82988:58f253c9bba4 Date: 2016-03-11 18:30 +0100 http://bitbucket.org/pypy/pypy/changeset/58f253c9bba4/ Log:ready to merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.o