Author: Antonio Cuni
Branch: extradoc
Changeset: r3826:8c2e968974b1
Date: 2011-07-07 09:16 +0200
http://bitbucket.org/pypy/extradoc/changeset/8c2e968974b1/
Log:specify better how I got those results
diff --git a/blog/draft/realtime_image_processing.rst
b/blog/draft/realtime_image_processing
Author: Armin Rigo
Branch: reflex-support
Changeset: r45400:8c156dc9d400
Date: 2011-07-07 10:55 +0200
http://bitbucket.org/pypy/pypy/changeset/8c156dc9d400/
Log:Comment about a potentially much better solution.
diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py
---
Author: Maciej Fijalkowski
Branch:
Changeset: r45401:65b3eb117eb5
Date: 2011-07-07 11:23 +0200
http://bitbucket.org/pypy/pypy/changeset/65b3eb117eb5/
Log:(fijal, djarecka) numpy.fromstring
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/modul
Author: Carl Friedrich Bolz
Branch: celldict-versions
Changeset: r45402:34826add86e7
Date: 2011-07-07 12:29 +0200
http://bitbucket.org/pypy/pypy/changeset/34826add86e7/
Log:skip correctly on apptests
diff --git a/pypy/objspace/std/test/test_celldict.py
b/pypy/objspace/std/test/test_celldict
Author: Carl Friedrich Bolz
Branch: celldict-versions
Changeset: r45403:485f752ebe10
Date: 2011-07-07 12:29 +0200
http://bitbucket.org/pypy/pypy/changeset/485f752ebe10/
Log:make globals a virtualizable field
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
Author: Armin Rigo
Branch: shadowstack-perf
Changeset: r45404:11deeacd3210
Date: 2011-07-07 11:23 +0200
http://bitbucket.org/pypy/pypy/changeset/11deeacd3210/
Log:Backed out changeset 31d4b032dd61, for now. It's subtly incorrect,
at least because the JIT backend uses two consecutive e
Author: Armin Rigo
Branch: shadowstack-perf
Changeset: r45405:c292d7b6630f
Date: 2011-07-07 12:33 +0200
http://bitbucket.org/pypy/pypy/changeset/c292d7b6630f/
Log:Mostly comments for now, describing the goal.
diff --git a/pypy/translator/register.py b/pypy/translator/register.py
new file mod
Author: Carl Friedrich Bolz
Branch:
Changeset: r45406:4303dff32d79
Date: 2011-07-07 15:17 +0200
http://bitbucket.org/pypy/pypy/changeset/4303dff32d79/
Log:(cfbolz, arigo around): dont record guard_class operations on the
same box repeatedly. saves a luarge percentage of guards.
diff
Author: Carl Friedrich Bolz
Branch:
Changeset: r45407:8061dbe5a513
Date: 2011-07-07 15:35 +0200
http://bitbucket.org/pypy/pypy/changeset/8061dbe5a513/
Log:don't put guard_nonnull for things that have a known class
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
Author: Carl Friedrich Bolz
Branch:
Changeset: r45408:2ce2e3e205d8
Date: 2011-07-07 15:35 +0200
http://bitbucket.org/pypy/pypy/changeset/2ce2e3e205d8/
Log:don't repeat guard_isnull
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainterp/pyjitpl
Author: Carl Friedrich Bolz
Branch:
Changeset: r45409:01e4f337b79a
Date: 2011-07-07 15:47 +0200
http://bitbucket.org/pypy/pypy/changeset/01e4f337b79a/
Log:new objects have a known class
diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainterp/py
Author: Justin Peel
Branch:
Changeset: r45410:2d192eaab45f
Date: 2011-07-06 13:49 -0600
http://bitbucket.org/pypy/pypy/changeset/2d192eaab45f/
Log:unindented a line that shouldn't be indented in crc32 of the
binascii module
diff --git a/lib_pypy/binascii.py b/lib_pypy/binascii.py
--
Author: Antonio Cuni
Branch: extradoc
Changeset: r3827:158b8e73b74b
Date: 2011-07-07 17:11 +0200
http://bitbucket.org/pypy/extradoc/changeset/158b8e73b74b/
Log:small tweaks, and mention the video
diff --git a/blog/draft/realtime_image_processing.rst
b/blog/draft/realtime_image_processing.rs
Author: Antonio Cuni
Branch: extradoc
Changeset: r3828:d30e46f175be
Date: 2011-07-07 17:21 +0200
http://bitbucket.org/pypy/extradoc/changeset/d30e46f175be/
Log:rst-ify, and mention that you need at least pypy 1.5
diff --git a/blog/draft/realtime_image_processing.rst
b/blog/draft/realtime_im
Author: Alex Gaynor
Branch:
Changeset: r45411:5d2970523f79
Date: 2011-07-07 14:28 -0700
http://bitbucket.org/pypy/pypy/changeset/5d2970523f79/
Log:switch from using rffi to call memcpy form C to using
rgc.ll_arraycopy (which works for non-gc arrays apparently)
diff --git a/pypy/modu
Author: Alex Gaynor
Branch:
Changeset: r45412:3476b9be3cec
Date: 2011-07-07 18:31 -0700
http://bitbucket.org/pypy/pypy/changeset/3476b9be3cec/
Log:Backed out changeset 5d2970523f79, this breaks translation.
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
16 matches
Mail list logo