Tag: LTO

  • Ubuntu 21.04 will enable LTO optimization for its packages

    by

    in

    According to the mailing list, Ubuntu 21.04 will enable LTO support for its package construction. Link time optimization (LTO) is a method for optimizing multiple compilation units of the entire program during linking. The generated code is faster and the file is smaller. Now, upstream projects like GCC and Python have turned on LTO by…