[pypy-commit] lang-smalltalk storage: Renamed _likely_methodname to lookup_selector and w_compiledin to lookup_class.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r777:a35c94b4657f Date: 2014-04-04 19:13 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a35c94b4657f/ Log:Renamed _likely_methodname to lookup_selector and w_compiledin to lookup_class. Added other field to CompiledMethod (com

[pypy-commit] lang-smalltalk storage: Fixed jit.py, added explicit arguments to full-vm interpreter.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r778:0940a29d920f Date: 2014-04-07 13:52 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/0940a29d920f/ Log:Fixed jit.py, added explicit arguments to full-vm interpreter. diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py --- a/spyvm/t

[pypy-commit] lang-smalltalk storage: Small consistency fixed in W_CompiledMethod and ClassShadow, regarding versioning.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r775:493897022dac Date: 2014-04-04 16:59 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/493897022dac/ Log:Small consistency fixed in W_CompiledMethod and ClassShadow, regarding versioning. Made sure that each time a variable g

[pypy-commit] lang-smalltalk storage: Merged default

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r772:c50f22904bc5 Date: 2014-04-03 13:25 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/c50f22904bc5/ Log:Merged default diff --git a/spyvm/version.py b/spyvm/version.py --- a/spyvm/version.py +++ b/spyvm/version.py @@ -8,6 +8,8 @@

[pypy-commit] lang-smalltalk storage: Extracted util-function for tests.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r773:a9d2b6743c2c Date: 2014-04-03 13:38 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a9d2b6743c2c/ Log:Extracted util-function for tests. diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py --- a/spyvm/test/jit.py +++ b/spyvm/test/

[pypy-commit] lang-smalltalk storage: Fixed up jit.py a little bit.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r774:41968a0bc9f3 Date: 2014-04-03 21:43 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/41968a0bc9f3/ Log:Fixed up jit.py a little bit. diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py --- a/spyvm/test/jit.py +++ b/spyvm/test/jit.p

[pypy-commit] lang-smalltalk storage: To determine the containing class of a CompiledMethod, use the class it has been looked up in.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r776:fc5bb4c06b5f Date: 2014-04-04 17:24 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/fc5bb4c06b5f/ Log:To determine the containing class of a CompiledMethod, use the class it has been looked up in. This reduces dependence o

[pypy-commit] stmgc default: fix total_allocated accounting (caused a flood of major collections after some

2014-04-07 Thread Remi Meier
Author: Remi Meier Branch: Changeset: r1140:cfd37feb0f23 Date: 2014-04-07 14:50 +0200 http://bitbucket.org/pypy/stmgc/changeset/cfd37feb0f23/ Log:fix total_allocated accounting (caused a flood of major collections after some time) diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c --- a/

[pypy-commit] pypy stmgc-c7: import stmgc

2014-04-07 Thread Remi Meier
Author: Remi Meier Branch: stmgc-c7 Changeset: r70480:13693bb0b800 Date: 2014-04-07 14:51 +0200 http://bitbucket.org/pypy/pypy/changeset/13693bb0b800/ Log:import stmgc diff --git a/rpython/translator/stm/import_stmgc.py b/rpython/translator/stm/import_stmgc.py --- a/rpython/translator/stm/im

[pypy-commit] pypy small-unroll-improvements: rename confusing _generalization_of and remove useless copies

2014-04-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: small-unroll-improvements Changeset: r70481:9a05f922f9ee Date: 2014-04-07 17:21 +0200 http://bitbucket.org/pypy/pypy/changeset/9a05f922f9ee/ Log:rename confusing _generalization_of and remove useless copies diff --git a/rpython/jit/metainterp/optimizeopt/v

[pypy-commit] pypy default: skip if no asmgcc

2014-04-07 Thread mattip
Author: Matti Picus Branch: Changeset: r70482:415af8580183 Date: 2014-04-07 17:45 +0300 http://bitbucket.org/pypy/pypy/changeset/415af8580183/ Log:skip if no asmgcc diff --git a/rpython/jit/backend/llsupport/test/ztranslation_test.py b/rpython/jit/backend/llsupport/test/ztranslation_test.p

[pypy-commit] pypy default: skip if no asmgcc

2014-04-07 Thread mattip
Author: Matti Picus Branch: Changeset: r70483:2d8eaa5f5079 Date: 2014-04-07 18:28 +0300 http://bitbucket.org/pypy/pypy/changeset/2d8eaa5f5079/ Log:skip if no asmgcc diff --git a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py b/rpython/jit/backend/llsupport/test/zrpy_gc_test.py --- a/rp

[pypy-commit] lang-smalltalk storage: Fixed up the jit.py some more, now able to run images, code etc.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r780:0d0d36f53266 Date: 2014-04-07 16:09 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/0d0d36f53266/ Log:Fixed up the jit.py some more, now able to run images, code etc. diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py --- a/spyvm

[pypy-commit] lang-smalltalk storage: Not using the global space-variable in order to make the functions in the main-module reusable.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r785:640f9e128a12 Date: 2014-04-07 19:33 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/640f9e128a12/ Log:Not using the global space-variable in order to make the functions in the main-module reusable. The space is always avai

[pypy-commit] lang-smalltalk storage: Fixed an assert that was always True before, due to the surrounding parantheses (evaluating to a tuple).

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r779:26fa4b669836 Date: 2014-04-07 15:17 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/26fa4b669836/ Log:Fixed an assert that was always True before, due to the surrounding parantheses (evaluating to a tuple). diff --git a/s

[pypy-commit] lang-smalltalk storage: Fixed another assert that was always True.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r782:672696846ecf Date: 2014-04-07 17:03 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/672696846ecf/ Log:Fixed another assert that was always True. diff --git a/spyvm/interpreter_proxy.py b/spyvm/interpreter_proxy.py --- a/spyvm/int

[pypy-commit] lang-smalltalk storage: Added comments to jit.py.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r786:426988d32a41 Date: 2014-04-07 19:34 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/426988d32a41/ Log:Added comments to jit.py. Using the methods from the main module to execute things inside a pre-loaded image. diff --gi

[pypy-commit] lang-smalltalk storage: More fixes to jit.py.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r783:a04e692d3fb1 Date: 2014-04-07 19:07 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a04e692d3fb1/ Log:More fixes to jit.py. diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py --- a/spyvm/test/jit.py +++ b/spyvm/test/jit.py @@ -15

[pypy-commit] lang-smalltalk storage: Moved image-loading code to ensure proper error handling.

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r784:ff6b7ae58916 Date: 2014-04-07 19:14 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ff6b7ae58916/ Log:Moved image-loading code to ensure proper error handling. diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmall

[pypy-commit] lang-smalltalk storage: Better output for debug_merge_point

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r781:8c5600acd5a3 Date: 2014-04-07 16:09 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/8c5600acd5a3/ Log:Better output for debug_merge_point diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++ b/s

[pypy-commit] lang-smalltalk storage: Fixed run_image

2014-04-07 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r787:97a7e0670161 Date: 2014-04-07 19:42 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/97a7e0670161/ Log:Fixed run_image diff --git a/spyvm/test/jit.py b/spyvm/test/jit.py --- a/spyvm/test/jit.py +++ b/spyvm/test/jit.py @@ -75,7 +75

[pypy-commit] extradoc stm-edit: Fix

2014-04-07 Thread arigo
Author: Armin Rigo Branch: stm-edit Changeset: r5188:b18f495241c3 Date: 2014-04-07 21:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/b18f495241c3/ Log:Fix diff --git a/planning/tmdonate2.txt b/planning/tmdonate2.txt --- a/planning/tmdonate2.txt +++ b/planning/tmdonate2.txt @@ -414,7 +

[pypy-commit] extradoc extradoc: Fix

2014-04-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5189:ff54844779ce Date: 2014-04-07 21:48 +0200 http://bitbucket.org/pypy/extradoc/changeset/ff54844779ce/ Log:Fix diff --git a/planning/tmdonate2.txt b/planning/tmdonate2.txt --- a/planning/tmdonate2.txt +++ b/planning/tmdonate2.txt @@ -414,7 +