[pypy-commit] pypy default: merge heads

arigo noreply at buildbot.pypy.org
Thu Feb 13 17:20:30 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r69126:c67f0c163386
Date: 2014-02-13 17:19 +0100
http://bitbucket.org/pypy/pypy/changeset/c67f0c163386/

Log:	merge heads

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
@@ -142,20 +142,6 @@
 
 * `hg`
 
-Experiment (again) with LLVM backend for RPython compilation
-------------------------------------------------------------
-
-We already tried working with LLVM and at the time, LLVM was not mature enough
-for our needs. It's possible that this has changed, reviving the LLVM backend
-(or writing new from scratch) for static compilation would be a good project.
-
-(On the other hand, just generating C code and using clang might be enough.
-The issue with that is the so-called "asmgcc GC root finder", which has tons
-of issues of this own.  In my opinion (arigo), it would be definitely a
-better project to try to optimize the alternative, the "shadowstack" GC root
-finder, which is nicely portable.  So far it gives a pypy that is around
-7% slower.)
-
 Embedding PyPy
 ----------------------------------------
 


More information about the pypy-commit mailing list