[pypy-commit] pypy ppc-jit-backend: use the precalculated offset of the stacklocation to the spillling pointer when writing the callshape

2012-03-07 Thread bivab
Author: David Schneider Branch: ppc-jit-backend Changeset: r53253:924848abc3d9 Date: 2012-03-07 04:52 -0800 http://bitbucket.org/pypy/pypy/changeset/924848abc3d9/ Log:use the precalculated offset of the stacklocation to the spillling pointer when writing the callshape diff --git a/py

[pypy-commit] extradoc extradoc: add my jit talk

2012-03-07 Thread gutworth
Author: Benjamin Peterson Branch: extradoc Changeset: r4127:7b64332e2e53 Date: 2012-03-07 09:57 -0600 http://bitbucket.org/pypy/extradoc/changeset/7b64332e2e53/ Log:add my jit talk diff --git a/talk/pycon2012/jit/instancemap.png b/talk/pycon2012/jit/instancemap.png new file mode 100644 inde

[pypy-commit] extradoc extradoc: merge

2012-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4129:5cf115078d22 Date: 2012-03-07 08:02 -0800 http://bitbucket.org/pypy/extradoc/changeset/5cf115078d22/ Log:merge diff --git a/talk/pycon2012/jit/instancemap.png b/talk/pycon2012/jit/instancemap.png new file mode 100644 index 00

[pypy-commit] pypy default: Bah, another case that doesn't work correctly.

2012-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r53254:0acb3979ffd3 Date: 2012-03-04 22:05 +0100 http://bitbucket.org/pypy/pypy/changeset/0acb3979ffd3/ Log:Bah, another case that doesn't work correctly. diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --

[pypy-commit] pypy default: Fix the tests.

2012-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r53255:1c24b15d25b5 Date: 2012-03-04 23:22 +0100 http://bitbucket.org/pypy/pypy/changeset/1c24b15d25b5/ Log:Fix the tests. diff --git a/pypy/annotation/description.py b/pypy/annotation/description.py --- a/pypy/annotation/description.py +++ b/pypy/annot

[pypy-commit] pypy default: Fix.

2012-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r53257:908d77ee8a29 Date: 2012-03-05 00:08 +0100 http://bitbucket.org/pypy/pypy/changeset/908d77ee8a29/ Log:Fix. diff --git a/pypy/jit/backend/x86/codebuf.py b/pypy/jit/backend/x86/codebuf.py --- a/pypy/jit/backend/x86/codebuf.py +++ b/pypy/jit/backend/

[pypy-commit] pypy default: Test and fix.

2012-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r53256:d57e1fff2623 Date: 2012-03-04 23:33 +0100 http://bitbucket.org/pypy/pypy/changeset/d57e1fff2623/ Log:Test and fix. diff --git a/pypy/annotation/description.py b/pypy/annotation/description.py --- a/pypy/annotation/description.py +++ b/pypy/annota

[pypy-commit] pypy default: merge heads

2012-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r53258:2e76062efd46 Date: 2012-03-05 00:13 +0100 http://bitbucket.org/pypy/pypy/changeset/2e76062efd46/ Log:merge heads ___ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listin

[pypy-commit] pypy default: merge heads

2012-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r53259:534c2faf1522 Date: 2012-03-07 17:07 + http://bitbucket.org/pypy/pypy/changeset/534c2faf1522/ Log:merge heads diff --git a/pypy/annotation/description.py b/pypy/annotation/description.py --- a/pypy/annotation/description.py +++ b/pypy/annotati

[pypy-commit] extradoc extradoc: also this

2012-03-07 Thread gutworth
Author: Benjamin Peterson Branch: extradoc Changeset: r4130:4a82ed652743 Date: 2012-03-07 11:18 -0600 http://bitbucket.org/pypy/extradoc/changeset/4a82ed652743/ Log:also this diff --git a/talk/pycon2012/jit/slides.tex b/talk/pycon2012/jit/slides.tex --- a/talk/pycon2012/jit/slides.tex +++ b/

[pypy-commit] jitviewer default: Suggesting using jit-backend not jit-backend-count so that jitviewer can display the assembler.

2012-03-07 Thread hodgestar
Author: Simon Cross Branch: Changeset: r193:f4c3fa418099 Date: 2012-03-07 19:19 +0200 http://bitbucket.org/pypy/jitviewer/changeset/f4c3fa418099/ Log:Suggesting using jit-backend not jit-backend-count so that jitviewer can display the assembler. diff --git a/_jitviewer/app.py b/_jit

[pypy-commit] extradoc extradoc: indicate intepreter is in RPython

2012-03-07 Thread gutworth
Author: Benjamin Peterson Branch: extradoc Changeset: r4131:2962638984fb Date: 2012-03-07 11:30 -0600 http://bitbucket.org/pypy/extradoc/changeset/2962638984fb/ Log:indicate intepreter is in RPython diff --git a/talk/pycon2012/jit/slides.tex b/talk/pycon2012/jit/slides.tex --- a/talk/pycon20

[pypy-commit] extradoc extradoc: hopefully make this clearer

2012-03-07 Thread gutworth
Author: Benjamin Peterson Branch: extradoc Changeset: r4132:94a9d12b04c9 Date: 2012-03-07 11:50 -0600 http://bitbucket.org/pypy/extradoc/changeset/94a9d12b04c9/ Log:hopefully make this clearer diff --git a/talk/pycon2012/jit/slides.tex b/talk/pycon2012/jit/slides.tex --- a/talk/pycon2012/jit

[pypy-commit] extradoc extradoc: Add regex JIT example.

