[pypy-commit] pypy jitframe-on-heap: fix the stack wasting (does not fix the stack issue I believe)

2013-03-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62331:3b3c923bd6f6 Date: 2013-03-13 14:50 -0700 http://bitbucket.org/pypy/pypy/changeset/3b3c923bd6f6/ Log:fix the stack wasting (does not fix the stack issue I believe) diff --git a/rpython/jit/backend/x86/assembler.py b/rpyth

[pypy-commit] pypy jitframe-on-heap: fix the tests

2013-03-12 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r62319:c1c13193ef64 Date: 2013-03-12 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/c1c13193ef64/ Log:fix the tests diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backend/llsupport/test/t

[pypy-commit] pypy jitframe-on-heap: fix for build_frame_realloc_slowpath and _restore_exception

2013-03-11 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r62290:9c6fa4ed86cc Date: 2013-03-11 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/9c6fa4ed86cc/ Log:fix for build_frame_realloc_slowpath and _restore_exception diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit

[pypy-commit] pypy jitframe-on-heap: fix the stack alignment (I think)

2013-03-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62280:9db1c0dd3831 Date: 2013-03-10 23:27 +0200 http://bitbucket.org/pypy/pypy/changeset/9db1c0dd3831/ Log:fix the stack alignment (I think) diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.

[pypy-commit] pypy jitframe-on-heap: fix codewriter tests

2013-03-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62238:860d24d10cc7 Date: 2013-03-08 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/860d24d10cc7/ Log:fix codewriter tests diff --git a/rpython/jit/codewriter/test/test_call.py b/rpython/jit/codewriter/test/test_call.py --

[pypy-commit] pypy jitframe-on-heap: fix test_continuelet

2013-03-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62237:27c0ece2e24f Date: 2013-03-08 17:08 +0200 http://bitbucket.org/pypy/pypy/changeset/27c0ece2e24f/ Log:fix test_continuelet diff --git a/rpython/rlib/_stacklet_n_a.py b/rpython/rlib/_stacklet_n_a.py --- a/rpython/rlib/_stack

[pypy-commit] pypy jitframe-on-heap: fix test_oparser

2013-03-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62244:bae92e3bf1c1 Date: 2013-03-08 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/bae92e3bf1c1/ Log:fix test_oparser diff --git a/rpython/jit/tool/oparser_model.py b/rpython/jit/tool/oparser_model.py --- a/rpython/jit/to

[pypy-commit] pypy jitframe-on-heap: fix test_compile

2013-03-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62241:0a95a0180cb5 Date: 2013-03-08 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/0a95a0180cb5/ Log:fix test_compile diff --git a/rpython/jit/metainterp/test/test_compile.py b/rpython/jit/metainterp/test/test_compile.py

[pypy-commit] pypy jitframe-on-heap: fix the test

2013-03-08 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62236:557de6bbfcc1 Date: 2013-03-08 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/557de6bbfcc1/ Log:fix the test diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py b/rpython/jit/backend/llsupport/test/test_r

[pypy-commit] pypy jitframe-on-heap: fix the test

2013-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62146:aef7ed124ee1 Date: 2013-03-07 00:01 +0200 http://bitbucket.org/pypy/pypy/changeset/aef7ed124ee1/ Log:fix the test diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backend/llsupport/test

[pypy-commit] pypy jitframe-on-heap: fix imporrt

2013-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62139:b6e3c93df3fd Date: 2013-03-06 23:06 +0200 http://bitbucket.org/pypy/pypy/changeset/b6e3c93df3fd/ Log:fix imporrt diff --git a/rpython/jit/backend/arm/test/test_trace_operations.py b/rpython/jit/backend/arm/test/test_trace

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

2013-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62136:1acd1abdb117 Date: 2013-03-06 22:53 +0200 http://bitbucket.org/pypy/pypy/changeset/1acd1abdb117/ Log:fix diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/a

[pypy-commit] pypy jitframe-on-heap: fix the test

2013-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62132:195a90abd218 Date: 2013-03-06 21:00 +0200 http://bitbucket.org/pypy/pypy/changeset/195a90abd218/ Log:fix the test diff --git a/rpython/jit/backend/arm/test/test_runner.py b/rpython/jit/backend/arm/test/test_runner.py ---

