[pypy-dev] LLVM next steps

Armin Rigo arigo at tunes.org
Sun Sep 8 17:42:56 CEST 2013


Hi Alex,

On Sun, Sep 8, 2013 at 5:33 PM, Alex Gaynor <alex.gaynor at gmail.com> wrote:
> LLVM also has a link time optimization, is it on by default in LLVM, or do
> we need to benchmark with it enabled explicitly?

The point I made in my mail was that the llvm backend is written in a
way that makes link-time optimizations unnecessary.  We could also not
rely on "-flto" and instead write a single big .c file with the word
"static" added everywhere.


A bientôt,

Armin.


More information about the pypy-dev mailing list