[pypy-commit] pypy s390x-backend: implementing realloc frame

2015-12-31 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81505:35dcb2c4de31 Date: 2015-12-31 09:50 +0100 http://bitbucket.org/pypy/pypy/changeset/35dcb2c4de31/ Log:implementing realloc frame diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/zarch/assembler.py --- a

[pypy-commit] pypy s390x-backend: realloc frame is nearly working, it seems though the token is not different from the frame?

2015-12-31 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81506:25e9fedba6e8 Date: 2015-12-31 11:03 +0100 http://bitbucket.org/pypy/pypy/changeset/25e9fedba6e8/ Log:realloc frame is nearly working, it seems though the token is not different from the frame? diff --git a/rpython/jit/b

[pypy-commit] cffi static-callback-embedding: tweaks

2015-12-31 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2500:eb5b30231847 Date: 2015-12-30 15:46 +0100 http://bitbucket.org/cffi/cffi/changeset/eb5b30231847/ Log:tweaks diff --git a/cffi/_embedding.h b/cffi/_embedding.h --- a/cffi/_embedding.h +++ b/cffi/_embedding.h @@ -4,7 +4,7 @@

[pypy-commit] cffi static-callback-embedding: hg merge default

2015-12-31 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2499:2075cb3f448f Date: 2015-12-29 14:33 +0100 http://bitbucket.org/cffi/cffi/changeset/2075cb3f448f/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2

[pypy-commit] pypy cffi-static-callback-embedding: continue the cffi-static-callback-embedding branch, merge from default

2015-12-31 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback-embedding Changeset: r81507:81e85ede3e5a Date: 2015-12-30 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/81e85ede3e5a/ Log:continue the cffi-static-callback-embedding branch, merge from default diff --git a/pypy/goal/targetpypysta

[pypy-commit] pypy cffi-static-callback-embedding: revert some changes, and roughly finish the logic. Need to think about how to test that

2015-12-31 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback-embedding Changeset: r81508:381dbfd502eb Date: 2015-12-30 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/381dbfd502eb/ Log:revert some changes, and roughly finish the logic. Need to think about how to test that diff --git a/pypy/g

[pypy-commit] pypy default: Remove the hacks in optimizeopt introduced by 'faster-rstruct' and

2015-12-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r81509:c46508226ad9 Date: 2015-12-31 10:46 + http://bitbucket.org/pypy/pypy/changeset/c46508226ad9/ Log:Remove the hacks in optimizeopt introduced by 'faster-rstruct' and instead add a 'llop.gc_load_indexed' operation that turns into a

[pypy-commit] cffi static-callback-embedding: more tweaks; tests needed...

2015-12-31 Thread arigo
Author: Armin Rigo Branch: static-callback-embedding Changeset: r2501:c3084bd75943 Date: 2015-12-30 22:36 +0100 http://bitbucket.org/cffi/cffi/changeset/c3084bd75943/ Log:more tweaks; tests needed... diff --git a/cffi/_embedding.h b/cffi/_embedding.h --- a/cffi/_embedding.h +++ b/cffi/_embed

[pypy-commit] pypy.org extradoc: update the values

2015-12-31 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r685:0c65712acd39 Date: 2015-12-31 13:41 +0100 http://bitbucket.org/pypy/pypy.org/changeset/0c65712acd39/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $61634 of $105000 (

[pypy-commit] pypy llvm-translation-backend: Implement inhibit_tail_call marker.

2015-12-31 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r81510:56cf0a68905a Date: 2015-12-31 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/56cf0a68905a/ Log:Implement inhibit_tail_call marker. This raises the required LLVM version to 3.8 (as of now unreleased). diff

[pypy-commit] pypy cffi-static-callback-embedding: Translation fixes, manual testing...

2015-12-31 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback-embedding Changeset: r81511:d5c92fe3af5b Date: 2015-12-31 15:30 + http://bitbucket.org/pypy/pypy/changeset/d5c92fe3af5b/ Log:Translation fixes, manual testing... diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backen

[pypy-commit] pypy cffi-static-callback-embedding: Translation fix

2015-12-31 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback-embedding Changeset: r81512:e4b349baee63 Date: 2015-12-31 16:02 + http://bitbucket.org/pypy/pypy/changeset/e4b349baee63/ Log:Translation fix diff --git a/pypy/module/_cffi_backend/cffi1_module.py b/pypy/module/_cffi_backend/cffi1_module.py

[pypy-commit] pypy remove-getfield-pure: Merge with default

2015-12-31 Thread sbauman
Author: Spenser Andrew Bauman Branch: remove-getfield-pure Changeset: r81513:3e4151de2899 Date: 2015-12-23 20:29 -0500 http://bitbucket.org/pypy/pypy/changeset/3e4151de2899/ Log:Merge with default diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,4 @@ relea

[pypy-commit] pypy remove-getfield-pure: Sync with master

2015-12-31 Thread sbauman
Author: Spenser Andrew Bauman Branch: remove-getfield-pure Changeset: r81514:b131bc726e2b Date: 2015-12-31 11:49 -0500 http://bitbucket.org/pypy/pypy/changeset/b131bc726e2b/ Log:Sync with master diff too long, truncating to 2000 out of 2109 lines diff --git a/lib_pypy/cffi.egg-info/PKG-INFO