[pypy-commit] pypy vmprof-review: Tweaks, and implementation of a wait-free, best-effort algorithm to

2015-08-03 Thread arigo
Author: Armin Rigo Branch: vmprof-review Changeset: r78755:f99230e64cbc Date: 2015-08-03 19:26 +0200 http://bitbucket.org/pypy/pypy/changeset/f99230e64cbc/ Log:Tweaks, and implementation of a wait-free, best-effort algorithm to handle multiple threads (some possibly in signals) that a

[pypy-commit] pypy vecopt: setting the orig label arguments in the test case

2015-08-03 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78754:0359a9053df7 Date: 2015-08-03 17:26 +0200 http://bitbucket.org/pypy/pypy/changeset/0359a9053df7/ Log:setting the orig label arguments in the test case diff --git a/rpython/jit/metainterp/optimizeopt/test/test_vectorize.py b/rpython/j

[pypy-commit] pypy vecopt: failargs can be none

2015-08-03 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78753:6ef92e33b506 Date: 2015-08-03 16:49 +0200 http://bitbucket.org/pypy/pypy/changeset/6ef92e33b506/ Log:failargs can be none diff --git a/rpython/jit/metainterp/optimizeopt/vectorize.py b/rpython/jit/metainterp/optimizeopt/vectorize.py

[pypy-commit] pypy stmgc-c8-gcc: produce the perf-PID.map directly from pypy

2015-08-03 Thread Raemi
Author: Remi Meier Branch: stmgc-c8-gcc Changeset: r78752:e61b8f6ff5db Date: 2015-08-03 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/e61b8f6ff5db/ Log:produce the perf-PID.map directly from pypy Produce the jitted code to trace name mapping for perf directly in PyPy.