[pypy-commit] pypy emit-call-x86: in-progress

2013-05-19 Thread arigo
Author: Armin Rigo Branch: emit-call-x86 Changeset: r64328:fb8653a29037 Date: 2013-05-19 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/fb8653a29037/ Log:in-progress diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py --- a/rpython/jit/

[pypy-commit] pypy emit-call-x86: In-progress.

2013-05-19 Thread arigo
Author: Armin Rigo Branch: emit-call-x86 Changeset: r64310:575cd15c0384 Date: 2013-05-19 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/575cd15c0384/ Log:In-progress. diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x86