Author: Philip Jenvey
Branch: py3.3
Changeset: r72103:7c07509a944c
Date: 2014-06-19 22:41 -0700
http://bitbucket.org/pypy/pypy/changeset/7c07509a944c/
Log:merge py3k
diff --git a/lib_pypy/gdbm.py b/lib_pypy/_gdbm.py
rename from lib_pypy/gdbm.py
rename to lib_pypy/_gdbm.py
--- a/lib_pypy/gdbm
Author: Armin Rigo
Branch: extradoc
Changeset: r509:19c72646af82
Date: 2014-06-19 21:40 +0200
http://bitbucket.org/pypy/pypy.org/changeset/19c72646af82/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -9,13 +9,13 @@
$(function() {
$("#pro
Author: Philip Jenvey
Branch: pypy3-release-2.3.x
Changeset: r72102:986752d005bb
Date: 2014-06-19 09:16 -0700
http://bitbucket.org/pypy/pypy/changeset/986752d005bb/
Log:merge py3k
diff --git a/lib_pypy/gdbm.py b/lib_pypy/_gdbm.py
rename from lib_pypy/gdbm.py
rename to lib_pypy/_gdbm.py
--- a
Author: Maciej Fijalkowski
Branch:
Changeset: r72101:c6da7a6927b6
Date: 2014-06-19 17:03 +0200
http://bitbucket.org/pypy/pypy/changeset/c6da7a6927b6/
Log:two missing casts
diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py
--- a/rpython/rlib/rsocket.py
+++ b/rpython/rlib/rsocket
Author: Remi Meier
Branch: parallel-pulling
Changeset: r1255:de4815efb600
Date: 2014-06-19 15:25 +0200
http://bitbucket.org/pypy/stmgc/changeset/de4815efb600/
Log:some fixes. it seems to improve threadworms by a bit (15%) in the
best case. this may however also get nullified by card-m
Author: Remi Meier
Branch: parallel-pulling
Changeset: r1254:598efe29057c
Date: 2014-06-19 14:22 +0200
http://bitbucket.org/pypy/stmgc/changeset/598efe29057c/
Log:small fix
diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/core.c
@@ -428,14 +428,17 @@
Author: Remi Meier
Branch: parallel-pulling
Changeset: r1253:d22ba5bca030
Date: 2014-06-19 13:58 +0200
http://bitbucket.org/pypy/stmgc/changeset/d22ba5bca030/
Log:add missing pull_committed_changes()
diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/core.c
@@ -540,6
Author: Remi Meier
Branch: parallel-pulling
Changeset: r1252:a68ae11d76fa
Date: 2014-06-19 13:46 +0200
http://bitbucket.org/pypy/stmgc/changeset/a68ae11d76fa/
Log:try the most naive way to parallelize commit pushing
diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/
Author: Malte Swart
Branch: stmgc-c7
Changeset: r846:247710759f02
Date: 2014-06-19 12:43 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/247710759f02/
Log:primitives: implement GET_ATTRIBUTE
Implement GET_ATTRIBUTE primitive to let the VM access command line
and smal
Author: Remi Meier
Branch: card-marking
Changeset: r1251:aa5874a86f3a
Date: 2014-06-19 10:57 +0200
http://bitbucket.org/pypy/stmgc/changeset/aa5874a86f3a/
Log:Try to cope with the missing HAS_CARDS flag and the refactoring.
Unclear if better, since it is slower in some cases. Not sure
Author: Remi Meier
Branch: instrumented
Changeset: r1250:c26593f884a3
Date: 2014-05-28 09:16 +0200
http://bitbucket.org/pypy/stmgc/changeset/c26593f884a3/
Log:some more data
diff --git a/c7/stm/setup.c b/c7/stm/setup.c
--- a/c7/stm/setup.c
+++ b/c7/stm/setup.c
@@ -94,8 +94,35 @@
#ifdef MEAS
11 matches
Mail list logo