[pypy-commit] pypy jitframe-on-heap: fix the annotation

2013-03-05 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62094:e92223a62bde Date: 2013-03-05 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/e92223a62bde/ Log:fix the annotation diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py ---

[pypy-commit] pypy jitframe-on-heap: fix this test file

2013-03-05 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r62093:228109535a0e Date: 2013-03-05 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/228109535a0e/ Log:fix this test file diff --git a/rpython/jit/backend/x86/tool/test/test_viewcode.py b/rpython/jit/backend/x86/tool/test/t

[pypy-commit] pypy jitframe-on-heap: fix for _call_assembler_check_descr, the value we are comparing against might not fit into an ARM imm

2013-03-05 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r62087:e84f26cdbe51 Date: 2013-03-05 15:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e84f26cdbe51/ Log:fix for _call_assembler_check_descr, the value we are comparing against might not fit into an ARM imm diff --git a/r

[pypy-commit] pypy jitframe-on-heap: Fix: for debugging check we verify that ebp points to a JITFRAME here;

2013-03-04 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r62001:53913ed189c9 Date: 2013-03-04 11:17 +0100 http://bitbucket.org/pypy/pypy/changeset/53913ed189c9/ Log:Fix: for debugging check we verify that ebp points to a JITFRAME here; but it may actually point to an already-forwarded o

[pypy-commit] pypy jitframe-on-heap: Fix.

2013-03-03 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61965:152ee9d80952 Date: 2013-03-03 20:02 +0100 http://bitbucket.org/pypy/pypy/changeset/152ee9d80952/ Log:Fix. diff --git a/rpython/memory/gctransform/asmgcroot.py b/rpython/memory/gctransform/asmgcroot.py --- a/rpython/memory/gctrans

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

2013-02-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61857:297a8f917dda Date: 2013-02-27 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/297a8f917dda/ Log:fix diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/a

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

2013-02-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61844:ef7ff4adab1a Date: 2013-02-27 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/ef7ff4adab1a/ Log:fix diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py --- a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: fix the loading of frame depth

2013-02-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61842:b7eef86deec4 Date: 2013-02-27 13:48 +0200 http://bitbucket.org/pypy/pypy/changeset/b7eef86deec4/ Log:fix the loading of frame depth diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py

[pypy-commit] pypy jitframe-on-heap: fix those tests (I hope)

2013-02-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61840:1bd69b83126f Date: 2013-02-27 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/1bd69b83126f/ Log:fix those tests (I hope) diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool

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

2013-02-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61836:feefc84bc9da Date: 2013-02-27 11:53 +0200 http://bitbucket.org/pypy/pypy/changeset/feefc84bc9da/ Log:fix diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backend/llsupport/test/test_gc_

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

2013-02-26 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61822:f861519ad887 Date: 2013-02-26 12:16 +0100 http://bitbucket.org/pypy/pypy/changeset/f861519ad887/ Log:Fix diff --git a/rpython/memory/gc/minimark.py b/rpython/memory/gc/minimark.py --- a/rpython/memory/gc/minimark.py +++ b/rpython/

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

2013-02-26 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61821:a713cf421fcc Date: 2013-02-26 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/a713cf421fcc/ Log:Fix diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rtyper/rbuiltin.py +++ b/rpython/rtyper/rb

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

2013-02-26 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61820:6ed149cf3475 Date: 2013-02-26 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/6ed149cf3475/ Log:Fix diff --git a/rpython/rtyper/lltypesystem/opimpl.py b/rpython/rtyper/lltypesystem/opimpl.py --- a/rpython/rtyper/lltypesystem

[pypy-commit] pypy jitframe-on-heap: Fix comments

2013-02-26 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61818:14272fdee9cc Date: 2013-02-26 11:22 +0100 http://bitbucket.org/pypy/pypy/changeset/14272fdee9cc/ Log:Fix comments 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: Fix for the case where nursery_cleanup is not an exact divisor of

