[pypy-commit] lang-smalltalk stmgc-c7: End image loading with \n

2014-07-26 Thread mswart
Author: Malte Swart Branch: stmgc-c7 Changeset: r946:a772ee2447d9 Date: 2014-07-26 13:05 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a772ee2447d9/ Log:End image loading with \n For better reading of further output, end image loading with \n. By this the ouput is

[pypy-commit] lang-smalltalk stmgc-c7: primitives: implement GET_ATTRIBUTE

2014-06-19 Thread mswart
Author: Malte Swart Branch: stmgc-c7 Changeset: r846:247710759f02 Date: 2014-06-19 12:43 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/247710759f02/ Log:primitives: implement GET_ATTRIBUTE Implement GET_ATTRIBUTE primitive to let the VM access command line and smal

[pypy-commit] lang-smalltalk stmgc-c7: model: disable @jit.elidable for as_repr_string

2014-05-08 Thread mswart
Author: Malte Swart Branch: stmgc-c7 Changeset: r813:014f5e42251f Date: 2014-05-08 18:30 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/014f5e42251f/ Log:model: disable @jit.elidable for as_repr_string Marking as_repr_string on models as @jit.elidable recreates rpython

[pypy-commit] lang-smalltalk stmgc-c7: stm: compile time stm checks assume everytime no stm, replace them

2014-05-08 Thread mswart
Author: Malte Swart Branch: stmgc-c7 Changeset: r811:fe1ee893cfb1 Date: 2014-05-08 18:22 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/fe1ee893cfb1/ Log:stm: compile time stm checks assume everytime no stm, replace them rgc.is_stm_enabled first return None and is replace w

[pypy-commit] lang-smalltalk stmgc-c7: stm: basis stm activation (primary transaction breaks)

2014-05-08 Thread mswart
Author: Malte Swart Branch: stmgc-c7 Changeset: r812:77ddbd714cfb Date: 2014-05-08 18:24 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/77ddbd714cfb/ Log:stm: basis stm activation (primary transaction breaks) diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/inte