[pypy-commit] pypy default: preallocate stuff in charp2str

2012-12-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59452:5d9059caa546 Date: 2012-12-15 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/5d9059caa546/ Log:preallocate stuff in charp2str diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py --- a/pypy/rpython/llt

[pypy-commit] pypy default: merge

2012-12-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59453:787d5dc0fed6 Date: 2012-12-16 11:37 +0200 http://bitbucket.org/pypy/pypy/changeset/787d5dc0fed6/ Log:merge diff --git a/pypy/module/fcntl/interp_fcntl.py b/pypy/module/fcntl/interp_fcntl.py --- a/pypy/module/fcntl/interp_fcntl.py +++ b/p

[pypy-commit] pypy default: indent fix

2012-12-16 Thread yrttyr
Author: yrttyr Branch: Changeset: r59454:80e124cee5ab Date: 2012-12-16 15:49 +0600 http://bitbucket.org/pypy/pypy/changeset/80e124cee5ab/ Log:indent fix diff --git a/lib_pypy/stackless.py b/lib_pypy/stackless.py --- a/lib_pypy/stackless.py +++ b/lib_pypy/stackless.py @@ -434,8 +434,8 @@

[pypy-commit] pypy default: Merged in yrttyr/pypy (pull request #97: indent fix)

2012-12-16 Thread arigo
Author: arigo Branch: Changeset: r59455:c647f4a18839 Date: 2012-12-16 11:33 +0100 http://bitbucket.org/pypy/pypy/changeset/c647f4a18839/ Log:Merged in yrttyr/pypy (pull request #97: indent fix) diff --git a/lib_pypy/stackless.py b/lib_pypy/stackless.py --- a/lib_pypy/stackless.py +++ b/lib_

[pypy-commit] pypy default: Use a UnionFind to do the "right" thing algorithmically.

2012-12-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r59456:9e2ad713f881 Date: 2012-12-16 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/9e2ad713f881/ Log:Use a UnionFind to do the "right" thing algorithmically. diff --git a/pypy/translator/backendopt/graphanalyze.py b/pypy/translator/backendopt/gr

[pypy-commit] pypy default: Remove some dead imports.

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59457:14809d49f7fb Date: 2012-12-16 03:16 -0800 http://bitbucket.org/pypy/pypy/changeset/14809d49f7fb/ Log:Remove some dead imports. diff --git a/pypy/translator/backendopt/graphanalyze.py b/pypy/translator/backendopt/graphanalyze.py --- a/pypy/trans

[pypy-commit] pypy default: some small style cleanups

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59458:f59cfaad6a89 Date: 2012-12-16 03:20 -0800 http://bitbucket.org/pypy/pypy/changeset/f59cfaad6a89/ Log:some small style cleanups diff --git a/pypy/tool/algo/unionfind.py b/pypy/tool/algo/unionfind.py --- a/pypy/tool/algo/unionfind.py +++ b/pypy/to

[pypy-commit] pypy default: some random style + deadcode cleanups

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59459:7f91f8289224 Date: 2012-12-16 03:32 -0800 http://bitbucket.org/pypy/pypy/changeset/7f91f8289224/ Log:some random style + deadcode cleanups diff --git a/pypy/translator/backendopt/inline.py b/pypy/translator/backendopt/inline.py --- a/pypy/trans

[pypy-commit] pypy default: fix a mis-indented block

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59460:da703a547305 Date: 2012-12-16 03:37 -0800 http://bitbucket.org/pypy/pypy/changeset/da703a547305/ Log:fix a mis-indented block diff --git a/pypy/translator/backendopt/malloc.py b/pypy/translator/backendopt/malloc.py --- a/pypy/translator/backend

[pypy-commit] pypy default: general cleanup of random stuff in backendopt

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59461:e2ecbb5568e5 Date: 2012-12-16 03:48 -0800 http://bitbucket.org/pypy/pypy/changeset/e2ecbb5568e5/ Log:general cleanup of random stuff in backendopt diff --git a/pypy/translator/backendopt/canraise.py b/pypy/translator/backendopt/canraise.py ---

[pypy-commit] pypy default: Optimize join_results for write analyze.

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59462:0f2f6fcca4d3 Date: 2012-12-16 04:01 -0800 http://bitbucket.org/pypy/pypy/changeset/0f2f6fcca4d3/ Log:Optimize join_results for write analyze. diff --git a/pypy/translator/backendopt/writeanalyze.py b/pypy/translator/backendopt/writeanalyze.py -

[pypy-commit] pypy default: Made the graphanalzyer code faster.

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59463:a8e0bae2f603 Date: 2012-12-16 10:51 -0800 http://bitbucket.org/pypy/pypy/changeset/a8e0bae2f603/ Log:Made the graphanalzyer code faster. It now requires less copying, and bails out sooner upon realizing that a result includes eve

[pypy-commit] pypy default: Make get_rpy_roots callable from an untranslated PyPy, with the caveat that it is very slow.

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59464:f39bcfa37203 Date: 2012-12-16 13:58 -0800 http://bitbucket.org/pypy/pypy/changeset/f39bcfa37203/ Log:Make get_rpy_roots callable from an untranslated PyPy, with the caveat that it is very slow. diff --git a/pypy/rlib/rgc.py b/pypy/rlib/r

[pypy-commit] pypy default: remove some import *s

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59465:9e5a2ddc72f2 Date: 2012-12-16 21:49 -0800 http://bitbucket.org/pypy/pypy/changeset/9e5a2ddc72f2/ Log:remove some import *s diff --git a/pypy/rlib/parsing/ebnfparse.py b/pypy/rlib/parsing/ebnfparse.py --- a/pypy/rlib/parsing/ebnfparse.py +++ b/py

[pypy-commit] pypy default: Remove another import *.

2012-12-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59466:066cf95311ba Date: 2012-12-16 22:43 -0800 http://bitbucket.org/pypy/pypy/changeset/066cf95311ba/ Log:Remove another import *. diff --git a/pypy/translator/c/primitive.py b/pypy/translator/c/primitive.py --- a/pypy/translator/c/primitive.py +++ b