2012-03-07 Thread hodgestar
Author: Simon Cross Branch: extradoc Changeset: r4133:0d6e364016ae Date: 2012-03-07 21:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/0d6e364016ae/ Log:Add regex JIT example. diff --git a/talk/pycon2012/tutorial/examples/08_re_jit.py b/talk/pycon2012/tutorial/examples/08_re_jit.py ne

[pypy-commit] pypy default: fix kqueue tests and translation for 64 bit mac os

2012-03-07 Thread bivab
Author: David Schneider Branch: Changeset: r53260:81ec554c58b3 Date: 2012-03-07 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/81ec554c58b3/ Log:fix kqueue tests and translation for 64 bit mac os diff --git a/pypy/module/select/interp_kqueue.py b/pypy/module/select/interp_kqueue.py -

[pypy-commit] pypy ppc-jit-backend: Refer to spilling pointer as SPP, not r31.

2012-03-07 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r53261:543144fe11e2 Date: 2012-03-07 15:18 -0500 http://bitbucket.org/pypy/pypy/changeset/543144fe11e2/ Log:Refer to spilling pointer as SPP, not r31. diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.p

[pypy-commit] pypy default: python 2.6 syntax

2012-03-07 Thread mattip
Author: mattip Branch: Changeset: r53262:ee003450a5ce Date: 2012-03-07 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/ee003450a5ce/ Log:python 2.6 syntax diff --git a/pypy/module/select/interp_kqueue.py b/pypy/module/select/interp_kqueue.py --- a/pypy/module/select/interp_kqueue.py ++

[pypy-commit] pypy default: whoops

2012-03-07 Thread mattip
Author: mattip Branch: Changeset: r53263:986d17b4a13c Date: 2012-03-07 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/986d17b4a13c/ Log:whoops diff --git a/pypy/module/select/interp_kqueue.py b/pypy/module/select/interp_kqueue.py --- a/pypy/module/select/interp_kqueue.py +++ b/pypy/mo

[pypy-commit] extradoc extradoc: another slide

2012-03-07 Thread gutworth
Author: Benjamin Peterson Branch: extradoc Changeset: r4134:e54b8d104e52 Date: 2012-03-07 16:30 -0600 http://bitbucket.org/pypy/extradoc/changeset/e54b8d104e52/ Log:another slide diff --git a/talk/pycon2012/jit/slides.tex b/talk/pycon2012/jit/slides.tex --- a/talk/pycon2012/jit/slides.tex ++

[pypy-commit] extradoc extradoc: merge heads

2012-03-07 Thread gutworth
Author: Benjamin Peterson Branch: extradoc Changeset: r4135:788923bf09fc Date: 2012-03-07 16:32 -0600 http://bitbucket.org/pypy/extradoc/changeset/788923bf09fc/ Log:merge heads diff --git a/talk/pycon2012/tutorial/examples/08_re_jit.py b/talk/pycon2012/tutorial/examples/08_re_jit.py new fil

[pypy-commit] pypy reflex-support: CINT backend robustness

2012-03-07 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r53264:df4c236903ce Date: 2012-03-06 00:12 -0800 http://bitbucket.org/pypy/pypy/changeset/df4c236903ce/ Log:CINT backend robustness diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint_capi.py --- a/pypy/modul

[pypy-commit] pypy reflex-support: make sure that typedefs point to the same python class (this includes a full overhaul of the caching of cpp classes)

2012-03-07 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r53265:0055136f2633 Date: 2012-03-07 15:10 -0800 http://bitbucket.org/pypy/pypy/changeset/0055136f2633/ Log:make sure that typedefs point to the same python class (this includes a full overhaul of the caching of cpp classes) dif

[pypy-commit] pypy reflex-support: typedefs for CINT (includes special handling of string/basic_string)

2012-03-07 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r53266:cc3b0fc4cfd1 Date: 2012-03-07 15:46 -0800 http://bitbucket.org/pypy/pypy/changeset/cc3b0fc4cfd1/ Log:typedefs for CINT (includes special handling of string/basic_string) diff --git a/pypy/module/cppyy/converter.py b/pypy/

[pypy-commit] pypy reflex-support: fix typo found by rtyper

2012-03-07 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r53268:fe2026c442f5 Date: 2012-03-07 16:44 -0800 http://bitbucket.org/pypy/pypy/changeset/fe2026c442f5/ Log:fix typo found by rtyper diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/module/c

[pypy-commit] benchmarks default: reenable web bench

2012-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r175:3dcea2b0f7e5 Date: 2012-03-07 20:56 -0800 http://bitbucket.org/pypy/benchmarks/changeset/3dcea2b0f7e5/ Log:reenable web bench diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -62,7 +62,7 @@

[pypy-commit] extradoc extradoc: done

2012-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4136:fbd5bb4b2ed8 Date: 2012-03-07 21:02 -0800 http://bitbucket.org/pypy/extradoc/changeset/fbd5bb4b2ed8/ Log:done diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++ b/planning/jit.txt @@ -90,18 +90,6 @@ BACKEN

[pypy-commit] extradoc extradoc: (fijal, exarkun) twisted web related task

2012-03-07 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4137:eedec4bf6e81 Date: 2012-03-07 21:04 -0800 http://bitbucket.org/pypy/extradoc/changeset/eedec4bf6e81/ Log:(fijal, exarkun) twisted web related task diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++ b/planni

[pypy-commit] pypy non-null-threadstate: Always return a non-null pointer from PyEval_SaveThread - maybe it's good.

2012-03-07 Thread exarkun
Author: Jean-Paul Calderone Branch: non-null-threadstate Changeset: r53269:530532093911 Date: 2012-03-07 22:53 -0800 http://bitbucket.org/pypy/pypy/changeset/530532093911/ Log:Always return a non-null pointer from PyEval_SaveThread - maybe it's good. diff --git a/pypy/module/cpyext/p