2013-02-25 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61794:fd42d03450f8 Date: 2013-02-25 22:17 +0100 http://bitbucket.org/pypy/pypy/changeset/fd42d03450f8/ Log:Fix for the case where nursery_cleanup is not an exact divisor of nursery_size. diff --git a/rpython/memory/gc/minimark.p

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

2013-02-24 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61738:f3f2ea7536d7 Date: 2013-02-24 18:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f3f2ea7536d7/ Log:Fix diff --git a/rpython/rlib/_stacklet_asmgcc.py b/rpython/rlib/_stacklet_asmgcc.py --- a/rpython/rlib/_stacklet_asmgcc.py +++ b

[pypy-commit] pypy jitframe-on-heap: Fix translation for no-jit cases

2013-02-24 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61737:434115dab59e Date: 2013-02-24 18:51 +0100 http://bitbucket.org/pypy/pypy/changeset/434115dab59e/ Log:Fix translation for no-jit cases diff --git a/rpython/memory/gctransform/asmgcroot.py b/rpython/memory/gctransform/asmgcroot.py

[pypy-commit] pypy jitframe-on-heap: fix the alignment

2013-02-24 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61734:ff4ff668691e Date: 2013-02-24 19:26 +0200 http://bitbucket.org/pypy/pypy/changeset/ff4ff668691e/ Log:fix the alignment diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython

[pypy-commit] pypy jitframe-on-heap: fix alignment issue

2013-02-22 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61597:8adfb7e84b81 Date: 2013-02-22 13:54 +0200 http://bitbucket.org/pypy/pypy/changeset/8adfb7e84b81/ Log:fix alignment issue diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backend/llsuppo

[pypy-commit] pypy jitframe-on-heap: fix, thanks armin

2013-02-20 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61488:cfe720378860 Date: 2013-02-20 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/cfe720378860/ Log:fix, thanks armin diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython

[pypy-commit] pypy jitframe-on-heap: fix?

2013-02-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61471:fae3e9491cd4 Date: 2013-02-20 00:12 +0200 http://bitbucket.org/pypy/pypy/changeset/fae3e9491cd4/ Log:fix? 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: fix for viewcode's machine detection

2013-02-19 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61456:cdcbff0cbfc0 Date: 2013-02-19 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/cdcbff0cbfc0/ Log:fix for viewcode's machine detection diff --git a/rpython/jit/backend/tool/viewcode.py b/rpython/jit/backend/tool/viewcode.

[pypy-commit] pypy jitframe-on-heap: fix for test_jump on ARM

2013-02-19 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61457:4f99e4952fca Date: 2013-02-19 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/4f99e4952fca/ Log:fix for test_jump on ARM diff --git a/rpython/jit/backend/arm/test/test_jump.py b/rpython/jit/backend/arm/test/test_jump.py

[pypy-commit] pypy jitframe-on-heap: fix emit_guard_call_release_gil, correctly slice arglocs. (test_call_to_c_function now works)

2013-02-19 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61450:37b92dfb2934 Date: 2013-02-19 11:05 +0100 http://bitbucket.org/pypy/pypy/changeset/37b92dfb2934/ Log:fix emit_guard_call_release_gil, correctly slice arglocs. (test_call_to_c_function now works) diff --git a/rpython/j

[pypy-commit] pypy jitframe-on-heap: fix those tests

2013-02-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61446:b775d183cd6b Date: 2013-02-19 10:42 +0200 http://bitbucket.org/pypy/pypy/changeset/b775d183cd6b/ Log:fix those tests diff --git a/rpython/jit/backend/arm/test/test_runner.py b/rpython/jit/backend/arm/test/test_runner.py -

[pypy-commit] pypy jitframe-on-heap: fix test

2013-02-18 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61424:b6c4786a4f7c Date: 2013-02-18 20:18 +0200 http://bitbucket.org/pypy/pypy/changeset/b6c4786a4f7c/ Log:fix test diff --git a/rpython/jit/backend/llsupport/test/test_gc.py b/rpython/jit/backend/llsupport/test/test_gc.py ---

