[pypy-commit] lang-smalltalk stmgc-c7: Images for benchmarking STM extension

2014-08-10 Thread Patrick Rein
Author: Patrick Rein Branch: stmgc-c7 Changeset: r1034:627db5385987 Date: 2014-08-10 20:09 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/627db5385987/ Log:Images for benchmarking STM extension diff too long, truncating to 2000 out of 35678 lines diff --git a/images/benchmark

[pypy-commit] lang-smalltalk stmgc-c7: Possible fix of a off by one fault in the SchedulerWrapper

2014-08-10 Thread Patrick Rein
Author: Patrick Rein Branch: stmgc-c7 Changeset: r1033:48efd13caa41 Date: 2014-08-10 16:18 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/48efd13caa41/ Log:Possible fix of a off by one fault in the SchedulerWrapper diff --git a/spyvm/wrapper.py b/spyvm/wrapper.py --- a/spyvm

[pypy-commit] lang-smalltalk stmgc-c7: Added OSLock class to access rthread.lock and corresponding primitives.

2014-07-03 Thread Patrick Rein
Author: Patrick Rein Branch: stmgc-c7 Changeset: r851:3f97fdcac997 Date: 2014-07-03 15:26 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3f97fdcac997/ Log:Added OSLock class to access rthread.lock and corresponding primitives. diff --git a/images/Squeak4.5-12568.changes b

[pypy-commit] lang-smalltalk stmgc-c7: added actual interpretation to forked stm process. changed stmprocess class in the image

2014-05-22 Thread Patrick Rein
Author: Patrick Rein Branch: stmgc-c7 Changeset: r836:9e020878c717 Date: 2014-05-22 13:07 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/9e020878c717/ Log:added actual interpretation to forked stm process. changed stmprocess class in the image diff --git a/images/Squeak4.5

[pypy-commit] lang-smalltalk stmgc-c7: Added and implemented the wait primitive. Therefore we added a StmProcessShadow

2014-05-22 Thread Patrick Rein
Author: Patrick Rein Branch: stmgc-c7 Changeset: r835:3dab35cc8af7 Date: 2014-05-22 12:40 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/3dab35cc8af7/ Log:Added and implemented the wait primitive. Therefore we added a StmProcessShadow diff --git a/images/Squeak4.5-12568

[pypy-commit] lang-smalltalk default: reenabled automatic configuration of stm in targetimageloadingsmalltalk

2014-04-24 Thread Patrick Rein
Author: Patrick Rein Branch: Changeset: r795:a12c5ad93421 Date: 2014-04-24 15:56 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/a12c5ad93421/ Log:reenabled automatic configuration of stm in targetimageloadingsmalltalk diff --git a/targetimageloadingsmalltalk.py b

[pypy-commit] lang-smalltalk default: Added a basic readme

2014-04-22 Thread Patrick Rein
Author: Patrick Rein Branch: Changeset: r794:4e58aee0b37c Date: 2014-04-22 13:14 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/4e58aee0b37c/ Log:Added a basic readme diff --git a/README.md b/README.md new file mode 100644 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +Spy