[pypy-commit] pypy float-bytes: fix

2012-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: float-bytes Changeset: r54015:46e174a843e3 Date: 2012-03-27 01:21 +0200 http://bitbucket.org/pypy/pypy/changeset/46e174a843e3/ Log:fix diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py --- a/pypy/jit/backend/x86/regalloc.py ++

[pypy-commit] pypy float-bytes: Fix for 32-bits.

2012-03-19 Thread alex_gaynor
Author: Alex Gaynor Branch: float-bytes Changeset: r53810:285832970fbc Date: 2012-03-19 20:36 + http://bitbucket.org/pypy/pypy/changeset/285832970fbc/ Log:Fix for 32-bits. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/tes

[pypy-commit] pypy float-bytes: fix for 32-bits

2012-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: float-bytes Changeset: r53762:23235feffeef Date: 2012-03-17 11:08 -0500 http://bitbucket.org/pypy/pypy/changeset/23235feffeef/ Log:fix for 32-bits diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py --- a/pypy/jit/metainterp