[pypy-commit] pypy jitframe-on-heap: fix?

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61348:6c83318fbde8 Date: 2013-02-17 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/6c83318fbde8/ Log:fix? 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: fix

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61347:d384b9fd7cff Date: 2013-02-17 15:44 +0200 http://bitbucket.org/pypy/pypy/changeset/d384b9fd7cff/ Log:fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyji

[pypy-commit] pypy jitframe-on-heap: fix (I should refactor it actually)

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61345:bf07804d5c75 Date: 2013-02-17 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/bf07804d5c75/ Log:fix (I should refactor it actually) diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opasse

[pypy-commit] pypy jitframe-on-heap: fix import

2013-02-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61343:4ae329d875a7 Date: 2013-02-17 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/4ae329d875a7/ Log:fix import diff --git a/rpython/jit/backend/x86/test/test_recompilation.py b/rpython/jit/backend/x86/test/test_recompila

[pypy-commit] pypy jitframe-on-heap: fix for call_assembler with floats. The offset calculation for the arguments to call_assembler in rewrite.py assumes a double-word aligned JITFRAME

2013-02-16 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61341:017892f48c74 Date: 2013-02-17 02:59 +0100 http://bitbucket.org/pypy/pypy/changeset/017892f48c74/ Log:fix for call_assembler with floats. The offset calculation for the arguments to call_assembler in rewrite.py assumes

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

2013-02-15 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r61270:bb51bc7a00ac Date: 2013-02-15 18:35 +0100 http://bitbucket.org/pypy/pypy/changeset/bb51bc7a00ac/ Log:fix diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backend/

[pypy-commit] pypy jitframe-on-heap: fix call_release_gil

2013-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61229:8a88bb8fc1ee Date: 2013-02-14 12:04 +0200 http://bitbucket.org/pypy/pypy/changeset/8a88bb8fc1ee/ Log:fix call_release_gil diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/

[pypy-commit] pypy jitframe-on-heap: fix?

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61192:d42e121a3bce Date: 2013-02-13 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d42e121a3bce/ Log:fix? diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/

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

2013-02-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61182:f8277f4b139d Date: 2013-02-13 20:37 +0200 http://bitbucket.org/pypy/pypy/changeset/f8277f4b139d/ Log:fix fix fix diff --git a/rpython/jit/backend/arm/arch.py b/rpython/jit/backend/arm/arch.py --- a/rpython/jit/backend/arm/

[pypy-commit] pypy jitframe-on-heap: fix this test

2013-02-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61144:a202d86f7287 Date: 2013-02-12 23:06 +0200 http://bitbucket.org/pypy/pypy/changeset/a202d86f7287/ Log:fix this test diff --git a/rpython/jit/backend/llsupport/test/test_runner.py b/rpython/jit/backend/llsupport/test/test_r

[pypy-commit] pypy jitframe-on-heap: fix the last gc_integration test

2013-02-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61132:094a1cda58d3 Date: 2013-02-12 13:43 +0200 http://bitbucket.org/pypy/pypy/changeset/094a1cda58d3/ Log:fix the last gc_integration test diff --git a/rpython/jit/backend/x86/test/test_gc_integration.py b/rpython/jit/backend/

[pypy-commit] pypy jitframe-on-heap: fix those tests

2013-02-12 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61129:b0c9765f3558 Date: 2013-02-12 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b0c9765f3558/ Log:fix those tests diff --git a/rpython/jit/backend/x86/test/test_gc_integration.py b/rpython/jit/backend/x86/test/test_gc_

[pypy-commit] pypy jitframe-on-heap: fix test_regalloc

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61094:8d6028ef2cb6 Date: 2013-02-11 15:59 +0200 http://bitbucket.org/pypy/pypy/changeset/8d6028ef2cb6/ Log:fix test_regalloc diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit/backend/x86/regalloc.py --- a/rpython/j

[pypy-commit] pypy jitframe-on-heap: fix the xxx

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61076:fe60721f60e7 Date: 2013-02-11 11:30 +0200 http://bitbucket.org/pypy/pypy/changeset/fe60721f60e7/ Log:fix the xxx diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: fix the test

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61075:b11c19a58e2d Date: 2013-02-11 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/b11c19a58e2d/ Log:fix the test diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/test_runner.py ---

