[pypy-commit] extradoc extradoc: specify better how I got those results

2011-07-07 Thread antocuni
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

[pypy-commit] pypy reflex-support: Comment about a potentially much better solution.

2011-07-07 Thread arigo
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 ---

[pypy-commit] pypy default: (fijal, djarecka) numpy.fromstring

2011-07-07 Thread fijal
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

[pypy-commit] pypy celldict-versions: skip correctly on apptests

2011-07-07 Thread cfbolz
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

[pypy-commit] pypy celldict-versions: make globals a virtualizable field

2011-07-07 Thread cfbolz
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

[pypy-commit] pypy shadowstack-perf: Backed out changeset 31d4b032dd61, for now.

2011-07-07 Thread arigo
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

[pypy-commit] pypy shadowstack-perf: Mostly comments for now, describing the goal.

2011-07-07 Thread arigo
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

[pypy-commit] pypy default: (cfbolz, arigo around): dont record guard_class operations on the same box

2011-07-07 Thread cfbolz
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

[pypy-commit] pypy default: don't put guard_nonnull for things that have a known class

2011-07-07 Thread cfbolz
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

[pypy-commit] pypy default: don't repeat guard_isnull

2011-07-07 Thread cfbolz
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

[pypy-commit] pypy default: new objects have a known class

2011-07-07 Thread cfbolz
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

[pypy-commit] pypy default: unindented a line that shouldn't be indented in crc32 of the binascii module

2011-07-07 Thread justinpeel
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 --

[pypy-commit] extradoc extradoc: small tweaks, and mention the video

2011-07-07 Thread antocuni
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

[pypy-commit] extradoc extradoc: rst-ify, and mention that you need at least pypy 1.5

2011-07-07 Thread antocuni
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

[pypy-commit] pypy default: switch from using rffi to call memcpy form C to using rgc.ll_arraycopy (which works for non-gc arrays apparently)

2011-07-07 Thread alex_gaynor
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

[pypy-commit] pypy default: Backed out changeset 5d2970523f79, this breaks translation.

2011-07-07 Thread alex_gaynor
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