[pypy-commit] pypy.org extradoc: update the values

2015-01-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r559:514a518dfb43 Date: 2015-01-06 22:05 +0100 http://bitbucket.org/pypy/pypy.org/changeset/514a518dfb43/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -17,7 +17,7 @@ 2nd call: - $21656 of

[pypy-commit] pypy libgccjit-backend: Introduce AssemblerLibgccjit.shared_ctxt to avoid rebuilding the basic types each time

2015-01-06 Thread dmalcolm
Author: David Malcolm Branch: libgccjit-backend Changeset: r75253:619395643793 Date: 2015-01-05 16:28 -0500 http://bitbucket.org/pypy/pypy/changeset/619395643793/ Log:Introduce AssemblerLibgccjit.shared_ctxt to avoid rebuilding the basic types each time diff --git a/rpython/jit/backe

[pypy-commit] pypy libgccjit-backend: Don't rely on dynamic linker name lookup when locating jump targets

2015-01-06 Thread dmalcolm
Author: David Malcolm Branch: libgccjit-backend Changeset: r75252:2f581f6a1f99 Date: 2015-01-05 16:02 -0500 http://bitbucket.org/pypy/pypy/changeset/2f581f6a1f99/ Log:Don't rely on dynamic linker name lookup when locating jump targets Instead, jump through a saved function pointer. D