[pypy-commit] benchmarks default: some use of hint_commit_soon

2014-05-28 Thread Raemi
Author: Remi Meier Branch: Changeset: r261:0d81c9b1ec8e Date: 2014-05-28 09:18 +0200 http://bitbucket.org/pypy/benchmarks/changeset/0d81c9b1ec8e/ Log:some use of hint_commit_soon diff --git a/multithread/bottle/app.py b/multithread/bottle/app.py --- a/multithread/bottle/app.py +++ b/multith

[pypy-commit] extradoc extradoc: add first (bad) results for JIT in our benchmarks

2014-05-28 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5277:2308d810d1bf Date: 2014-05-28 15:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/2308d810d1bf/ Log:add first (bad) results for JIT in our benchmarks diff --git a/talk/dls2014/paper/paper.tex b/talk/dls2014/paper/paper.tex --- a/talk/

[pypy-commit] pypy ppc-updated-backend: Make tests run with shared assembler code from llsupport

2014-05-28 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r71751:126fc76ad99d Date: 2014-05-28 12:57 + http://bitbucket.org/pypy/pypy/changeset/126fc76ad99d/ Log:Make tests run with shared assembler code from llsupport diff --git a/rpython/jit/backend/ppc/ppc_assembler.py b/r

[pypy-commit] pypy ppc-updated-backend: Use GIL related code from llsupport

2014-05-28 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r71750:90b32450ce0e Date: 2014-05-28 12:55 + http://bitbucket.org/pypy/pypy/changeset/90b32450ce0e/ Log:Use GIL related code from llsupport diff --git a/rpython/jit/backend/ppc/ppc_assembler.py b/rpython/jit/backend/pp

[pypy-commit] extradoc extradoc: add some no-jit performance graphs

2014-05-28 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5278:8da07b9a12bc Date: 2014-05-28 15:47 +0200 http://bitbucket.org/pypy/extradoc/changeset/8da07b9a12bc/ Log:add some no-jit performance graphs diff --git a/talk/dls2014/paper/paper.tex b/talk/dls2014/paper/paper.tex --- a/talk/dls2014/paper/p

[pypy-commit] pypy ppc-updated-backend: Add _push_all_regs_to_jitframe and _pop_all_regs_from_jitframe

2014-05-28 Thread ISF
Author: Ivan Sichmann Freitas Branch: ppc-updated-backend Changeset: r71752:3fe6019555b7 Date: 2014-05-28 14:25 + http://bitbucket.org/pypy/pypy/changeset/3fe6019555b7/ Log:Add _push_all_regs_to_jitframe and _pop_all_regs_from_jitframe They still need to be fixed for fpr's diff

[pypy-commit] benchmarks default: jython compat

2014-05-28 Thread Raemi
Author: Remi Meier Branch: Changeset: r262:5bc3db97089a Date: 2014-05-28 17:02 +0200 http://bitbucket.org/pypy/benchmarks/changeset/5bc3db97089a/ Log:jython compat diff --git a/multithread/mandelbrot/mandelbrot.py b/multithread/mandelbrot/mandelbrot.py --- a/multithread/mandelbrot/mandelbr

[pypy-commit] extradoc extradoc: add jython to the mix

2014-05-28 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5279:d928148e310e Date: 2014-05-28 17:01 +0200 http://bitbucket.org/pypy/extradoc/changeset/d928148e310e/ Log:add jython to the mix diff --git a/talk/dls2014/paper/paper.tex b/talk/dls2014/paper/paper.tex --- a/talk/dls2014/paper/paper.tex +++

[pypy-commit] pypy default: Don't derive SomeNone from SomePBC

2014-05-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r71753:36c1c430d065 Date: 2014-05-28 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/36c1c430d065/ Log:Don't derive SomeNone from SomePBC diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator/bookkee

[pypy-commit] pypy default: remove unused attributes of SomeNone

2014-05-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r71754:042a8399aa2c Date: 2014-05-28 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/042a8399aa2c/ Log:remove unused attributes of SomeNone diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py +++ b/

[pypy-commit] pypy default: small cleanup

2014-05-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r71756:bb8dea0b283d Date: 2014-05-28 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/bb8dea0b283d/ Log:small cleanup diff --git a/rpython/annotator/classdef.py b/rpython/annotator/classdef.py --- a/rpython/annotator/classdef.py +++ b/rpython/annota

[pypy-commit] pypy default: test_ast.py edited online with Bitbucket

2014-05-28 Thread wenzhuman
Author: wenzhu man Branch: Changeset: r71762:831068f4a34b Date: 2014-03-20 03:17 + http://bitbucket.org/pypy/pypy/changeset/831068f4a34b/ Log:test_ast.py edited online with Bitbucket diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_a

[pypy-commit] pypy default: test_ast.py edited online with Bitbucket

