[pypy-commit] pypy continulet-jit-2: Fix: should not have killed needed_extra_stack_locations() from 'default'.

2012-03-04 Thread arigo
Author: Armin Rigo Branch: continulet-jit-2 Changeset: r53182:344d1fecc21d Date: 2012-03-04 17:29 +0100 http://bitbucket.org/pypy/pypy/changeset/344d1fecc21d/ Log:Fix: should not have killed needed_extra_stack_locations() from 'default'. diff --git a/pypy/jit/backend/x86/assembler.py

[pypy-commit] pypy continulet-jit-2: Fix.

2012-03-02 Thread arigo
Author: Armin Rigo Branch: continulet-jit-2 Changeset: r53123:4d38fc264f1e Date: 2012-03-02 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/4d38fc264f1e/ Log:Fix. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.py

[pypy-commit] pypy continulet-jit-2: Fix.

2012-03-02 Thread arigo
Author: Armin Rigo Branch: continulet-jit-2 Changeset: r53121:3436f7e6b821 Date: 2012-03-02 15:42 + http://bitbucket.org/pypy/pypy/changeset/3436f7e6b821/ Log:Fix. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.py

[pypy-commit] pypy continulet-jit-2: Fix on 32-bit.

2012-03-01 Thread arigo
Author: Armin Rigo Branch: continulet-jit-2 Changeset: r53060:75ac3cc2736a Date: 2012-03-01 16:49 +0100 http://bitbucket.org/pypy/pypy/changeset/75ac3cc2736a/ Log:Fix on 32-bit. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/ass