[pypy-commit] pypy default: add my differing opinion

2017-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r90583:40bcf6c2d884 Date: 2017-03-07 07:15 +0100 http://bitbucket.org/pypy/pypy/changeset/40bcf6c2d884/ Log:add my differing opinion diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/pro

[pypy-commit] pypy default: typo

2017-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r90582:02c99087b39c Date: 2017-03-07 07:10 +0100 http://bitbucket.org/pypy/pypy/changeset/02c99087b39c/ Log:typo diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ideas.rst @@ -1

[pypy-commit] pypy default: more docs

2017-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r90581:508a0ac8cf55 Date: 2017-03-06 20:14 +0100 http://bitbucket.org/pypy/pypy/changeset/508a0ac8cf55/ Log:more docs diff --git a/pypy/module/sys/vm.py b/pypy/module/sys/vm.py --- a/pypy/module/sys/vm.py +++ b/pypy/module/sys/vm.py @@ -255,6 +255,14 @@

[pypy-commit] pypy default: link to the B3 JIT dropping llvm

2017-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r90580:774e328def6e Date: 2017-03-06 17:34 +0100 http://bitbucket.org/pypy/pypy/changeset/774e328def6e/ Log:link to the B3 JIT dropping llvm diff --git a/rpython/doc/faq.rst b/rpython/doc/faq.rst --- a/rpython/doc/faq.rst +++ b/rpython/doc/faq.rst @@ -1

[pypy-commit] pypy py3.5: issue #2489: fix to support half-bogus use case

2017-03-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90579:7e0ff26e1482 Date: 2017-03-06 13:37 +0100 http://bitbucket.org/pypy/pypy/changeset/7e0ff26e1482/ Log:issue #2489: fix to support half-bogus use case diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime

[pypy-commit] stmgc c8-efficient-serial-execution: Add macros for timing instrumentation

2017-03-06 Thread tob...@masterthesis-vm
Author: tobias@masterthesis-vm Branch: c8-efficient-serial-execution Changeset: r2023:f1f7a2e83f3c Date: 2017-03-06 10:55 +0100 http://bitbucket.org/pypy/stmgc/changeset/f1f7a2e83f3c/ Log:Add macros for timing instrumentation diff --git a/c8/stm/prof.c b/c8/stm/prof.c --- a/c8/stm/prof.c +++

[pypy-commit] stmgc c8-efficient-serial-execution: Add names of duration events

2017-03-06 Thread tob...@masterthesis-vm
Author: tobias@masterthesis-vm Branch: c8-efficient-serial-execution Changeset: r2022:ea8cfda82123 Date: 2017-03-03 15:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/ea8cfda82123/ Log:Add names of duration events diff --git a/c8/stmgc.h b/c8/stmgc.h --- a/c8/stmgc.h +++ b/c8/stmgc.h @@ -5

[pypy-commit] pypy shadowstack-perf-2: Fix for test/test_rstacklet.py

2017-03-06 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r90578:a759310b811d Date: 2017-03-06 09:51 +0100 http://bitbucket.org/pypy/pypy/changeset/a759310b811d/ Log:Fix for test/test_rstacklet.py diff --git a/rpython/memory/gctransform/shadowstack.py b/rpython/memory/gctransform/shadowstack