[pypy-commit] lang-smalltalk storage-context-state-v3: Added LocalReturn. this is where it breaks.

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v3 Changeset: r994:3bd27f741c83 Date: 2014-07-27 00:25 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3bd27f741c83/ Log:Added LocalReturn. this is where it breaks. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spy

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

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v3 Changeset: r995:a334c37ae996 Date: 2014-07-27 12:20 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a334c37ae996/ Log: ___ pypy-commit mailing list pypy-commit@python.org https://mail.

[pypy-commit] lang-smalltalk storage-context-state-v3: Calling stack_frame from loop()

2014-07-28 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state-v3 Changeset: r993:da722243ee58 Date: 2014-07-26 23:38 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/da722243ee58/ Log:Calling stack_frame from loop() diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpret