[pypy-commit] pypy default: Add comments

2016-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r84002:b64c8f09635f Date: 2016-04-28 10:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b64c8f09635f/ Log:Add comments diff --git a/lib-python/2.7/distutils/cmd.py b/lib-python/2.7/distutils/cmd.py ---

[pypy-commit] pypy default: Add comments about memory barriers

2014-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73016:bf3e8fa831fd Date: 2014-08-23 22:31 +0200 http://bitbucket.org/pypy/pypy/changeset/bf3e8fa831fd/ Log:Add comments about memory barriers diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.py

[pypy-commit] pypy default: Add comments saying that PyGILState_Ensure() is pretty bogus.

2014-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71730:01d8c6a4682b Date: 2014-05-25 21:50 +0200 http://bitbucket.org/pypy/pypy/changeset/01d8c6a4682b/ Log:Add comments saying that PyGILState_Ensure() is pretty bogus. diff --git a/pypy/module/cpyext/pystate.py

[pypy-commit] pypy default: Add comments

2013-07-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r65597:b924d55fe87a Date: 2013-07-24 12:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b924d55fe87a/ Log:Add comments diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py ---

[pypy-commit] pypy default: Add comments (from stm-thread-2).

2013-01-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r59947:067f06080d2e Date: 2013-01-11 08:48 +0100 http://bitbucket.org/pypy/pypy/changeset/067f06080d2e/ Log:Add comments (from stm-thread-2). diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py ---

[pypy-commit] pypy default: Add comments and inline code manually (after I found out that

2012-11-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r59074:d9b9d7df5c5f Date: 2012-11-23 20:10 +0100 http://bitbucket.org/pypy/pypy/changeset/d9b9d7df5c5f/ Log:Add comments and inline code manually (after I found out that it was not actually inlined due to try:except: in the

[pypy-commit] pypy default: add comments: keep the backend in sync

2011-12-13 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50463:c260c94f7761 Date: 2011-12-13 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/c260c94f7761/ Log:add comments: keep the backend in sync diff --git a/pypy/jit/metainterp/resoperation.py b/pypy/jit/metainterp/resoperation.py