[pypy-commit] pypy jitframe-on-heap: er, maybe like that

2013-02-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61846:4f1b0ef6ca4a Date: 2013-02-27 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/4f1b0ef6ca4a/ Log:er, maybe like that diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpyth

[pypy-commit] pypy jitframe-on-heap: er, I'm a moron

2013-02-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61138:ad46b2046728 Date: 2013-02-12 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/ad46b2046728/ Log:er, I'm a moron diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport/jitframe.py --- a

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

2013-01-25 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60448:102e62882ae6 Date: 2013-01-25 14:19 +0200 http://bitbucket.org/pypy/pypy/changeset/102e62882ae6/ Log:er diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x8

[pypy-commit] pypy jitframe-on-heap: er, we're not aligning frames here

2013-01-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60152:d381f1ced67c Date: 2013-01-17 22:53 +0200 http://bitbucket.org/pypy/pypy/changeset/d381f1ced67c/ Log:er, we're not aligning frames here diff --git a/pypy/jit/backend/x86/arch.py b/pypy/jit/backend/x86/arch.py --- a/pypy/ji