Author: David Schneider
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 a/talk/vmil2012/tool/build_tables.py
b/talk/vmil2012/tool
Author: Armin Rigo
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
+++ b/benchmarks.py
@@ -60,7
Author: Armin Rigo
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
@@ -4127,7 +4127,
Author: Armin Rigo
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 effect that
Author: Armin Rigo
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
+++ b/doc/source/in
Author: Armin Rigo
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
@@ -703,9 +703,
Author: Armin Rigo
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
+++ b/doc/source/index.
Author: Armin Rigo
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
@@ -963,10 +963,11
Author: Armin Rigo
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
b/pypy/module/_cffi_backend/test/_backend_t
Author: David Schneider
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
--- a/talk/vmil2012/paper.bib
+++ b/talk/vmil201
Author: David Schneider
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
--- a/talk/vmil2012/Makefile
+++ b/talk/vmil2012/Mak
Author: Armin Rigo
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
--- a/pypy/module/_c
Author: David Schneider
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
b/pypy/jit/backend/ppc/tes
Author: David Schneider
Branch: arm-backend-2
Changeset: r56510:958f05aaec24
Date: 2012-07-30 17:04 +0200
http://bitbucket.org/pypy/pypy/changeset/958f05aaec24/
Log:tweak backend test collection
diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/p
Author: Armin Rigo
Branch:
Changeset: r746:a82b0ebbb79a
Date: 2012-07-30 17:21 +0200
http://bitbucket.org/cffi/cffi/changeset/a82b0ebbb79a/
Log:A ctypes version of readdir.py.
diff --git a/demo/readdir_ctypes.py b/demo/readdir_ctypes.py
new file mode 100644
--- /dev/null
+++ b/demo/readdir_
Author: Armin Rigo
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
+++ b/demo/readdir_ctypes.py
@@ -5
Author: Armin Rigo
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 = ffi._backend
Author: David Schneider
Branch: arm-backend-2
Changeset: r56511:fde5dc066a03
Date: 2012-07-30 19:41 +0200
http://bitbucket.org/pypy/pypy/changeset/fde5dc066a03/
Log:Skip test_basic tests that would require longlong support (judging
by the name of the test)
diff --git a/pypy/jit/backe
Author: Armin Rigo
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@pyt
Author: Armin Rigo
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
--- a/pypy/jit/backend/llsupport/gc.py
+++ b/
20 matches
Mail list logo