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
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
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
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
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