[pypy-commit] pypy default: comment explaining the problem

2018-12-02 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95396:b787df64587c Date: 2018-12-02 14:23 +0100 http://bitbucket.org/pypy/pypy/changeset/b787df64587c/ Log:comment explaining the problem diff --git a/rpython/rlib/rtime.py b/rpython/rlib/rtime.py --- a/rpython/rlib/rtime.py +++ b/rpyt

[pypy-commit] pypy default: comment

2016-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r88216:6eccb6e5fe92 Date: 2016-11-08 13:58 +0100 http://bitbucket.org/pypy/pypy/changeset/6eccb6e5fe92/ Log:comment diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interpreter/error.py @@ -54

[pypy-commit] pypy default: Comment

2016-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r85025:29c6a8a14464 Date: 2016-06-08 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/29c6a8a14464/ Log:Comment diff --git a/pypy/module/_cffi_backend/func.py b/pypy/module/_cffi_backend/func.py --- a/pypy/module/_cffi_backend/func.py +++ b/pypy/mo

[pypy-commit] pypy default: Comment about the __del__ logic in typedef.py, and point to issue #2287.

2016-05-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r84088:a3c5885e4925 Date: 2016-05-01 11:10 +0200 http://bitbucket.org/pypy/pypy/changeset/a3c5885e4925/ Log:Comment about the __del__ logic in typedef.py, and point to issue #2287. diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/type

[pypy-commit] pypy default: comment the reason for the change

2016-03-07 Thread mattip
Author: mattip Branch: Changeset: r82861:31f9f0c39273 Date: 2016-03-07 20:02 +0200 http://bitbucket.org/pypy/pypy/changeset/31f9f0c39273/ Log:comment the reason for the change diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++ b/r

[pypy-commit] pypy default: comment

2015-12-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r81400:17d955c59451 Date: 2015-12-20 08:03 +0100 http://bitbucket.org/pypy/pypy/changeset/17d955c59451/ Log:comment diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/rpython/jit/backend/llsupport/rew

[pypy-commit] pypy default: comment

2015-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r80724:e83475f80fac Date: 2015-11-17 09:40 +0100 http://bitbucket.org/pypy/pypy/changeset/e83475f80fac/ Log:comment diff --git a/pypy/module/_cffi_backend/src/parse_c_type.c b/pypy/module/_cffi_backend/src/parse_c_type.c --- a/pypy/module/_cffi_backend

[pypy-commit] pypy default: Comment

2015-09-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r79872:341417fe59f5 Date: 2015-09-27 20:40 +0200 http://bitbucket.org/pypy/pypy/changeset/341417fe59f5/ Log:Comment diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py -

[pypy-commit] pypy default: Comment

2015-09-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r79806:3c4e18e30656 Date: 2015-09-24 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/3c4e18e30656/ Log:Comment diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extending.rst @@ -5,8 +5,8 @@ w

[pypy-commit] pypy default: Comment to explain what the test is for

2015-08-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r79247:2cfeb200c73c Date: 2015-08-27 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/2cfeb200c73c/ Log:Comment to explain what the test is for diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimi

[pypy-commit] pypy default: Comment out again the likely() hint added in exceptiontransform.py as not measurably helping.

2015-01-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r75477:2eb2275f6e38 Date: 2015-01-22 10:10 +0100 http://bitbucket.org/pypy/pypy/changeset/2eb2275f6e38/ Log:Comment out again the likely() hint added in exceptiontransform.py as not measurably helping. diff --git a/rpython/translator/exceptiontr

[pypy-commit] pypy default: Comment describing how f7222d0d5407 is enough to fix issue 1805.

2014-06-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r72267:848aac545036 Date: 2014-06-28 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/848aac545036/ Log:Comment describing how f7222d0d5407 is enough to fix issue 1805. diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executionc

[pypy-commit] pypy default: Comment out (hopefully temporarily) this check again. (Note that it was never enabled before a few days ago.)

2014-01-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r68918:b58a2c01fd59 Date: 2014-01-24 21:56 +0100 http://bitbucket.org/pypy/pypy/changeset/b58a2c01fd59/ Log:Comment out (hopefully temporarily) this check again. (Note that it was never enabled before a few days ago.) diff --git a/rpython/jit/me

[pypy-commit] pypy default: Comment

