[pypy-commit] pypy jitframe-on-heap: fixes for frame_realloc

2013-03-06 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r62131:aea384698a85 Date: 2013-03-06 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/aea384698a85/ Log:fixes for frame_realloc diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpyt

[pypy-commit] pypy jitframe-on-heap: Fixes

2013-02-24 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61729:eac777ca5d2b Date: 2013-02-24 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/eac777ca5d2b/ Log:Fixes diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x86/ass

[pypy-commit] pypy jitframe-on-heap: Fixes

2013-02-24 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61727:645a8aa47cd1 Date: 2013-02-24 10:09 +0100 http://bitbucket.org/pypy/pypy/changeset/645a8aa47cd1/ Log:Fixes diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x86/ass

[pypy-commit] pypy jitframe-on-heap: fixes for moving GC

2013-02-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61480:f1af42073d1b Date: 2013-02-20 00:48 +0200 http://bitbucket.org/pypy/pypy/changeset/f1af42073d1b/ Log:fixes for moving GC diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpyth

[pypy-commit] pypy jitframe-on-heap: Fixes for saving registers while reloading frame. Test coming

2013-02-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61440:ef27c4b585bb Date: 2013-02-19 10:20 +0200 http://bitbucket.org/pypy/pypy/changeset/ef27c4b585bb/ Log:Fixes for saving registers while reloading frame. Test coming diff --git a/rpython/jit/backend/llsupport/test/test_gc_int

[pypy-commit] pypy jitframe-on-heap: fixes for gc_integration

2013-02-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61126:45ecdb12c70d Date: 2013-02-12 13:05 +0200 http://bitbucket.org/pypy/pypy/changeset/45ecdb12c70d/ Log:fixes for gc_integration diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/

[pypy-commit] pypy jitframe-on-heap: fixes

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61069:9c927d062ac6 Date: 2013-02-11 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/9c927d062ac6/ Log:fixes diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: fixes for bridges and jitframe relocation

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60979:eaa9093c3214 Date: 2013-02-08 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/eaa9093c3214/ Log:fixes for bridges and jitframe relocation diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assem

[pypy-commit] pypy jitframe-on-heap: fixes

2013-01-24 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60424:fdccfded154e Date: 2013-01-24 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/fdccfded154e/ Log:fixes diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: fixes. Also stupid cpython interpreter exit

2013-01-23 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60400:dad42ccc5996 Date: 2013-01-23 22:55 +0200 http://bitbucket.org/pypy/pypy/changeset/dad42ccc5996/ Log:fixes. Also stupid cpython interpreter exit diff --git a/rpython/jit/backend/llsupport/asmmemmgr.py b/rpython/jit/backen

[pypy-commit] pypy jitframe-on-heap: Fixes

2013-01-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60212:d0469f22d0e8 Date: 2013-01-19 19:40 +0200 http://bitbucket.org/pypy/pypy/changeset/d0469f22d0e8/ Log:Fixes diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/asse

[pypy-commit] pypy jitframe-on-heap: fixes and tests

2013-01-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60158:4c8fa88e Date: 2013-01-18 00:07 +0200 http://bitbucket.org/pypy/pypy/changeset/4c8fa88e/ Log:fixes and tests diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backen

[pypy-commit] pypy jitframe-on-heap: fixes

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60082:bc9a7d2f84ff Date: 2013-01-15 14:09 +0200 http://bitbucket.org/pypy/pypy/changeset/bc9a7d2f84ff/ Log:fixes diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a/pypy/jit/backend/