Author: Armin Rigo
Branch:
Changeset: r76765:b8efc7b61f61
Date: 2015-04-09 16:32 +0200
http://bitbucket.org/pypy/pypy/changeset/b8efc7b61f61/
Log:Print more location info to stderr
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcompiler/assemble.py
--- a/pypy/i
Author: mattip
Branch: object-dtype2
Changeset: r76763:fc9ba3c58dda
Date: 2015-04-09 12:26 +0300
http://bitbucket.org/pypy/pypy/changeset/fc9ba3c58dda/
Log:fix logic
diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py
--- a/pypy/module/micronumpy/base.py
+++ b/pypy/m
Author: Armin Rigo
Branch:
Changeset: r76757:e66f14f4e3d9
Date: 2015-04-09 14:26 +0200
http://bitbucket.org/pypy/pypy/changeset/e66f14f4e3d9/
Log:Test and fix for END_FINALLY's stack usage
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcompiler/assemble.py
---
Author: Maciej Fijalkowski
Branch: dtrace-support
Changeset: r76752:e7893a492224
Date: 2015-04-09 12:11 +0200
http://bitbucket.org/pypy/pypy/changeset/e7893a492224/
Log:merge default
diff too long, truncating to 2000 out of 14913 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgt
Author: Ronan Lamy
Branch:
Changeset: r76754:14453a4c1b2b
Date: 2015-04-09 13:07 +0100
http://bitbucket.org/pypy/pypy/changeset/14453a4c1b2b/
Log:Add test for an invariant that typeOf() and .convert_const() should
obey
diff --git a/rpython/rtyper/lltypesystem/test/test_lltype.py
b/
Author: Armin Rigo
Branch:
Changeset: r76759:d77902fffe58
Date: 2015-04-09 14:45 +0200
http://bitbucket.org/pypy/pypy/changeset/d77902fffe58/
Log:Test and fix
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcompiler/assemble.py
--- a/pypy/interpreter/astcompiler
Author: Maciej Fijalkowski
Branch:
Changeset: r76756:196823d2c4e7
Date: 2015-04-09 14:08 +0200
http://bitbucket.org/pypy/pypy/changeset/196823d2c4e7/
Log:merge
diff --git a/rpython/rtyper/lltypesystem/test/test_lltype.py
b/rpython/rtyper/lltypesystem/test/test_lltype.py
--- a/rpython/rtype
Author: Armin Rigo
Branch: c8-locking
Changeset: r1750:f7482306f0d4
Date: 2015-04-09 15:41 +0200
http://bitbucket.org/pypy/stmgc/changeset/f7482306f0d4/
Log:This is also a kind of lock...
diff --git a/c8/LOCKS b/c8/LOCKS
--- a/c8/LOCKS
+++ b/c8/LOCKS
@@ -69,3 +69,13 @@
The C_AT_SAFE_POINT a
Author: mattip
Branch: object-dtype2
Changeset: r76764:dfa0d26cc06b
Date: 2015-04-09 16:03 +0300
http://bitbucket.org/pypy/pypy/changeset/dfa0d26cc06b/
Log:more tests, mimic numpy 1.9 ufunc behaviour
diff --git a/pypy/module/micronumpy/test/test_object_arrays.py
b/pypy/module/micronumpy/tes
Author: mattip
Branch: object-dtype2
Changeset: r76762:48af64138cf8
Date: 2015-04-09 10:51 +0300
http://bitbucket.org/pypy/pypy/changeset/48af64138cf8/
Log:add tests that match -A behaviour, hack till they pass (cleanup
needed)
diff --git a/pypy/module/micronumpy/boxes.py b/pypy/modu
Author: Remi Meier
Branch: stmgc-c8
Changeset: r76768:9789a066a768
Date: 2015-04-09 17:11 +0200
http://bitbucket.org/pypy/pypy/changeset/9789a066a768/
Log:import stmgc-c8 e55658d12179
diff --git a/rpython/translator/stm/src_stm/revision
b/rpython/translator/stm/src_stm/revision
--- a/rpytho
Author: Remi Meier
Branch: stmgc-c8
Changeset: r76767:0524ad7cc770
Date: 2015-04-09 17:10 +0200
http://bitbucket.org/pypy/pypy/changeset/0524ad7cc770/
Log:Merge with stmgc-c8-hashtable
diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py
--- a/rpython/rlib/rstm.py
+++ b/rpython/rlib/rstm
Author: Armin Rigo
Branch:
Changeset: r76760:f57c8be4e18c
Date: 2015-04-09 14:52 +0200
http://bitbucket.org/pypy/pypy/changeset/f57c8be4e18c/
Log:Test and fix
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcompiler/assemble.py
--- a/pypy/interpreter/astcompiler
Author: Armin Rigo
Branch: c8-locking
Changeset: r1749:d1eed2e7d2a4
Date: 2015-04-09 13:07 +0200
http://bitbucket.org/pypy/stmgc/changeset/d1eed2e7d2a4/
Log:more doc
diff --git a/c8/LOCKS b/c8/LOCKS
--- a/c8/LOCKS
+++ b/c8/LOCKS
@@ -53,3 +53,19 @@
- _stm_validate()
- push_large_overflow_ob
Author: Maciej Fijalkowski
Branch:
Changeset: r76755:97dab258e764
Date: 2015-04-09 14:02 +0200
http://bitbucket.org/pypy/pypy/changeset/97dab258e764/
Log:pass jitdriver_sd instead of is_portal to jitcode
diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py
--- a/rpyt
Author: Maciej Fijalkowski
Branch:
Changeset: r76753:4f4ec424db3b
Date: 2015-04-09 14:02 +0200
http://bitbucket.org/pypy/pypy/changeset/4f4ec424db3b/
Log:enable this to be called from somewhere else too
diff --git a/rpython/translator/c/src/debug_print.c
b/rpython/translator/c/src/debug_pr
Author: Remi Meier
Branch:
Changeset: r1754:e55658d12179
Date: 2015-04-09 17:03 +0200
http://bitbucket.org/pypy/stmgc/changeset/e55658d12179/
Log:add some comments
diff --git a/c8/stm/hashtable.c b/c8/stm/hashtable.c
--- a/c8/stm/hashtable.c
+++ b/c8/stm/hashtable.c
@@ -109,6 +109,8 @@
{
Author: Armin Rigo
Branch:
Changeset: r76758:72049e6e23d8
Date: 2015-04-09 14:37 +0200
http://bitbucket.org/pypy/pypy/changeset/72049e6e23d8/
Log:Test and fix
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcompiler/assemble.py
--- a/pypy/interpreter/astcompiler
Author: Armin Rigo
Branch: c8-locking
Changeset: r1748:fe2ead99a2d3
Date: 2015-04-09 12:41 +0200
http://bitbucket.org/pypy/stmgc/changeset/fe2ead99a2d3/
Log:A summary of the locks used in c8.
diff --git a/c8/LOCKS b/c8/LOCKS
new file mode 100644
--- /dev/null
+++ b/c8/LOCKS
@@ -0,0 +1,55 @@
Author: Armin Rigo
Branch: c8-locking
Changeset: r1747:fcb13e931f85
Date: 2015-04-09 12:09 +0200
http://bitbucket.org/pypy/stmgc/changeset/fcb13e931f85/
Log:A branch to check and change the locks
___
pypy-commit mailing list
pypy-commit@python.org
Author: Armin Rigo
Branch:
Changeset: r76761:46d0755129c5
Date: 2015-04-09 14:59 +0200
http://bitbucket.org/pypy/pypy/changeset/46d0755129c5/
Log:Check in the test that found the bugs in f57c8be4e18c, d77902fffe58,
72049e6e23d8, e66f14f4e3d9.
diff --git a/pypy/interpreter/astcompile
Author: Remi Meier
Branch: c8-hashtable
Changeset: r1752:052ea809ba6f
Date: 2015-04-09 15:18 +0200
http://bitbucket.org/pypy/stmgc/changeset/052ea809ba6f/
Log:Close c8-hashtable branch ready to be merged
___
pypy-commit mailing list
pypy-commit@pyt
Author: Remi Meier
Branch:
Changeset: r1753:a92ba2549987
Date: 2015-04-09 15:18 +0200
http://bitbucket.org/pypy/stmgc/changeset/a92ba2549987/
Log:Merge with c8-hashtable
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -280,8 +280,14 @@
struct s
Author: Carl Friedrich Bolz
Branch:
Changeset: r76751:0c2d248dc5ec
Date: 2015-04-09 12:55 +0200
http://bitbucket.org/pypy/pypy/changeset/0c2d248dc5ec/
Log:STORE_SUBSCR pops three things from the stack, not two
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcomp
Author: Armin Rigo
Branch:
Changeset: r76766:bcdcaac84be7
Date: 2015-04-09 16:56 +0200
http://bitbucket.org/pypy/pypy/changeset/bcdcaac84be7/
Log:Next test and fix
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcompiler/assemble.py
--- a/pypy/interpreter/astcom
Author: Maciej Fijalkowski
Branch: single-run
Changeset: r325:97737211ed68
Date: 2015-04-09 11:36 +0200
http://bitbucket.org/pypy/benchmarks/changeset/97737211ed68/
Log:oops
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -62,8 +62,7 @@
'eparse' :
Author: Armin Rigo
Branch: c8-locking
Changeset: r1751:dc7653c95182
Date: 2015-04-09 16:02 +0200
http://bitbucket.org/pypy/stmgc/changeset/dc7653c95182/
Log:Two extra points (thanks remi)
diff --git a/c8/LOCKS b/c8/LOCKS
--- a/c8/LOCKS
+++ b/c8/LOCKS
@@ -34,6 +34,12 @@
the current segment m
27 matches
Mail list logo