Author: Armin Rigo
Branch:
Changeset: r1349:447c0de7e517
Date: 2013-09-25 10:47 +0200
http://bitbucket.org/cffi/cffi/changeset/447c0de7e517/
Log:A redo of pull request 19: dynamically determine if the C compiler
supports "__thread" or not on this platform. Done slightly more
Author: Maciej Fijalkowski
Branch:
Changeset: r67090:a78e2971e1e8
Date: 2013-09-25 11:37 +0200
http://bitbucket.org/pypy/pypy/changeset/a78e2971e1e8/
Log:merge
diff --git a/pypy/objspace/std/test/test_boolobject.py
b/pypy/objspace/std/test/test_boolobject.py
--- a/pypy/objspace/std/test/te
Author: Maciej Fijalkowski
Branch:
Changeset: r67089:ff3f6477875a
Date: 2013-09-25 11:05 +0200
http://bitbucket.org/pypy/pypy/changeset/ff3f6477875a/
Log:always pass nothing here
diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py
--- a/rpython/rtyper/module/ll_os.p
Author: Ronan Lamy
Branch: less-stringly-ops
Changeset: r67091:b927a28c711a
Date: 2013-09-25 02:39 +0100
http://bitbucket.org/pypy/pypy/changeset/b927a28c711a/
Log:Don't use bare SpaceOperation in rpython.flowspace.generator
diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/f
Author: Ronan Lamy
Branch: less-stringly-ops
Changeset: r67092:aacb3f409865
Date: 2013-09-25 05:31 +0100
http://bitbucket.org/pypy/pypy/changeset/aacb3f409865/
Log:Add SpaceOperation.replace()
diff --git a/rpython/flowspace/model.py b/rpython/flowspace/model.py
--- a/rpython/flowspace/model.
Author: Armin Rigo
Branch: gcremovetypeptr-32bit
Changeset: r67095:e2b401122f09
Date: 2013-09-25 16:40 +0200
http://bitbucket.org/pypy/pypy/changeset/e2b401122f09/
Log:Fix the JIT too.
diff --git a/rpython/jit/backend/arm/regalloc.py
b/rpython/jit/backend/arm/regalloc.py
--- a/rpython/jit/b
Author: Armin Rigo
Branch: gcremovetypeptr-32bit
Changeset: r67093:d82efe79a66a
Date: 2013-09-25 16:30 +0200
http://bitbucket.org/pypy/pypy/changeset/d82efe79a66a/
Log:Fix --gcremovetypeptr on 32-bit.
___
pypy-commit mailing list
pypy-commit@python
Author: Armin Rigo
Branch: gcremovetypeptr-32bit
Changeset: r67094:993a091dc081
Date: 2013-09-25 16:31 +0200
http://bitbucket.org/pypy/pypy/changeset/993a091dc081/
Log:In-progress
diff --git a/rpython/memory/gctypelayout.py b/rpython/memory/gctypelayout.py
--- a/rpython/memory/gctypelayout.p
Author: Armin Rigo
Branch: gcremovetypeptr-32bit
Changeset: r67096:0561db4deed9
Date: 2013-09-25 15:12 +
http://bitbucket.org/pypy/pypy/changeset/0561db4deed9/
Log:Add a warning in the documentation of gcremovetypeptr.
diff --git a/rpython/config/translationoption.py
b/rpython/config/tr
Author: Armin Rigo
Branch:
Changeset: r67097:69b168abce65
Date: 2013-09-25 17:53 +0200
http://bitbucket.org/pypy/pypy/changeset/69b168abce65/
Log:Issue1599: quadratic time in list.extend(sometuple): test and fix
diff --git a/rpython/rtyper/lltypesystem/rlist.py
b/rpython/rtyper/lltypesyste
Author: Armin Rigo
Branch: gcremovetypeptr-32bit
Changeset: r67098:1ede42f90b53
Date: 2013-09-25 16:11 +
http://bitbucket.org/pypy/pypy/changeset/1ede42f90b53/
Log:Hack to enable gcremovetypeptr always
diff --git a/rpython/config/translationoption.py
b/rpython/config/translationoption.p
Author: Armin Rigo
Branch:
Changeset: r864:3c3490a01a5d
Date: 2013-09-25 19:11 +0200
http://bitbucket.org/pypy/buildbot/changeset/3c3490a01a5d/
Log:Bh. I didn't find out how to use Mercurial() for auxiliary
repos where we *don't* want to update to the branch specified by the
Author: Maciej Fijalkowski
Branch:
Changeset: r67099:4daed7bb7a01
Date: 2013-09-25 16:03 +0200
http://bitbucket.org/pypy/pypy/changeset/4daed7bb7a01/
Log:Make it possible to have multiple subclasses of TimSort mixed
together, if necessary
diff --git a/rpython/rlib/listsort.py b/rpyt
Author: Maciej Fijalkowski
Branch:
Changeset: r67100:28ab64adf695
Date: 2013-09-25 17:04 +0200
http://bitbucket.org/pypy/pypy/changeset/28ab64adf695/
Log:revert this checkin
diff --git a/rpython/rlib/listsort.py b/rpython/rlib/listsort.py
--- a/rpython/rlib/listsort.py
+++ b/rpython/rlib/li
Author: Maciej Fijalkowski
Branch:
Changeset: r67101:a1fcfcbca813
Date: 2013-09-25 19:49 +0200
http://bitbucket.org/pypy/pypy/changeset/a1fcfcbca813/
Log:merge
diff --git a/rpython/rtyper/lltypesystem/rlist.py
b/rpython/rtyper/lltypesystem/rlist.py
--- a/rpython/rtyper/lltypesystem/rlist.p
Author: Maciej Fijalkowski
Branch: resume-refactor
Changeset: r67102:74607bbebebf
Date: 2013-09-25 20:06 +0200
http://bitbucket.org/pypy/pypy/changeset/74607bbebebf/
Log:progress
diff --git a/rpython/jit/backend/llsupport/assembler.py
b/rpython/jit/backend/llsupport/assembler.py
--- a/rpyth
Author: Alex Gaynor
Branch: resume-refactor
Changeset: r67103:af6dd12d022e
Date: 2013-09-25 11:28 -0700
http://bitbucket.org/pypy/pypy/changeset/af6dd12d022e/
Log:Converted another test to the new format
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/runner_
Author: Alex Gaynor
Branch: resume-refactor
Changeset: r67104:e298c033de1e
Date: 2013-09-25 11:30 -0700
http://bitbucket.org/pypy/pypy/changeset/e298c033de1e/
Log:Backed out changeset af6dd12d022e
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/runner_test.py
Author: Armin Rigo
Branch:
Changeset: r232:33e45da0c853
Date: 2013-09-25 22:39 +0200
http://bitbucket.org/pypy/benchmarks/changeset/33e45da0c853/
Log:hacked. Got this error *once*, don't want to care
diff --git a/unladen_swallow/perf.py b/unladen_swallow/perf.py
--- a/unladen_swallow/perf.p
Author: Alex Gaynor
Branch:
Changeset: r67105:44d4583f2bff
Date: 2013-09-25 15:11 -0700
http://bitbucket.org/pypy/pypy/changeset/44d4583f2bff/
Log:Remove an unused local var
diff --git a/rpython/jit/metainterp/optimizeopt/__init__.py
b/rpython/jit/metainterp/optimizeopt/__init__.py
--- a/r
Author: Alex Gaynor
Branch: extradoc
Changeset: r5062:525e40c1aa52
Date: 2013-09-25 18:05 -0700
http://bitbucket.org/pypy/extradoc/changeset/525e40c1aa52/
Log:Another item
diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -45,6 +45,9 @@
(SET
21 matches
Mail list logo