2013-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r66956:38798dfaa5c3 Date: 2013-09-15 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/38798dfaa5c3/ Log:Comment diff --git a/rpython/jit/backend/llsupport/regalloc.py b/rpython/jit/backend/llsupport/regalloc.py --- a/rpython/jit/backend/llsupport/r

[pypy-commit] pypy default: Comment.

2013-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r66953:caa51c7055cf Date: 2013-09-15 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/caa51c7055cf/ Log:Comment. diff --git a/rpython/jit/backend/llsupport/regalloc.py b/rpython/jit/backend/llsupport/regalloc.py --- a/rpython/jit/backend/llsupport/

[pypy-commit] pypy default: Comment

2013-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r64812:109953b1b160 Date: 2013-06-06 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/109953b1b160/ Log:Comment diff --git a/pypy/module/test_lib_pypy/test_os_wait.py b/pypy/module/test_lib_pypy/test_os_wait.py --- a/pypy/module/test_lib_pypy/test_

[pypy-commit] pypy default: comment out unneeded rebuild

2013-04-16 Thread mattip
Author: mattip Branch: Changeset: r63416:7e3fde300fa3 Date: 2013-04-16 20:10 +0300 http://bitbucket.org/pypy/pypy/changeset/7e3fde300fa3/ Log:comment out unneeded rebuild diff --git a/pypy/module/test_lib_pypy/test_os_wait.py b/pypy/module/test_lib_pypy/test_os_wait.py --- a/pypy/module/te

[pypy-commit] pypy default: Comment it out until we figure out (1) if it has a measurable performance

2012-10-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r58654:3ef72b75102b Date: 2012-10-31 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/3ef72b75102b/ Log:Comment it out until we figure out (1) if it has a measurable performance impact nowadays, and (2) if it's really really really co

[pypy-commit] pypy default: Comment.

2012-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r53149:7c1747e11e4a Date: 2012-03-03 19:37 +0100 http://bitbucket.org/pypy/pypy/changeset/7c1747e11e4a/ Log:Comment. diff --git a/pypy/rpython/lltypesystem/rstr.py b/pypy/rpython/lltypesystem/rstr.py --- a/pypy/rpython/lltypesystem/rstr.py +++ b/pypy/r

[pypy-commit] pypy default: Comment (derived from pypy-dev).

2012-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r52741:48ef6cd6e2df Date: 2012-02-21 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/48ef6cd6e2df/ Log:Comment (derived from pypy-dev). diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/st

[pypy-commit] pypy default: Comment out this hack. I guess it was used for "checkmodule",

2011-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r50292:104e7a656174 Date: 2011-12-08 10:23 +0100 http://bitbucket.org/pypy/pypy/changeset/104e7a656174/ Log:Comment out this hack. I guess it was used for "checkmodule", which likely doesn't work any more with the clr module. diff --git a/pypy/m

[pypy-commit] pypy default: Comment this out for now, oopspec doesn't appear to play nice with look_inside_iff

2011-11-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r49743:bf59d657e73a Date: 2011-11-24 10:45 -0600 http://bitbucket.org/pypy/pypy/changeset/bf59d657e73a/ Log:Comment this out for now, oopspec doesn't appear to play nice with look_inside_iff diff --git a/pypy/jit/metainterp/test/test_string.py

[pypy-commit] pypy default: Comment out these lines, as they were never of any use as far as I know.

2011-10-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r47939:0417bfa18751 Date: 2011-10-11 15:56 +0200 http://bitbucket.org/pypy/pypy/changeset/0417bfa18751/ Log:Comment out these lines, as they were never of any use as far as I know. diff --git a/pypy/annotation/classdef.py b/pypy/annotation/class

[pypy-commit] pypy default: Comment out the stackless build.

2011-08-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r46267:845a20f574a8 Date: 2011-08-04 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/845a20f574a8/ Log:Comment out the stackless build. diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py --- a/pypy/tool/release/forc

[pypy-commit] pypy default: Comment.

2011-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r44592:5232aa29f10a Date: 2011-05-30 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/5232aa29f10a/ Log:Comment. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.py +++ b/pypy/j

[pypy-commit] pypy default: Comment.

2011-05-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r44280:985671785e50 Date: 2011-05-18 16:24 +0200 http://bitbucket.org/pypy/pypy/changeset/985671785e50/ Log:Comment. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.py +++ b/pypy/j