[pypy-commit] extradoc extradoc: add calculated resume data size to asm and guard size table

2012-07-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4393:d730ef883cb9 Date: 2012-07-30 11:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/d730ef883cb9/ Log:add calculated resume data size to asm and guard size table diff --git

[pypy-commit] benchmarks default: Add the benchmark hexiom2 from Laurent Vaucher.

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r188:3245e1224b6a Date: 2012-07-30 12:18 +0200 http://bitbucket.org/pypy/benchmarks/changeset/3245e1224b6a/ Log:Add the benchmark hexiom2 from Laurent Vaucher. diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++

[pypy-commit] cffi default: Bump the version number to 0.3

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r740:b3103a1a2038 Date: 2012-07-30 14:25 +0200 http://bitbucket.org/cffi/cffi/changeset/b3103a1a2038/ Log:Bump the version number to 0.3 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c

[pypy-commit] cffi default: Found out how to properly generalize the pass a Python string as

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r741:2ac4cc98111f Date: 2012-07-30 15:05 +0200 http://bitbucket.org/cffi/cffi/changeset/2ac4cc98111f/ Log:Found out how to properly generalize the pass a Python string as a 'char *' argument to a function call. It has the nice

[pypy-commit] cffi default: Document with a versionchanged the changes.

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r742:6d502ec32dba Date: 2012-07-30 15:08 +0200 http://bitbucket.org/cffi/cffi/changeset/6d502ec32dba/ Log:Document with a versionchanged the changes. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++

[pypy-commit] cffi default: Blank lines kill us.

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r743:ea3707bdc009 Date: 2012-07-30 15:09 +0200 http://bitbucket.org/cffi/cffi/changeset/ea3707bdc009/ Log:Blank lines kill us. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst

[pypy-commit] cffi default: Add a (*) in the base pointer case too.

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r744:a8f69dff7012 Date: 2012-07-30 15:11 +0200 http://bitbucket.org/cffi/cffi/changeset/a8f69dff7012/ Log:Add a (*) in the base pointer case too. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++

[pypy-commit] cffi default: More explanation

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r745:2ee19e5cc285 Date: 2012-07-30 15:14 +0200 http://bitbucket.org/cffi/cffi/changeset/2ee19e5cc285/ Log:More explanation diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@

[pypy-commit] pypy ffi-backend: Bring over the new test_c.

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: ffi-backend Changeset: r56507:ba23bc001f85 Date: 2012-07-30 15:18 +0200 http://bitbucket.org/pypy/pypy/changeset/ba23bc001f85/ Log:Bring over the new test_c. diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py

[pypy-commit] extradoc extradoc: more related work

2012-07-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4394:c8a4351eca43 Date: 2012-07-30 15:52 +0200 http://bitbucket.org/pypy/extradoc/changeset/c8a4351eca43/ Log:more related work diff --git a/talk/vmil2012/paper.bib b/talk/vmil2012/paper.bib ---

[pypy-commit] extradoc extradoc: make clean rule

2012-07-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: extradoc Changeset: r4395:13f2713e317d Date: 2012-07-30 15:52 +0200 http://bitbucket.org/pypy/extradoc/changeset/13f2713e317d/ Log:make clean rule diff --git a/talk/vmil2012/Makefile b/talk/vmil2012/Makefile ---

[pypy-commit] pypy ffi-backend: Fix the new test.

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: ffi-backend Changeset: r56508:04fd96420368 Date: 2012-07-30 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/04fd96420368/ Log:Fix the new test. diff --git a/pypy/module/_cffi_backend/ctypearray.py b/pypy/module/_cffi_backend/ctypearray.py ---

[pypy-commit] pypy ppc-jit-backend: import test_virtualref from x86 backend

2012-07-30 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: ppc-jit-backend Changeset: r56509:a44231b39228 Date: 2012-07-30 07:29 -0700 http://bitbucket.org/pypy/pypy/changeset/a44231b39228/ Log:import test_virtualref from x86 backend diff --git a/pypy/jit/backend/x86/test/test_virtualref.py

[pypy-commit] cffi default: Remove debugging print

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r747:f5fcdc8faafc Date: 2012-07-30 17:23 +0200 http://bitbucket.org/cffi/cffi/changeset/f5fcdc8faafc/ Log:Remove debugging print diff --git a/demo/readdir_ctypes.py b/demo/readdir_ctypes.py --- a/demo/readdir_ctypes.py +++

[pypy-commit] cffi default: Speed up.

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r748:d4a718449054 Date: 2012-07-30 17:53 +0200 http://bitbucket.org/cffi/cffi/changeset/d4a718449054/ Log:Speed up. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -259,41 +259,43 @@ # backend =

[pypy-commit] pypy stm-jit: Start a branch to work on the JIT support of STM.

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-jit Changeset: r56512:b870b7e96a39 Date: 2012-07-30 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/b870b7e96a39/ Log:Start a branch to work on the JIT support of STM. ___ pypy-commit mailing list

[pypy-commit] pypy stm-jit: In-progress

2012-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-jit Changeset: r56513:4b0633949b2a Date: 2012-07-30 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/4b0633949b2a/ Log:In-progress diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py ---