Hi Alex, On Sun, Sep 8, 2013 at 5:33 PM, Alex Gaynor <alex.gay...@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. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev