[pypy-commit] extradoc extradoc: Finish the slides

2014-07-22 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5372:3c5ba3e46ec5 Date: 2014-07-23 08:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/3c5ba3e46ec5/ Log:Finish the slides diff --git a/talk/ep2014/stm/talk.html b/talk/ep2014/stm/talk.html --- a/talk/ep2014/stm/talk.html +++ b/talk/ep2014

[pypy-commit] extradoc extradoc: in-progress

2014-07-22 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5371:59cb8a939bcc Date: 2014-07-23 07:31 +0200 http://bitbucket.org/pypy/extradoc/changeset/59cb8a939bcc/ Log:in-progress diff --git a/talk/ep2014/stm/talk.rst b/talk/ep2014/stm/talk.rst --- a/talk/ep2014/stm/talk.rst +++ b/talk/ep2014/stm/talk

[pypy-commit] lang-smalltalk storage-display-refactoring: Removed --invert flag.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r938:39973aaf497d Date: 2014-07-22 21:54 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/39973aaf497d/ Log:Removed --invert flag. diff --git a/spyvm/model_display.py b/spyvm/model_display.py --- a/spyvm/model_displ

[pypy-commit] lang-smalltalk storage-context-state: Merged.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state Changeset: r941:4e7e88455fcc Date: 2014-07-22 23:12 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/4e7e88455fcc/ Log:Merged. diff --git a/images/Squeak4.5-noBitBlt.changes b/images/Squeak4.5-noBitBlt.changes --- a/images/Squeak4.

[pypy-commit] lang-smalltalk storage: Merged.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r940:ad963bc84269 Date: 2014-07-22 22:36 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ad963bc84269/ Log:Merged. diff --git a/spyvm/constants.py b/spyvm/constants.py --- a/spyvm/constants.py +++ b/spyvm/constants.py @@ -54,6 +54,11

[pypy-commit] lang-smalltalk storage-display-refactoring: Reverted changes file back to storage version. Accidentally committed.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r937:123f68a9dffe Date: 2014-07-22 21:37 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/123f68a9dffe/ Log:Reverted changes file back to storage version. Accidentally committed. diff --git a/images/Squeak4.

[pypy-commit] lang-smalltalk storage-display-refactoring: Cleanups.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r939:e363f2952c1e Date: 2014-07-22 21:58 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e363f2952c1e/ Log:Cleanups. diff --git a/spyvm/display.py b/spyvm/display.py --- a/spyvm/display.py +++ b/spyvm/display.py @@

[pypy-commit] lang-smalltalk storage-display-refactoring: Added comment.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r936:6f3f768d7ce8 Date: 2014-07-22 21:01 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6f3f768d7ce8/ Log:Added comment. diff --git a/spyvm/model_display.py b/spyvm/model_display.py --- a/spyvm/model_display.py ++

[pypy-commit] lang-smalltalk storage-display-refactoring: Refactoring.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r934:2d4fa0b3f3b7 Date: 2014-07-22 15:51 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/2d4fa0b3f3b7/ Log:Refactoring. The SDLDisplay instance is globally accessible in the space. Cleaned up the process for

[pypy-commit] lang-smalltalk storage-display-refactoring: Added FormWrapper to clean up display handling code.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r932:f151c3506b41 Date: 2014-07-21 19:16 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f151c3506b41/ Log:Added FormWrapper to clean up display handling code. diff --git a/spyvm/interpreter_proxy.py b/spyvm/interp

[pypy-commit] lang-smalltalk storage-display-refactoring: Made image_name available from object space.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r933:97b7b7828d10 Date: 2014-07-21 19:19 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/97b7b7828d10/ Log:Made image_name available from object space. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a

[pypy-commit] lang-smalltalk storage-display-refactoring: Finally got the 1-bit drawing correctly when width is no multiple of 32.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r935:5dc629a29736 Date: 2014-07-22 19:47 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/5dc629a29736/ Log:Finally got the 1-bit drawing correctly when width is no multiple of 32. diff --git a/spyvm/model_d

[pypy-commit] lang-smalltalk storage-display-refactoring: Added --hacks parameter to enable run_spy_hacks method.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r930:b5dbc52fd7e3 Date: 2014-07-21 18:35 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b5dbc52fd7e3/ Log:Added --hacks parameter to enable run_spy_hacks method. diff --git a/spyvm/objspace.py b/spyvm/objspace.py

[pypy-commit] lang-smalltalk storage-display-refactoring: Trying to get AssertionErrors to print their message.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r928:6a516e497789 Date: 2014-07-21 18:05 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6a516e497789/ Log:Trying to get AssertionErrors to print their message. diff --git a/targetimageloadingsmalltalk.py b/targeti

[pypy-commit] lang-smalltalk storage-display-refactoring: Extracted Display classes from model into a seperate module model_display.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r929:2dac2e226121 Date: 2014-07-21 18:08 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/2dac2e226121/ Log:Extracted Display classes from model into a seperate module model_display. diff --git a/spyvm/const

[pypy-commit] lang-smalltalk storage-display-refactoring: Clean error message on EXIT_TO_DEBUGGER primitive.

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r931:ef90a282ad1f Date: 2014-07-21 18:43 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ef90a282ad1f/ Log:Clean error message on EXIT_TO_DEBUGGER primitive. diff --git a/spyvm/primitives.py b/spyvm/primitives.py -

[pypy-commit] lang-smalltalk storage-display-refactoring: Deleted obsolete Exception class

2014-07-22 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-display-refactoring Changeset: r927:3b12d3eb24dc Date: 2014-07-21 17:02 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3b12d3eb24dc/ Log:Deleted obsolete Exception class diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/sp

[pypy-commit] extradoc extradoc: Tweaks

2014-07-22 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5370:3190704f9cd2 Date: 2014-07-22 18:01 +0200 http://bitbucket.org/pypy/extradoc/changeset/3190704f9cd2/ Log:Tweaks diff --git a/talk/ep2014/stm/talk.html b/talk/ep2014/stm/talk.html --- a/talk/ep2014/stm/talk.html +++ b/talk/ep2014/stm/talk.h

[pypy-commit] benchmarks default: finding mersenne primes. finally some unproblematic microbench

2014-07-22 Thread Raemi
Author: Remi Meier Branch: Changeset: r273:fd2da4da8f33 Date: 2014-07-22 17:26 +0200 http://bitbucket.org/pypy/benchmarks/changeset/fd2da4da8f33/ Log:finding mersenne primes. finally some unproblematic microbench diff --git a/multithread/mersenne/mersenne.py b/multithread/mersenne/mersenne.

[pypy-commit] benchmarks default: optimise with atomic

2014-07-22 Thread Raemi
Author: Remi Meier Branch: Changeset: r272:85cc07891f49 Date: 2014-07-22 17:03 +0200 http://bitbucket.org/pypy/benchmarks/changeset/85cc07891f49/ Log:optimise with atomic diff --git a/multithread/perlin_noise/perlin_noise.py b/multithread/perlin_noise/perlin_noise.py --- a/multithread/perl

[pypy-commit] benchmarks default: some tuning :-/

2014-07-22 Thread Raemi
Author: Remi Meier Branch: Changeset: r270:34385976da5c Date: 2014-07-22 14:01 +0200 http://bitbucket.org/pypy/benchmarks/changeset/34385976da5c/ Log:some tuning :-/ diff --git a/multithread/quick_sort/quick_sort.py b/multithread/quick_sort/quick_sort.py --- a/multithread/quick_sort/quick_

[pypy-commit] benchmarks default: some other weird benchmark

2014-07-22 Thread Raemi
Author: Remi Meier Branch: Changeset: r271:a1256c44c37d Date: 2014-07-22 15:01 +0200 http://bitbucket.org/pypy/benchmarks/changeset/a1256c44c37d/ Log:some other weird benchmark diff --git a/multithread/common/abstract_threading.py b/multithread/common/abstract_threading.py --- a/multithrea

[pypy-commit] benchmarks default: minor optimisation

2014-07-22 Thread Raemi
Author: Remi Meier Branch: Changeset: r269:5ccc3f08f3bd Date: 2014-07-22 14:00 +0200 http://bitbucket.org/pypy/benchmarks/changeset/5ccc3f08f3bd/ Log:minor optimisation diff --git a/multithread/common/abstract_threading.py b/multithread/common/abstract_threading.py --- a/multithread/common

[pypy-commit] extradoc extradoc: Rephrase

2014-07-22 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5369:3ffd361a4541 Date: 2014-07-22 14:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/3ffd361a4541/ Log:Rephrase diff --git a/talk/ep2014/status/talk.pdf b/talk/ep2014/status/talk.pdf index 1ad85fa0fe34a4a237ca405797b9dbd596e54ece

[pypy-commit] extradoc extradoc: Commit modified pdf

2014-07-22 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5368:9d5389abdfea Date: 2014-07-22 14:15 +0200 http://bitbucket.org/pypy/extradoc/changeset/9d5389abdfea/ Log:Commit modified pdf diff --git a/talk/ep2014/status/talk.pdf b/talk/ep2014/status/talk.pdf index 61bb368d0398a0f044b40b08e1e24

[pypy-commit] extradoc extradoc: Kill and rephrase

2014-07-22 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5367:5ab06d210dc6 Date: 2014-07-22 14:12 +0200 http://bitbucket.org/pypy/extradoc/changeset/5ab06d210dc6/ Log:Kill and rephrase diff --git a/talk/ep2014/status/talk.pdf b/talk/ep2014/status/talk.pdf index dddab2362990645489cffbd5a4fb451

[pypy-commit] extradoc extradoc: Kill, kill, kill

2014-07-22 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5366:71780b755a05 Date: 2014-07-22 14:07 +0200 http://bitbucket.org/pypy/extradoc/changeset/71780b755a05/ Log:Kill, kill, kill diff --git a/talk/ep2014/status/talk.pdf b/talk/ep2014/status/talk.pdf index 447f7b485ff254fb76dc366dbce2dc84

[pypy-commit] extradoc extradoc: Kill stuff

2014-07-22 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5365:dacc44cdb7af Date: 2014-07-22 13:57 +0200 http://bitbucket.org/pypy/extradoc/changeset/dacc44cdb7af/ Log:Kill stuff diff --git a/talk/ep2014/status/talk.pdf b/talk/ep2014/status/talk.pdf index ddbec1104c2a94e56c7ec21e61c879b5343829

[pypy-commit] pypy stmgc-c7: add is_atomic()

2014-07-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c7 Changeset: r72479:7e8ed49b6d70 Date: 2014-07-22 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/7e8ed49b6d70/ Log:add is_atomic() diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/pypy/module/__pypy__/__init__.py +

[pypy-commit] extradoc extradoc: Add baroquesoftware

2014-07-22 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5364:3334209f26d3 Date: 2014-07-22 12:22 +0200 http://bitbucket.org/pypy/extradoc/changeset/3334209f26d3/ Log:Add baroquesoftware diff --git a/talk/ep2014/status/talk.pdf b/talk/ep2014/status/talk.pdf index 8526e0aa7ea79199e3af9c68b

[pypy-commit] extradoc extradoc: Add info

2014-07-22 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5363:ae1bfc1320b2 Date: 2014-07-22 12:13 +0200 http://bitbucket.org/pypy/extradoc/changeset/ae1bfc1320b2/ Log:Add info diff --git a/talk/ep2014/status/talk.pdf b/talk/ep2014/status/talk.pdf index f9532b263b7bf1aa53ba0d807a875af9991c6a39