[pypy-commit] pypy jitframe-on-heap: fix here too

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61048:ae33ff65877b Date: 2013-02-10 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ae33ff65877b/ Log:fix here too diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/

[pypy-commit] pypy jitframe-on-heap: fix failure generation

2013-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61047:46e31ce352d7 Date: 2013-02-10 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/46e31ce352d7/ Log:fix failure generation diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rp

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

2013-02-08 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60975:bfd3a14ff568 Date: 2013-02-08 16:24 +0100 http://bitbucket.org/pypy/pypy/changeset/bfd3a14ff568/ Log:fix diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm/

[pypy-commit] pypy jitframe-on-heap: fix RPython

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60865:3c3d5eecdffd Date: 2013-02-04 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/3c3d5eecdffd/ Log:fix RPython diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: fix this test

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60864:06378d25473b Date: 2013-02-04 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/06378d25473b/ Log:fix this test diff --git a/rpython/jit/backend/x86/test/test_jump.py b/rpython/jit/backend/x86/test/test_jump.py --- a/r

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

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60861:3b602954cad4 Date: 2013-02-04 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3b602954cad4/ Log:fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x

[pypy-commit] pypy jitframe-on-heap: fix the assertion

2013-02-04 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60859:906f8afffa8b Date: 2013-02-04 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/906f8afffa8b/ Log:fix the assertion diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/j

[pypy-commit] pypy jitframe-on-heap: fix the test

2013-02-03 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60847:a2b22f5fb5a8 Date: 2013-02-04 00:20 +0200 http://bitbucket.org/pypy/pypy/changeset/a2b22f5fb5a8/ Log:fix the test diff --git a/rpython/jit/backend/x86/test/test_assembler.py b/rpython/jit/backend/x86/test/test_assembler.p

[pypy-commit] pypy jitframe-on-heap: Fix the comments and some basics for 32bit support

2013-02-03 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60838:ce5c46a90939 Date: 2013-02-03 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/ce5c46a90939/ Log:Fix the comments and some basics for 32bit support diff --git a/rpython/jit/backend/x86/arch.py b/rpython/jit/backend/x86

[pypy-commit] pypy jitframe-on-heap: Fix comments

2013-01-31 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r60762:7e35d73fb7ab Date: 2013-01-31 11:38 +0100 http://bitbucket.org/pypy/pypy/changeset/7e35d73fb7ab/ Log:Fix comments 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: fix single floats

2013-01-30 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60716:586e0157f4d5 Date: 2013-01-30 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/586e0157f4d5/ Log:fix single floats diff --git a/rpython/jit/backend/test/calling_convention_test.py b/rpython/jit/backend/test/calling_co

[pypy-commit] pypy jitframe-on-heap: fix import

2013-01-29 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60680:3f47e2c24688 Date: 2013-01-29 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/3f47e2c24688/ Log:fix import diff --git a/rpython/jit/backend/arm/codebuilder.py b/rpython/jit/backend/arm/codebuilder.py --- a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: fix this test

2013-01-29 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60679:8b7fabbcacbd Date: 2013-01-29 15:56 +0200 http://bitbucket.org/pypy/pypy/changeset/8b7fabbcacbd/ Log:fix this test diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit

[pypy-commit] pypy jitframe-on-heap: fix import

2013-01-28 Thread bivab
Author: David Schneider Branch: jitframe-on-heap Changeset: r60613:463eea155509 Date: 2013-01-25 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/463eea155509/ Log:fix import diff --git a/rpython/jit/backend/arm/test/test_assembler.py b/rpython/jit/backend/arm/test/test_assembler.py ---

[pypy-commit] pypy jitframe-on-heap: fix never-executed-so-far path

2013-01-28 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60591:540f951e15e4 Date: 2013-01-28 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/540f951e15e4/ Log:fix never-executed-so-far path diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy jitframe-on-heap: fix the test

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60538:26beb40a6f7e Date: 2013-01-27 21:06 +0200 http://bitbucket.org/pypy/pypy/changeset/26beb40a6f7e/ Log:fix the test diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/

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

2013-01-27 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60520:0c439825d278 Date: 2013-01-27 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/0c439825d278/ Log:fix diff --git a/rpython/jit/backend/x86/runner.py b/rpython/jit/backend/x86/runner.py --- a/rpython/jit/backend/x86/run

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

2013-01-25 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60504:e98c84761a4d Date: 2013-01-26 01:44 +0200 http://bitbucket.org/pypy/pypy/changeset/e98c84761a4d/ Log:fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x

[pypy-commit] pypy jitframe-on-heap: Fix those tests. With more dilligence it will be spotted earlier, but *before*

2013-01-25 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60471:e8c5b7052e29 Date: 2013-01-25 19:16 +0200 http://bitbucket.org/pypy/pypy/changeset/e8c5b7052e29/ Log:Fix those tests. With more dilligence it will be spotted earlier, but *before* malloc we don't store in gcmap the

[pypy-commit] pypy jitframe-on-heap: fix pypyjit module

2013-01-25 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60454:da25aa3490be Date: 2013-01-25 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/da25aa3490be/ Log:fix pypyjit module diff --git a/pypy/TODO b/pypy/TODO --- a/pypy/TODO +++ b/pypy/TODO @@ -6,4 +6,5 @@ * kill jit2gc on t

[pypy-commit] pypy jitframe-on-heap: Fix until the write barrier on frame is called correctly

2013-01-25 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60443:35fe48777d21 Date: 2013-01-25 13:05 +0200 http://bitbucket.org/pypy/pypy/changeset/35fe48777d21/ Log:Fix until the write barrier on frame is called correctly diff --git a/rpython/jit/backend/llsupport/asmmemmgr.py b/rpyth

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

2013-01-23 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60398:adee01f700cd Date: 2013-01-23 22:28 +0200 http://bitbucket.org/pypy/pypy/changeset/adee01f700cd/ Log:fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x

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

2013-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60325:79796536c3ff Date: 2013-01-22 00:04 +0200 http://bitbucket.org/pypy/pypy/changeset/79796536c3ff/ Log:fix diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/test_runner.py --- a/rpython

[pypy-commit] pypy jitframe-on-heap: fix a few bugs, took a while

2013-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60324:ad3465ae1d6c Date: 2013-01-22 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/ad3465ae1d6c/ Log:fix a few bugs, took a while diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --

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

2013-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60314:64b3d731b073 Date: 2013-01-21 22:18 +0200 http://bitbucket.org/pypy/pypy/changeset/64b3d731b073/ Log:fix diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py --- a/rpython/jit/b

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

2013-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60313:417a88dc4c57 Date: 2013-01-21 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/417a88dc4c57/ Log:fix fix fix diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/jit/backend/llsupport/jitframe.py --- a/rpy

[pypy-commit] pypy jitframe-on-heap: fix and skip for now

2013-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60301:fab1725937a5 Date: 2013-01-21 19:27 +0200 http://bitbucket.org/pypy/pypy/changeset/fab1725937a5/ Log:fix and skip for now diff --git a/rpython/jit/backend/test/calling_convention_test.py b/rpython/jit/backend/test/calling

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

2013-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60289:bc3bbf5d8db6 Date: 2013-01-21 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/bc3bbf5d8db6/ Log:fix diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x

[pypy-commit] pypy jitframe-on-heap: fix types

2013-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60278:eff89c98c5e9 Date: 2013-01-21 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/eff89c98c5e9/ Log:fix types diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/backe

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

2013-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60275:9e4122b124f4 Date: 2013-01-21 10:55 +0200 http://bitbucket.org/pypy/pypy/changeset/9e4122b124f4/ Log:fix diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainterp/comp

[pypy-commit] pypy jitframe-on-heap: fix the merge

2013-01-20 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60248:73672862e880 Date: 2013-01-20 21:47 +0200 http://bitbucket.org/pypy/pypy/changeset/73672862e880/ Log:fix the merge diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/b

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

2013-01-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60211:3658fb4c15a5 Date: 2013-01-19 16:12 +0200 http://bitbucket.org/pypy/pypy/changeset/3658fb4c15a5/ Log:fix diff --git a/pypy/jit/backend/x86/test/test_recompilation.py b/pypy/jit/backend/x86/test/test_recompilation.py --- a

[pypy-commit] pypy jitframe-on-heap: fix test_jump

2013-01-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60210:d3bdf7d158b5 Date: 2013-01-19 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/d3bdf7d158b5/ Log:fix test_jump diff --git a/pypy/TODO b/pypy/TODO --- a/pypy/TODO +++ b/pypy/TODO @@ -2,4 +2,5 @@ * 32bit x86 * ARM * s

[pypy-commit] pypy jitframe-on-heap: fix this test a bit

2013-01-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60206:fbb2583b6e4d Date: 2013-01-19 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/fbb2583b6e4d/ Log:fix this test a bit diff --git a/pypy/jit/backend/test/calling_convention_test.py b/pypy/jit/backend/test/calling_conven

[pypy-commit] pypy jitframe-on-heap: fix this test

2013-01-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60203:c85600087e9a Date: 2013-01-19 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/c85600087e9a/ Log:fix this test diff --git a/pypy/jit/metainterp/test/test_virtualref.py b/pypy/jit/metainterp/test/test_virtualref.py ---

[pypy-commit] pypy jitframe-on-heap: fix test_resume

2013-01-19 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60202:5b4da4c7bf61 Date: 2013-01-19 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/5b4da4c7bf61/ Log:fix test_resume diff --git a/pypy/jit/metainterp/test/test_resume.py b/pypy/jit/metainterp/test/test_resume.py --- a/pyp

[pypy-commit] pypy jitframe-on-heap: fix tests

2013-01-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60154:fa418e5683dd Date: 2013-01-17 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/fa418e5683dd/ Log:fix tests diff --git a/pypy/jit/backend/x86/test/test_runner.py b/pypy/jit/backend/x86/test/test_runner.py --- a/pypy/ji

[pypy-commit] pypy jitframe-on-heap: fix maybe? for now commit with debug checks

2013-01-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60142:0d6f2ebbb86c Date: 2013-01-17 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/0d6f2ebbb86c/ Log:fix maybe? for now commit with debug checks diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc

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

2013-01-17 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60139:02e616816493 Date: 2013-01-17 19:46 +0200 http://bitbucket.org/pypy/pypy/changeset/02e616816493/ Log:fix fix fix diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp/compil

[pypy-commit] pypy jitframe-on-heap: fix some tests, skip others

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60097:656ef70c79ae Date: 2013-01-15 20:41 +0200 http://bitbucket.org/pypy/pypy/changeset/656ef70c79ae/ Log:fix some tests, skip others diff --git a/pypy/jit/backend/x86/test/test_regalloc.py b/pypy/jit/backend/x86/test/test_reg

[pypy-commit] pypy jitframe-on-heap: fix subtle bug

2013-01-15 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60084:904929d995dc Date: 2013-01-15 14:26 +0200 http://bitbucket.org/pypy/pypy/changeset/904929d995dc/ Log:fix subtle bug diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend

[pypy-commit] pypy jitframe-on-heap: fix llgraph backend

2013-01-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60041:315200db40be Date: 2013-01-13 21:59 +0200 http://bitbucket.org/pypy/pypy/changeset/315200db40be/ Log:fix llgraph backend diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/

[pypy-commit] pypy jitframe-on-heap: fix enough to pass most of the tests

2013-01-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60040:06712904340c Date: 2013-01-13 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/06712904340c/ Log:fix enough to pass most of the tests diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py

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

2013-01-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60039:1059e8bf00eb Date: 2013-01-13 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/1059e8bf00eb/ Log:fix diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assemb

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

2013-01-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60038:9a2f46a8e578 Date: 2013-01-13 21:31 +0200 http://bitbucket.org/pypy/pypy/changeset/9a2f46a8e578/ Log:fix fix fix diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a/pypy/jit/ba

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

2013-01-13 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r60019:9dbce99922e5 Date: 2013-01-13 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/9dbce99922e5/ Log:fix diff --git a/pypy/jit/backend/x86/runner.py b/pypy/jit/backend/x86/runner.py --- a/pypy/jit/backend/x86/runner.py +++

  1   2   >