[pypy-commit] lang-smalltalk storage-context-state-v2:

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v2 Changeset: r1002:e4a9aefa19ac Date: 2014-07-28 09:47 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e4a9aefa19ac/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] lang-smalltalk storage-context-state-v2: Delaying SenderChainManipulation as much as possible.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v2 Changeset: r952:288e40aaf989 Date: 2014-07-18 15:29 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/288e40aaf989/ Log:Delaying SenderChainManipulation as much as possible. Added a 'state' field to Context objects, can be

[pypy-commit] lang-smalltalk storage-context-state-v2: Added some Squeak image tests.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v2 Changeset: r956:f500ff8dea45 Date: 2014-07-25 16:33 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f500ff8dea45/ Log:Added some Squeak image tests. diff --git a/spyvm/test/test_interpreter.py b/spyvm/test/test_interpreter.py --

[pypy-commit] lang-smalltalk storage-context-state-v2: Fixed tests, added tests.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v2 Changeset: r953:6a476300d0c3 Date: 2014-07-18 15:29 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6a476300d0c3/ Log:Fixed tests, added tests. diff --git a/spyvm/test/test_interpreter.py b/spyvm/test/test_interpreter.py --- a/s

[pypy-commit] lang-smalltalk storage-context-state-v2: Added part of the context state refactoring.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v2 Changeset: r954:7292a07cb139 Date: 2014-07-25 11:07 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/7292a07cb139/ Log:Added part of the context state refactoring. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/sp

[pypy-commit] lang-smalltalk storage-context-state-v2: Removed LocalReturn exception, handling it with flags in the Return exception.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v2 Changeset: r959:b76819c9b3b6 Date: 2014-07-27 11:18 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b76819c9b3b6/ Log:Removed LocalReturn exception, handling it with flags in the Return exception. This fixed drawing issue

[pypy-commit] lang-smalltalk storage-context-state-v2: Added the rest of the refactoring.

2014-07-27 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v2 Changeset: r955:92d182dabea1 Date: 2014-07-25 16:33 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/92d182dabea1/ Log:Added the rest of the refactoring. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interp