Author: mattip
Branch: object-dtype2
Changeset: r76207:320bc55d7975
Date: 2015-02-28 20:07 +0200
http://bitbucket.org/pypy/pypy/changeset/320bc55d7975/
Log:put space as an attribute on type.Types
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/m
Author: mattip
Branch: object-dtype2
Changeset: r76206:a41e39f68799
Date: 2015-02-27 17:00 +0200
http://bitbucket.org/pypy/pypy/changeset/a41e39f68799/
Log:start again, reuse the basic ideas from object-dtype
diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py
--- a/
Author: mattip
Branch: object-dtype2
Changeset: r76208:bcee1fdd5f52
Date: 2015-03-01 00:23 +0200
http://bitbucket.org/pypy/pypy/changeset/bcee1fdd5f52/
Log:translation fix, there must be a better way
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
--- a/pypy/mo
Author: Manuel Jacob
Branch:
Changeset: r76199:374151605651
Date: 2015-02-28 20:52 +0100
http://bitbucket.org/pypy/pypy/changeset/374151605651/
Log:Remove unused import and variable assignments in flowcontext.py.
diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r76198:1b6be80b1ea6
Date: 2015-02-28 16:51 +0100
http://bitbucket.org/pypy/pypy/changeset/1b6be80b1ea6/
Log:Pass more immutability hints to LLVM.
diff --git a/rpython/translator/llvm/genllvm.py
b/rpython/translator/llvm/genllv
Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r76197:e580a050b66b
Date: 2015-02-07 12:35 +0100
http://bitbucket.org/pypy/pypy/changeset/e580a050b66b/
Log:Skip tests that test ordered dicts with refcounting.
diff --git a/rpython/translator/llvm/test/test_genllvm.py
b/rpyth
Author: Remi Meier
Branch: stmgc-c8
Changeset: r76196:1257140b7eef
Date: 2015-02-28 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/1257140b7eef/
Log:(arigo, remi) fix jit support for card marking in c8
diff --git a/rpython/jit/backend/llsupport/assembler.py
b/rpython/jit/backend/llsup
Author: Remi Meier
Branch: stmgc-c8
Changeset: r76194:19f6c9fde7a6
Date: 2015-02-28 09:32 +0100
http://bitbucket.org/pypy/pypy/changeset/19f6c9fde7a6/
Log:remove dummy implementations
diff --git a/rpython/translator/stm/src_stm/stmgcintf.c
b/rpython/translator/stm/src_stm/stmgcintf.c
--- a/
Author: Remi Meier
Branch: stmgc-c8
Changeset: r76195:3d008eb21392
Date: 2015-02-28 12:18 +0100
http://bitbucket.org/pypy/pypy/changeset/3d008eb21392/
Log:import stmgc 8ca689687bfa
diff --git a/rpython/translator/stm/src_stm/revision
b/rpython/translator/stm/src_stm/revision
--- a/rpython/t
Author: Remi Meier
Branch: stmgc-c8
Changeset: r76193:aef00a6d5e2b
Date: 2015-02-28 09:27 +0100
http://bitbucket.org/pypy/pypy/changeset/aef00a6d5e2b/
Log:import stmgc 17b08c18f7b4
diff --git a/rpython/translator/stm/src_stm/revision
b/rpython/translator/stm/src_stm/revision
--- a/rpython/t
Author: Armin Rigo
Branch: recent-pure-ops
Changeset: r76192:5954b774370c
Date: 2015-02-28 12:14 +0100
http://bitbucket.org/pypy/pypy/changeset/5954b774370c/
Log:(fijal, arigo) in-progress
diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py
b/rpython/jit/metainterp/optimizeopt/opti
Author: Armin Rigo
Branch: recent-pure-ops
Changeset: r76191:00c3abc7848a
Date: 2015-02-28 12:13 +0100
http://bitbucket.org/pypy/pypy/changeset/00c3abc7848a/
Log:Killing one dict
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.pyth
Author: Remi Meier
Branch: c8-card-marking
Changeset: r1685:8ca689687bfa
Date: 2015-02-28 12:14 +0100
http://bitbucket.org/pypy/stmgc/changeset/8ca689687bfa/
Log:add fastpath for card marking
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -978,6 +978,9
Author: Manuel Jacob
Branch: py3.3
Changeset: r76190:4b41587d9970
Date: 2015-02-28 09:48 +0100
http://bitbucket.org/pypy/pypy/changeset/4b41587d9970/
Log:Adapt test to new function repr (which now contains the qualname).
diff --git a/pypy/objspace/std/test/test_proxy_function.py
b/pypy/objs
14 matches
Mail list logo