2014-05-28 Thread wenzhuman
Author: wenzhu man Branch: Changeset: r71759:36209ce51e77 Date: 2014-03-20 02:49 + http://bitbucket.org/pypy/pypy/changeset/36209ce51e77/ Log:test_ast.py edited online with Bitbucket diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_a

[pypy-commit] pypy default: add tests to prove issue 1713 and issue 1673

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71757:5d13e1a985f6 Date: 2014-03-19 22:19 -0400 http://bitbucket.org/pypy/pypy/changeset/5d13e1a985f6/ Log:add tests to prove issue 1713 and issue 1673 diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module

[pypy-commit] pypy default: test_ast.py edited online with Bitbucket

2014-05-28 Thread wenzhuman
Author: wenzhu man Branch: Changeset: r71764:b3f9ad26cedc Date: 2014-03-20 03:40 + http://bitbucket.org/pypy/pypy/changeset/b3f9ad26cedc/ Log:test_ast.py edited online with Bitbucket diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_a

[pypy-commit] pypy default: merge to keep updated

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71758:6bfc4df6ee95 Date: 2014-03-19 22:24 -0400 http://bitbucket.org/pypy/pypy/changeset/6bfc4df6ee95/ Log:merge to keep updated diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++

[pypy-commit] pypy default: test_ast.py edited online with Bitbucket

2014-05-28 Thread wenzhuman
Author: wenzhu man Branch: Changeset: r71761:4573d0b99f0a Date: 2014-03-20 03:05 + http://bitbucket.org/pypy/pypy/changeset/4573d0b99f0a/ Log:test_ast.py edited online with Bitbucket diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_a

[pypy-commit] pypy default: revised the assertions

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71763:e497508e8f06 Date: 2014-03-19 23:35 -0400 http://bitbucket.org/pypy/pypy/changeset/e497508e8f06/ Log:revised the assertions diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/test/test_ast.py

[pypy-commit] pypy default: modify exception to OperationError

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71768:49cf2e600e22 Date: 2014-03-31 22:55 -0400 http://bitbucket.org/pypy/pypy/changeset/49cf2e600e22/ Log:modify exception to OperationError diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/interpreter/

[pypy-commit] pypy default: test_ast.py edited online with Bitbucket

2014-05-28 Thread wenzhuman
Author: wenzhu man Branch: Changeset: r71760:095bedb3c7ee Date: 2014-03-20 02:56 + http://bitbucket.org/pypy/pypy/changeset/095bedb3c7ee/ Log:test_ast.py edited online with Bitbucket diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_a

[pypy-commit] pypy default: solved issue 1713 and issue 1673

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71765:c1a865707d94 Date: 2014-03-30 03:30 -0400 http://bitbucket.org/pypy/pypy/changeset/c1a865707d94/ Log:solved issue 1713 and issue 1673 diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/interpreter/as

[pypy-commit] pypy default: dd tests for issue 1713 and issue 1673

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71766:4318681c3a7e Date: 2014-03-30 03:31 -0400 http://bitbucket.org/pypy/pypy/changeset/4318681c3a7e/ Log:dd tests for issue 1713 and issue 1673 diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/

[pypy-commit] pypy default: add the set the save_original_object flag to be true when field type is in asdl.builtin_types

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71767:4b4b167bb969 Date: 2014-03-31 22:01 -0400 http://bitbucket.org/pypy/pypy/changeset/4b4b167bb969/ Log:add the set the save_original_object flag to be true when field type is in asdl.builtin_types diff --git a/pypy/interpreter/astcompiler/as

[pypy-commit] pypy gc-pinning: add pinned gc flag

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: gc-pinning Changeset: r71769:5530f6e9f4ca Date: 2014-05-28 15:41 -0400 http://bitbucket.org/pypy/pypy/changeset/5530f6e9f4ca/ Log:add pinned gc flag diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/incminimark.

[pypy-commit] pypy default: merge three heads

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71770:10608abfd026 Date: 2014-05-28 16:56 -0400 http://bitbucket.org/pypy/pypy/changeset/10608abfd026/ Log:merge three heads diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/test/test_ast.py +++

[pypy-commit] pypy default: remove whitespace changes

2014-05-28 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71772:ca09a7211645 Date: 2014-05-28 17:07 -0400 http://bitbucket.org/pypy/pypy/changeset/ca09a7211645/ Log:remove whitespace changes diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/test/test_

[pypy-commit] pypy default: merge heads

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71771:56d81b413df8 Date: 2014-05-28 17:04 -0400 http://bitbucket.org/pypy/pypy/changeset/56d81b413df8/ Log:merge heads diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/test/test_ast.py +++ b/pypy

[pypy-commit] pypy default: rename NoneFrozenPBCRepr to NoneRepr and move it to rpython.rtyper.rnone

2014-05-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r71773:8faa5a81be74 Date: 2014-05-29 03:10 +0100 http://bitbucket.org/pypy/pypy/changeset/8faa5a81be74/ Log:rename NoneFrozenPBCRepr to NoneRepr and move it to rpython.rtyper.rnone diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator