Author: Armin Rigo
Branch: extradoc
Changeset: r3952:340aece5643f
Date: 2011-10-30 14:40 +0100
http://bitbucket.org/pypy/extradoc/changeset/340aece5643f/
Log:Updates
diff --git a/sprintinfo/gothenburg-2011-2/people.txt
b/sprintinfo/gothenburg-2011-2/people.txt
--- a/sprintinfo/gothenburg-20
Author: Armin Rigo
Branch:
Changeset: r48605:4a6eae0d9aa1
Date: 2011-10-30 09:42 +0100
http://bitbucket.org/pypy/pypy/changeset/4a6eae0d9aa1/
Log:Add skipped tests about division.
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/pypy/jit/metainterp/optimizeopt/test/t
Author: Armin Rigo
Branch:
Changeset: r48604:bfea8fbdeed4
Date: 2011-10-30 09:24 +0100
http://bitbucket.org/pypy/pypy/changeset/bfea8fbdeed4/
Log:Progress a bit on optimizing int_mod.
diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py
b/pypy/jit/metainterp/optimizeopt/intbounds.py
-
Author: Armin Rigo
Branch:
Changeset: r48606:8e8835c75415
Date: 2011-10-30 15:55 +0100
http://bitbucket.org/pypy/pypy/changeset/8e8835c75415/
Log:merge heads
diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py
b/pypy/jit/metainterp/optimizeopt/intbounds.py
--- a/pypy/jit/metainterp/o
Author: Armin Rigo
Branch: stm
Changeset: r48607:795b3e474cce
Date: 2011-10-30 15:58 +0100
http://bitbucket.org/pypy/pypy/changeset/795b3e474cce/
Log:Move and add comments.
diff --git a/pypy/translator/stm/llstminterp.py
b/pypy/translator/stm/llstminterp.py
--- a/pypy/translator/stm/llstmin
Author: Armin Rigo
Branch: stm
Changeset: r48608:b66d9e6e0eed
Date: 2011-10-09 19:59 +0200
http://bitbucket.org/pypy/pypy/changeset/b66d9e6e0eed/
Log:Kill the explicit C code manipulating GC strings and lists at start-
up, and replace it with RPython code. (transplanted from
c
Author: Armin Rigo
Branch: stm
Changeset: r48609:e6522686416a
Date: 2011-10-30 17:03 +0100
http://bitbucket.org/pypy/pypy/changeset/e6522686416a/
Log:Progress.
diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/genc.py
--- a/pypy/translator/c/genc.py
+++ b/pypy/translator/c/genc.py
@
Author: Armin Rigo
Branch: stm
Changeset: r48610:43fe948fc6ca
Date: 2011-10-30 17:13 +0100
http://bitbucket.org/pypy/pypy/changeset/43fe948fc6ca/
Log:Protect debug printing with the RPY_STM_ASSERT define. Lets us run
tests.
diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/g
Author: Armin Rigo
Branch:
Changeset: r48612:7c12a810b394
Date: 2011-10-30 18:28 +0100
http://bitbucket.org/pypy/pypy/changeset/7c12a810b394/
Log:Fix for the JIT: don't use Arrays that are not GcArrays but that
have a length.
diff --git a/pypy/rpython/lltypesystem/rpbc.py
b/pypy/rp
Author: Armin Rigo
Branch:
Changeset: r48611:fd20e5312348
Date: 2011-10-30 18:25 +0100
http://bitbucket.org/pypy/pypy/changeset/fd20e5312348/
Log:A failing test.
diff --git a/pypy/jit/backend/llgraph/llimpl.py
b/pypy/jit/backend/llgraph/llimpl.py
--- a/pypy/jit/backend/llgraph/llimpl.py
++
Author: Armin Rigo
Branch:
Changeset: r48613:c74b79096726
Date: 2011-10-30 18:36 +0100
http://bitbucket.org/pypy/pypy/changeset/c74b79096726/
Log:Revert bfea8fbdeed4: it seems not to work correctly. Will
investigate.
diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py
b/pypy/
Author: Alex Gaynor
Branch: extradoc
Changeset: r3953:97ca1a70
Date: 2011-10-30 14:23 -0400
http://bitbucket.org/pypy/extradoc/changeset/97ca1a70/
Log:updates to numpy planning
diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
--- a/planning/micronumpy.txt
+++ b/planning
Author: Alex Gaynor
Branch: extradoc
Changeset: r3954:e1a088b4f3e2
Date: 2011-10-30 14:23 -0400
http://bitbucket.org/pypy/extradoc/changeset/e1a088b4f3e2/
Log:merged upstream
diff --git a/sprintinfo/gothenburg-2011-2/people.txt
b/sprintinfo/gothenburg-2011-2/people.txt
--- a/sprintinfo/goth
You have received a notification from fprimex.
Hi, I forked pypy. My fork is at https://bitbucket.org/fprimex/pypy.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
[email protected]
http://mail.
Author: mattip
Branch: numpy-multidim
Changeset: r48614:723ed1ac5a3a
Date: 2011-10-30 23:40 +0200
http://bitbucket.org/pypy/pypy/changeset/723ed1ac5a3a/
Log:repr and str rework
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/modul
Author: mattip
Branch: numpy-multidim
Changeset: r48615:0d9e53f59c5d
Date: 2011-10-31 00:17 +0200
http://bitbucket.org/pypy/pypy/changeset/0d9e53f59c5d/
Log:testing
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy
Author: Alex Gaynor
Branch:
Changeset: r48616:b994f7ec222e
Date: 2011-10-30 21:01 -0400
http://bitbucket.org/pypy/pypy/changeset/b994f7ec222e/
Log:translation fix
diff --git a/pypy/rpython/lltypesystem/rpbc.py
b/pypy/rpython/lltypesystem/rpbc.py
--- a/pypy/rpython/lltypesystem/rpbc.py
+++
17 matches
Mail list logo