[pypy-commit] pypy faster-rstruct-2: add a new Buffer.typed_read method, which does the same as the current strstorage.py: the idea is that this will be implemented by all Buffer subclasses for which

2017-05-03 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct-2 Changeset: r91177:19988cc7db57 Date: 2017-05-03 19:06 +0200 http://bitbucket.org/pypy/pypy/changeset/19988cc7db57/ Log:add a new Buffer.typed_read method, which does the same as the current strstorage.py: the idea is that this will be impl

[pypy-commit] pypy faster-rstruct-2: add the compiled version of the tests. We still need to add the correct @specialize to Buffer.typed_read, although the tests pass anyway (because we always call Bu

2017-05-03 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct-2 Changeset: r91178:29b4a2158631 Date: 2017-05-03 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/29b4a2158631/ Log:add the compiled version of the tests. We still need to add the correct @specialize to Buffer.typed_read, although the t

[pypy-commit] pypy faster-rstruct-2: start a branch in which to make rstruct faster in a more general way, by using llops.gc_load_indexed whenever it's possible, not only when reading from strings

2017-05-03 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct-2 Changeset: r91176:8b4330b7b7bc Date: 2017-05-03 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/8b4330b7b7bc/ Log:start a branch in which to make rstruct faster in a more general way, by using llops.gc_load_indexed whenever it's possi

[pypy-commit] stmgc c8-adaptive-trx-length-prolonged-backoff: Prolong the reduction in transaction length for a number of validations after a conflict

2017-05-03 Thread tobweber
Author: Tobias Weber Branch: c8-adaptive-trx-length-prolonged-backoff Changeset: r2053:b8316d20df70 Date: 2017-05-03 11:33 +0200 http://bitbucket.org/pypy/stmgc/changeset/b8316d20df70/ Log:Prolong the reduction in transaction length for a number of validations after a conflict diff -