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
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
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
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
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
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
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
--
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.
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
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
+++
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
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
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
+
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
++
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/
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
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
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
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
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.
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
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
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
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_
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
__
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
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
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
+++
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
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
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
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_
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
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
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
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
36 matches
Mail list logo