ToolChain/LTO - Debian Wiki (2024)

This page describes the approach to use link time optimizations for package builds, starting with the bookworm development cycle.

Contents

  1. Summary
  2. Implementation
  3. Testing
  4. Known issues
  5. References
  6. Packages currently failing to build with LTO on amd64

Summary

Link time optimization (LTO) is a way to run optimizations across multiple translation units, enabling more opportunities for optimizations at link time. Each source file is translated to an intermediate representation, which is then used at link to build an executable or a shared object/library. The optimizations allow for faster code and smaller files.

Compiler flags for LTO are injected in dpkg-buildflags, and can be overridden in the package build. LTO is not enabled by default.

Implementation

Starting with dpkg 1.21.0, dpkg-buildflags introduced a new optimization area, which adds the necessary flags to enable LTO. To enable LTO in the rules file, set

  • exportDEB_BUILD_MAINT_OPTIONS=optimize=+lto

It can be explicitly disabled by

  • exportDEB_BUILD_MAINT_OPTIONS=optimize=-lto

Disabling might be necessary, if the upstream project also provides an option to build with LTO.

Enabling LTO adds the flags -flto=auto-ffat-lto-objects to CFLAGS, CXXFLAGS, OBJCFLAGS ... and the flag -flto=auto to LDFLAGS. -ffat-lto-objects is used to generate both the intermediate representation and the object code in the object files, the latter needed to ship .o and .a files in packages. All intermediate code is stripped out by dh_strip.

Building with -ffat-lto-objects slows down the build a bit, however we have around 2000 packages shipping .o and .a files. If a package doesn't ship these object files, then a package can remove the -ffat-lto-objects option.

dpkg 1.21.x is available in Debian since bookworm (currently in testing). To test a LTO build, the flags have to be manually added.

Testing

Two archive test rebuild were done to watch for regressions introduced by adding the LTO flags.

The LTO page on the Ubuntu wiki has test rebuilds for other architectures as well.

Regressions are build failures failing in the LTO build, but not in the reference build.

Filed bug reports: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-lto;[email protected]

Known issues

  • Link time optimization lets the compiler use more memory than a normal link step. Work arounds are reducing the parallelism, or serialization of different link time optimizations.
  • C++ symbols files differ, usually because some symbols for template instantiations are optimized out.
  • GCC and clang use different LTO options. The injected flags use the GCC variants, and are ignored by clang for now.
  • Link time optimization may exacerbate existing bugs where the program has undefined behaviour.

References

Link time optimizations are already enabled in other Linux distributions, such as:

Packages currently failing to build with LTO on amd64

Build logs at http://qa-logs.debian.net/2022/06/09/dpkglto/

"Natural Language Processing (Japanese)" <[email protected]> chasenAaron M. Ucko <[email protected]> fltk1.1 fltk1.3Abou Al Montacir <[email protected]> fpc (U) lazarus (U) view3dscene (U)Adam Borowski <[email protected]> libpmemobj-cpp memkindAdam Majer <[email protected]> qbs (U)Adrian Knoth <[email protected]> zam-plugins (U)Adrien Boussicault <[email protected]> mlvAlastair McKinstry <[email protected]> emoslib ferret-visAlberto Garcia <[email protected]> libspectrumAlessandro Ghedini <[email protected]> valgrindAlexander Kjäll <[email protected]> rust-wayland-protocols (U)Alexandre Mestiashvili <[email protected]> spades (U)Alf Gaida <[email protected]> liblxqt (U) libqtxdg (U)Andrea Pappacoda <[email protected]> mbedtlsAndreas Beckmann <[email protected]> papi (U) pocl (U)Andreas Henriksson <[email protected]> libeconfAndreas Tille <[email protected]> abinit (U) civetweb (U) gatb-core (U) lagan (U) libatomic-queue (U) libbpp-core (U) libbpp-phyl (U) libbpp-popgen (U) libbpp-qt (U) libbpp-raa (U) libbpp-seq (U) libbpp-seq-omics (U) libcifpp (U) libedlib (U) libfastahack (U) libgenome (U) libmuscle (U) libncl (U) libseqlib (U) libtabixpp (U) parsinsert (U) plast (U) qwtplot3d (U) sambamba (U) spades (U) spoa (U) terraphast (U)Andrej Shadura <[email protected]> audacious (U) imx-code-signing-tool inputplug openpaceAndres Salomon <[email protected]> chromium (U)Andrew Lee (李健秋) <[email protected]> liblxqt (U) libqtxdg (U)Android Tools Maintainers <[email protected]> android-platform-art android-platform-frameworks-base android-platform-toolsAnsgar <[email protected]> dune-common (U)Anthony Fok <[email protected]> libsass (U)Anton Gladky <[email protected]> sundials (U)Arnaud Quette <[email protected]> powermanAron Xu <[email protected]> libgooglepinyin (U) network-manager (U) opencc (U)Arun Kumar Pariyar <[email protected]> deepin-album (U) deepin-calculator (U) deepin-movie-reborn (U) dtkcore (U) qtmpris (U)Asias He <[email protected]> opencc (U)Aurelien Jarno <[email protected]> libftdi libftdi1Aurélien COUDERC <[email protected]> kaccounts-integration (U) kactivities-kf5 (U) kactivities-stats (U) kbookmarks (U) kcalcore (U) kconfig (U) kconfigwidgets (U) kcontacts (U) kcoreaddons (U) kdav (U) kdeclarative (U) kdelibs4support (U) kholidays (U) khtml (U) kidletime (U) kio (U) kirigami2 (U) kjs (U) kjsembed (U) knewstuff (U) kpmcore (U) kross (U) kscreenlocker (U) ktexteditor (U) ktp-common-internals (U) kwallet-kf5 (U) kwayland (U) libkcddb (U) libkf5kexiv2 (U) libksysguard (U) networkmanager-qt (U) okteta (U) plasma-framework (U) plasma-workspace (U) syndication (U) threadweaver (U)Ayatana Packagers <[email protected]> snapd-glibBalint Reczey <[email protected]> ffmpeg (U) libtrio wiresharkBalint Reczey <[email protected]> p8-platform (U)Barak A. Pearlmutter <[email protected]> ensmallen (U) qhull (U) webcamoidBas Couwenberg <[email protected]> postgis (U)Bas Wijnen <[email protected]> openmsxBastian Blank <[email protected]> libdebian-installer (U) linux (U) thin-provisioning-tools (U)Bastian Germann <[email protected]> swupdateBdale Garbee <[email protected]> libmawk (U)Ben Hutchings <[email protected]> linux (U)Benjamin Mako Hill <[email protected]> mairixBjoern Ricks <[email protected]> grantlee5 (U)Boyuan Yang <[email protected]> deepin-calculator (U) deepin-movie-reborn (U) dtkcore (U) gsettings-qt (U) marisa (U) opencc (U) qtdbusextended (U) taglib (U) unar (U)Camm Maguire <[email protected]> fricas gclCarlos Donizete Froes <[email protected]> surgescript (U)Carlos Maddela <[email protected]> dmallocCarsten Schoenert <[email protected]> thunderbirdChangZhuo Chen (陳昌倬) <[email protected]> liblxqt (U) libqtxdg (U)Charles Plessy <[email protected]> samtools-legacy (U)Chen-Tse Tsai <[email protected]> liblinear (U) libsvm (U)Chirayu Desai <[email protected]> android-platform-frameworks-base (U) android-platform-tools (U)Chow Loong Jin <[email protected]> libzen tinyxml2Chris Lamb <[email protected]> libfiuChristian Kastner <[email protected]> liblinear (U) libsvm (U)Christian Seiler <[email protected]> dietlibcChristian T. Steigies <[email protected]> moon-buggyChristoph Berg <[email protected]> js8call (U) postgis (U) tlf (U) wsjtx (U)Christoph Egger <[email protected]> herbstluftwm libsigsegv (U) sbcl (U)Christoph Goehre <[email protected]> thunderbird (U)Christopher James Halse Rogers <[email protected]> mir (U)Clay Stan <[email protected]> deepin-calculator (U) deepin-movie-reborn (U) dtkcore (U)Colin Watson <[email protected]> grub2 (U) libdebian-installer (U)Daniel Gröber <[email protected]> yosys (U)Daniel Jared Dominguez <[email protected]> pesign (U)Daniel Kahn Gillmor <[email protected]> faketime libreswanDaniel Schepler <[email protected]> libkdegames (U)Daniele E. Domenichelli <[email protected]> robot-testing-framework (U)Daniele Tricoli <[email protected]> pywavelets (U)Dave Hibberd <[email protected]> wsjtx (U)David Prévot <[email protected]> cmockaDebian Accessibility Team <[email protected]> unarDebian AppArmor Team <[email protected]> apparmorDebian Astro Team <[email protected]> eso-midasDebian Astronomy Team <[email protected]> openvlbiDebian Bluetooth Maintainers <[email protected]> bluezDebian Chinese Team <[email protected]> opencc (U)Debian Chromium Team <[email protected]> chromiumDebian Common Lisp Team <[email protected]> libsigsegv sbclDebian Cryptocoin Team <[email protected]> librandomx libunivalueDebian D Language Group <[email protected]> mir-core mustache-d stdx-allocatorDebian Deep Learning Team <[email protected]> onednnDebian Deepin Packaging Team <[email protected]> deepin-album deepin-calculator deepin-movie-reborn dtkcore gsettings-qt (U) qtdbusextended qtmprisDebian DNS Team <[email protected]> softhsm2Debian Electronics Packaging Team <[email protected]> sdccDebian Electronics Team <[email protected]> gnucapDebian Electronics Team <[email protected]> libmawkDebian Games Team <[email protected]> colobot gngb libretro-bsnes-mercury python-sfml skstream surgescriptDebian GIS Project <[email protected]> postgisDebian GNOME Maintainers <[email protected]> cairo libsigc++-2.0Debian Hamradio Maintainers <[email protected]> js8call tlf wsjtxDebian HPC Team <[email protected]> papiDebian Input Method Team <[email protected]> libgooglepinyin marisa openccDebian Install System Team <[email protected]> libdebian-installerDebian Java Maintainers <[email protected]> openjfxDebian KDE Extras Team <[email protected]> exiv2 kdiagram qcoro telepathy-logger-qt telepathy-qtDebian Kernel Team <[email protected]> linuxDebian Kolab Maintainers <[email protected]> libkolabxmlDebian Krap Maintainers <[email protected]> grantlee5Debian LVM Team <[email protected]> thin-provisioning-toolsDebian Math Team <[email protected]> macaulay2Debian Med Packaging Team <[email protected]> bart civetweb gatb-core lagan libatomic-queue libbpp-core libbpp-phyl libbpp-popgen libbpp-qt libbpp-raa libbpp-seq libbpp-seq-omics libcifpp libedlib libfastahack libgenome libmuscle libncl libseqlib libssw libtabixpp parsinsert plast sambamba samtools-legacy spades spoa terraphast vgDebian Mir Team <[email protected]> mirDebian Mobcom Maintainers <[email protected]> openbsc osmo-fl2k osmo-msc osmo-pcu osmo-sgsnDebian Multimedia Maintainers <[email protected]> audacious cheesecutter cmt dpf-plugins ffmpeg libva libvpx mpeg2dec taglib zam-pluginsDebian Network Simulators Team <[email protected]> tclclDebian OCaml Maintainers <[email protected]> ocamlDebian OpenCL Maintainers <[email protected]> poclDebian PhotoTools Maintainers <[email protected]> libraw openjphDebian Printing Team <[email protected]> cups-bjnpDebian Python Team <[email protected]> beancount python-cmarkgfm python-gssapi python-lz4 (U) pywavelets qscintilla2Debian QA Group <[email protected]> coinor-dylp coinor-vol crossguid liblastfm libofa libopendbx riemann-c-client snacc webdruid xmlrpc-cDebian QEMU Team <[email protected]> qemuDebian Qt/KDE Maintainers <[email protected]> kaccounts-integration kactivities-kf5 kactivities-stats kbookmarks kcalcore kconfig kconfigwidgets kcontacts kcoreaddons kdav kdb kdeclarative kdelibs4support kholidays khtml kidletime kio kirigami2 kjs kjsembed knewstuff kpmcore kproperty kreport kross kscreenlocker kseexpr ktexteditor ktp-common-internals kwallet-kf5 kwayland libkcddb libkdegames libkf5kexiv2 libksysguard libktorrent networkmanager-qt phonon plasma-framework plasma-workspace polkit-qt-1 pyside2 qbs qca2 qt3d-opensource-src qt6-3d qt6-5compat qt6-base qt6-charts qt6-declarative qt6-lottie qt6-multimedia qt6-quick3d qt6-scxml qt6-svg qt6-tools qt6-virtualkeyboard qt6-wayland qt6-webchannel qt6-webengine qtbase-opensource-src qtbase-opensource-src-gles qtcharts-opensource-src qtdeclarative-opensource-src qtdeclarative-opensource-src-gles qtlocation-opensource-src qtmultimedia-opensource-src qtpim-opensource-src qtquickcontrols2-opensource-src qtscript-opensource-src qtscxml-everywhere-src qtsvg-opensource-src qtvirtualkeyboard-opensource-src qtwayland-opensource-src qtwebchannel-opensource-src qtwebkit-opensource-src signond syndication threadweaverDebian Remote Maintainers <[email protected]> libpam-freerdp2 libpam-x2goDebian Rust Maintainers <[email protected]> inputplug (U) rust-wayland-egl rust-wayland-protocolsDebian Sass team <[email protected]> libsassDebian Science Maintainers <[email protected]> ensmallen qhullDebian Science Maintainers <[email protected]> blis bornagain clhep dune-common gringo liblinear libsvm mpsolve qiskit-aer rheolef robot-testing-framework scscp-imcce tbb yosysDebian Science Team <[email protected]> double-conversion qwtplot3d sundialsDebian Security Tools <[email protected]> afflibDebian Sugar Team <[email protected]> sugar-toolkit-gtk3Debian Telepathy maintainers <[email protected]> farstream-0.2Debian UBports Team <[email protected]> dbus-cpp deviceinfo gsettings-qt libqofono mir (U) net-cpp process-cpp qtpim-opensource-src (U)Debian UEFI Maintainers <[email protected]> efivarDebian UEFI maintainers <[email protected]> pesignDebian VoIP Team <[email protected]> dahdi-tools ucommonDebian Wine Party <[email protected]> wineDebian X Strike Force <[email protected]> weston xorg-serverDebian Xilinx Package Maintainers <[email protected]> target-factoryDebian+Ubuntu MATE Packaging Team <[email protected]> onboardDebian/Kubuntu Qt/KDE Maintainers <[email protected]> libaccounts-qt oktetaDebianOnMobile Maintainers <[email protected]> gnome-callsDebichem Team <[email protected]> abinit indigo rdkitDennis Braun <[email protected]> dpf-plugins (U) zam-plugins (U)Diane Trout <[email protected]> libaccounts-qt (U) signond (U) telepathy-logger-qt (U) telepathy-qt (U)Diane Trout <[email protected]> kaccounts-integration (U) ktp-common-internals (U) libkolabxml (U) phonon (U)Diego M. Rodriguez <[email protected]> qiskit-aer (U)Dima Kogan <[email protected]> sundials (U)Dmitry E. Oboukhov <[email protected]> tarantool (U)Dmitry Shachnev <[email protected]> adwaita-qt qbs (U) qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtcharts-opensource-src (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtlocation-opensource-src (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtscxml-everywhere-src (U) qtsvg-opensource-src (U) qtvirtualkeyboard-opensource-src (U) qtwayland-opensource-src (U) qtwebchannel-opensource-src (U) qtwebkit-opensource-src (U)Dmitry Smirnov <[email protected]> python-lz4Dominic Hargreaves <[email protected]> perl (U)Doug Torrance <[email protected]> macaulay2 (U) mpsolve (U)Ejabberd Packaging Team <[email protected]> erlang-p1-tlsEmilio Pozuelo Monfort <[email protected]> cairo (U) weston (U)Emmanuel Bourg <[email protected]> openjfx (U)Ervin Hegedüs <[email protected]> tlf (U)Evangelos Ribeiro Tzaras <[email protected]> gnome-calls (U)Felix Geyer <[email protected]> qca2 (U) qtsvg-opensource-src (U)Felix Salfelder <[email protected]> gnucap (U)Felix Zielcke <[email protected]> grub2 (U)Francesco Paolo Lovergine <[email protected]> postgis (U)Gard Spreemann <[email protected]> lbfgsbGavin Lai (賴建宇) <[email protected]> skypatGergely Pilisi <[email protected]> eclipse-titanGRUB Maintainers <[email protected]> grub2Gudjon I. Gudjonsson <[email protected]> comedilib qscintilla2 (U) qwtplot3d (U) sdcc (U)Gürkan Myczko <[email protected]> cheesecutter (U)Henry-Nicolas Tourneur <[email protected]> gnome-calls (U)Herbert Parentes Fortes Neto <[email protected]> libcdk5Hideki Yamane <[email protected]> chasen (U)Hsieh-Tseng Shen <[email protected]> ledmonHu Feng <[email protected]> dtkcore (U)Héctor Orón Martínez <[email protected]> weston (U)Ian Jackson <[email protected]> adnsIceyer <[email protected]> gsettings-qt (U)intrigeri <[email protected]> apparmor (U)Iustin Pop <[email protected]> python-pylibacl python-pyxattrIvan Hu <[email protected]> tpm2-tss (U)Jackson Doak <[email protected]> qqwingJames Cowgill <[email protected]> ffmpeg (U) python-sfml (U)James McCoy <[email protected]> rust-wayland-egl (U)James Tocknell <[email protected]> sundials (U)Jan Mojžíš <[email protected]> naclJaromír Mikeš <[email protected]> zam-plugins (U)Jeremy Bicha <[email protected]> cairo (U) snapd-glib (U)Jeremy Bicha <[email protected]> libsigc++-2.0 (U) onboard (U)Jerome Benoit <[email protected]> scscp-imcce (U)Joao Eriberto Mota Filho <[email protected]> afflib (U)Johannes 'josch' Schauer <[email protected]> fuzzyliteJohn Horigan <[email protected]> aggJon Bernard <[email protected]> ustJonas Smedegaard <[email protected]> gcc-or1k-elf (U) gesftpserver iwd librandomx (U) libsass (U) libunivalue (U) sugar-toolkit-gtk3 (U)Jonathan Carter <[email protected]> kpmcore (U)Jonathan McDowell <[email protected]> sdcc (U)Jordi Mallach <[email protected]> grub2 (U)Jose Luis Blanco Claraco <[email protected]> mrptJulian Andres Klode <[email protected]> grub2 (U) keepassxcJulien Dutheil <[email protected]> libbpp-core (U) libbpp-phyl (U) libbpp-popgen (U) libbpp-qt (U) libbpp-raa (U) libbpp-seq (U) libbpp-seq-omics (U)Jérémy Bobbio <[email protected]> libmygpo-qtJörg Frings-Fürst <[email protected]> psocksxx xbase64Kai-Chung Yan <[email protected]> android-platform-art (U)Kai-Chung Yan <[email protected]> android-platform-frameworks-base (U)Kambiz Darabi <[email protected]> sbcl (U)Kilian Krause <[email protected]> ircd-irc2 (U)Kurt Kremitzki <[email protected]> pyside2 (U)Kurt Roeckx <[email protected]> ircd-irc2Lars Op den Kamp <[email protected]> p8-platformLaszlo Boszormenyi (GCS) <[email protected]> fuse google-perftools nngLaurent Bigonville <[email protected]> cairo (U) farstream-0.2 (U) nutLifeng Sun <[email protected]> clhep (U)Lisandro Damián Nicanor Pérez Meyer <[email protected]> phonon (U) qbs (U) qoauth (U) qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtcharts-opensource-src (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtlocation-opensource-src (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtscxml-everywhere-src (U) qtsvg-opensource-src (U) qtvirtualkeyboard-opensource-src (U) qtwayland-opensource-src (U) qtwebkit-opensource-src (U)Lu YaNing <[email protected]> qt6-3d (U) qt6-5compat (U) qt6-charts (U) qt6-lottie (U) qt6-multimedia (U) qt6-quick3d (U) qt6-scxml (U) qt6-svg (U) qt6-virtualkeyboard (U) qt6-wayland (U) qt6-webengine (U)Luciano Bello <[email protected]> qiskit-aer (U)Ludovic Brenta <[email protected]> libgtkadaLudovic Drolez <[email protected]> swish-eLuigi Gangitano <[email protected]> libecap squidLXQt Packaging Team <[email protected]> liblxqt libqtxdgMa Aiguo <[email protected]> deepin-album (U)Maarten L. Hekkelman <[email protected]> libcifpp (U)Magnus Holmgren <[email protected]> adns (U) pike8.0Maintainers of Mozilla-related packages <[email protected]> firefox-esrMario Limonciello <[email protected]> efivar (U)Mario Limonciello <[email protected]> tpm2-tss (U)Marius Gripsgard <[email protected]> mir (U) net-cpp (U)Mark Brown <[email protected]> tuaMark Purcell <[email protected]> dahdi-tools (U) exiv2 (U)Markus Koschany <[email protected]> binaryenMarkus Wanner <[email protected]> postgis (U)Martin <[email protected]> python-gssapi (U)Martin Uecker <[email protected]> bart (U)Mateusz Łukasik <[email protected]> audacious (U)Mathieu Malaterre <[email protected]> openjph (U)Mathieu Trudel-Lapierre <[email protected]> tpm2-tssMatteo F. Vescovi <[email protected]> libraw (U)Matthias Klumpp <[email protected]> mir-core (U) mustache-d (U) stdx-allocator (U)Maxime Chambonnet <[email protected]> rocm-smi-lib (U)maximilian attems <[email protected]> linux (U)Maximiliano Curia <[email protected]> flatbuffers grantlee5 (U) libaccounts-qt (U) phonon (U) polkit-qt-1 (U) qca2 (U) telepathy-logger-qt (U)Mehdi Dogguy <[email protected]> ocaml (U)Michael Banck <[email protected]> abinit (U) indigo (U) rdkit (U)Michael Biebl <[email protected]> libsigc++-2.0 (U) network-manager (U)Michael Gilbert <[email protected]> chromium (U) wine (U)Michael Hudson-Doyle <[email protected]> liblinear (U) libsvm (U)Michael Jeanson <[email protected]> ust (U)Michael R. Crusoe <[email protected]> libssw (U) spades (U) vg (U)Michael Tautschnig <[email protected]> binutils-h8300-hms diagnosticsMichael Tokarev <[email protected]> qemu (U)Michał Zając <[email protected]> ktp-common-internals (U) telepathy-logger-qt (U) telepathy-qt (U)Michel Le Bihan <[email protected]> chromium (U)Mika Pflüger <[email protected]> bornagain (U)Mike Gabriel <[email protected]> dbus-cpp (U) deviceinfo (U) gsettings-qt (U) libpam-freerdp2 (U) libpam-x2go (U) libqofono (U) mir (U) net-cpp (U) onboard (U) process-cpp (U) qtpim-opensource-src (U) snapd-glib (U) weston (U)Mike Hommey <[email protected]> firefox-esr (U)Mitsuya Shibata <[email protected]> marisa (U)Mo Zhou <[email protected]> blis (U) double-conversion (U) onednn (U) rocm-smi-lib (U) simdjson tbb (U)Modestas Vainius <[email protected]> phonon (U) polkit-qt-1 (U)Muammar El Khatib <[email protected]> sillyNadiya Sitdykova <[email protected]> gatb-core (U)Nico Schlömer <[email protected]> blis (U)Nicolas Boulenguez <[email protected]> gcc-or1k-elf libgnatcoll-bindings libgtkada (U) libncursesada libtexttoolsNicolas Dandrimont <[email protected]> beancount (U) python-cmarkgfm (U)Niko Tyni <[email protected]> perlNilesh Patra <[email protected]> libatomic-queue (U)Noah Meyerhans <[email protected]> qoauth tcptraceNobuhiro Iwamatsu <[email protected]> bluez (U) flatbuffers (U) massivethreads swupdate (U) target-factory (U)NOKUBI Takatsugu <[email protected]> chasen (U)Norbert Preining <[email protected]> kaccounts-integration (U) kactivities-kf5 (U) kbookmarks (U) kcalcore (U) kconfigwidgets (U) kcontacts (U) kcoreaddons (U) kdav (U) kdeclarative (U) kdelibs4support (U) kholidays (U) khtml (U) kidletime (U) kio (U) kirigami2 (U) kjs (U) kjsembed (U) kpmcore (U) kross (U) kscreenlocker (U) ktp-common-internals (U) kwallet-kf5 (U) libkcddb (U) libkdegames (U) libkf5kexiv2 (U) libksysguard (U) libktorrent (U) networkmanager-qt (U) plasma-framework (U) plasma-workspace (U) rocm-smi-lib (U) syndication (U) threadweaver (U)Ola Lundqvist <[email protected]> gngb (U)Ole Streicher <[email protected]> eso-midas (U)Olek Wojnar <[email protected]> skstream (U)Ondřej Nový <[email protected]> libvpx (U)Ondřej Surý <[email protected]> libreswan (U) softhsm2 (U)Osamu Aoki <[email protected]> opencc (U)Pascal Packaging Team <[email protected]> fpc lazarus view3dscenePatrick Franz <[email protected]> kscreenlocker (U) libksysguard (U) plasma-workspace (U) qt6-3d (U) qt6-5compat (U) qt6-base (U) qt6-charts (U) qt6-declarative (U) qt6-lottie (U) qt6-multimedia (U) qt6-quick3d (U) qt6-scxml (U) qt6-svg (U) qt6-tools (U) qt6-virtualkeyboard (U) qt6-wayland (U) qt6-webchannel (U) qt6-webengine (U) qtcharts-opensource-src (U) qtvirtualkeyboard-opensource-src (U) qtwayland-opensource-src (U)Paul Gevers <[email protected]> fpc (U) lazarus (U) view3dscene (U)Paul Klos <[email protected]> libkolabxml (U)Paul Wise <[email protected]> sptagPaul Wouters <[email protected]> libreswan (U)Peter Colberg <[email protected]> ucommon (U)Peter Michael Green <[email protected]> fpc (U)Peter Van Eynde <[email protected]> libsigsegv (U) sbcl (U)Philip Rinn <[email protected]> gtkspellmmPhilipp Huebner <[email protected]> erlang-p1-tls (U)Picca Frédéric-Emmanuel <[email protected]> bornagain (U)Pierre Chifflier <[email protected]> libprelude libpreludedb prelude-lml prelude-managerPierre Saramito <[email protected]> rheolef (U)Pino Toscano <[email protected]> grantlee5 (U) kdb (U) kdiagram (U) kproperty (U) kreport (U) kseexpr (U) libkcddb (U) libkf5kexiv2 (U) qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtsvg-opensource-src (U) qtwayland-opensource-src (U)Punit Agrawal <[email protected]> target-factory (U)qinxialei <[email protected]> deepin-calculator (U)Ralf Treinen <[email protected]> ocaml (U)Reiner Herrmann <[email protected]> muslReinhard Tartler <[email protected]> ffmpeg (U) libva (U)Robbie Harwood (frozencemetery) <[email protected]> python-gssapi (U)Robert Ancell <[email protected]> snapd-glib (U)Roberto Lumbreras <[email protected]> proxy-suiteROCm Team <[email protected]> rocm-smi-libRoger A. Light <[email protected]> mosquittoRoman Tsisyk <[email protected]> tarantoolRuben Undheim <[email protected]> openbsc (U) osmo-msc (U) osmo-pcu (U) osmo-sgsn (U) yosys (U)Salvatore Bonaccorso <[email protected]> criu linux (U)Sam Hocevar (Debian packages) <[email protected]> mpeg2dec (U)Samuel Thibault <[email protected]> mlv (U)Sandro Knauß <[email protected]> cmocka (U) kcalcore (U) kcontacts (U) kdav (U) libkolabxml (U) qcoro (U) qtwebchannel-opensource-src (U)Santiago Garcia Mantinan <[email protected]> squid (U)Santiago Ruano Rincón <[email protected]> sugar-toolkit-gtk3 (U)Sascha Steinbiss <[email protected]> libssw (U) libtabixpp (U) spades (U)Scarlett Moore <[email protected]> kscreenlocker (U) libksysguard (U) plasma-workspace (U) qtscxml-everywhere-src (U) qtwebchannel-opensource-src (U) signond (U)Sebastian Dröge <[email protected]> libvpx (U) pitiviSebastian Kuzminsky <[email protected]> yosys (U)Sebastian Ramacher <[email protected]> ffmpeg (U) libva (U)Sebastian Reichel <[email protected]> nesccSebastien Delafond <[email protected]> bornagain (U)Sebastien Jodogne <[email protected]> civetweb (U)Simon Quigley <[email protected]> mir (U) qbs (U) qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtcharts-opensource-src (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtlocation-opensource-src (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtsvg-opensource-src (U) qtvirtualkeyboard-opensource-src (U) qtwayland-opensource-src (U) qtwebchannel-opensource-src (U) qtwebkit-opensource-src (U)Sjoerd Simons <[email protected]> farstream-0.2 (U) network-manager (U)Stefano Zacchiroli <[email protected]> beancount (U)Steffen Moeller <[email protected]> lagan (U) libatomic-queue (U)Stephen Frost <[email protected]> postgis (U)Stephen Kitt <[email protected]> g810-led gcc-mingw-w64 gdb-mingw-w64 libxmp mingw-w64 wine (U)Steve Capper <[email protected]> tbb (U)Steve M. Robbins <[email protected]> exiv2 (U)Steve McIntyre <[email protected]> efivar (U) grub2 (U) libdebian-installer (U) pesign (U)Stéphane Glondu <[email protected]> ocaml (U)Sune Vuorela <[email protected]> qt3d-opensource-src (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtsvg-opensource-src (U) qtwayland-opensource-src (U)Sune Vuorela <[email protected]> grantlee5 (U) libkcddb (U) libkdegames (U) libkf5kexiv2 (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U)SZ Lin (林上智) <[email protected]> libgpiod skypat (U) swupdate (U) tpm2-abrmdSébastien Villemot <[email protected]> libsigsegv (U) sbcl (U)Sérgio Benjamim <[email protected]> libretro-bsnes-mercury (U)Thomas Andrejak <[email protected]> libprelude (U) libpreludedb (U) prelude-lml (U) prelude-manager (U)Thomas Krennwallner <[email protected]> gringo (U)Thomas Pierson <[email protected]> kdsoap libmygpo-qt (U)Thorsten Alteholz <[email protected]> cups-bjnp (U) openbsc (U) openvlbi (U) osmo-fl2k (U) osmo-msc (U) osmo-pcu (U) osmo-sgsn (U)Thorsten Glaser <[email protected]> dietlibc (U)Tim Booth <[email protected]> parsinsert (U)Timo Aaltonen <[email protected]> python-gssapi (U)Timo Jyrinki <[email protected]> qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtlocation-opensource-src (U) qtmultimedia-opensource-src (U) qtpim-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtsvg-opensource-src (U) qtwayland-opensource-src (U) qtwebkit-opensource-src (U)Timo Röhling <[email protected]> qhull (U)tony mancill <[email protected]> wsjtx (U)Torsten Marek <[email protected]> qscintilla2 (U)Tu Qinggang <[email protected]> deepin-calculator (U) dtkcore (U)Tzafrir Cohen <[email protected]> dahdi-tools (U)Uditha Atukorala <[email protected]> psocksxx (U)Umang Parmar <[email protected]> android-platform-frameworks-base (U)Utopia Maintenance Team <[email protected]> network-managerVangelis Mouhtsis <[email protected]> onboard (U)Vasudev Kamath <[email protected]> pugixmlVincent Danjean <[email protected]> papi (U) pocl (U)xiao sheng wen <[email protected]> opencc (U)Ximin Luo <[email protected]> ocaml (U)Yangfl <[email protected]> deepin-calculator (U) deepin-movie-reborn (U) libsimpleini litehtml qr-code-generatorYanhao Mo <[email protected]> deepin-calculator (U) deepin-movie-reborn (U) dtkcore (U) gsettings-qt (U) qtmpris (U)Ying-Chun Liu (PaulLiu) <[email protected]> tpm2-abrmd (U) tpm2-tss (U)YunQiang Su <[email protected]> opencc (U)YunQiang Su <[email protected]> libgooglepinyin (U) tclcl (U)Étienne Mollier <[email protected]> rocm-smi-lib (U) spades (U)أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> gnucap (U)أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> elinks systemc

Build logs at https://people.debian.org/~doko/logs/20210228/filtered/gcc10lto/

"Natural Language Processing (Japanese)" <[email protected]> chasenA Mennucc1 <[email protected]> mplayer (U)Aaron M. Ucko <[email protected]> fltk1.1 fltk1.3Adam Borowski <[email protected]> memkind pmdk vmemAdam Majer <[email protected]> qbs (U)Adrian Knoth <[email protected]> zam-plugins (U)Adrien Boussicault <[email protected]> mlvAl Stone <[email protected]> numactl (U)Alastair McKinstry <[email protected]> atlas-ecmwf emoslib ferret-vis libtoolAlberto Garcia <[email protected]> webkit2gtk (U) wpewebkit (U)Alessandro Ghedini <[email protected]> valgrindAlessio Treglia <[email protected]> muse (U)Alexander Strasser <[email protected]> ffmpeg (U)Alexandre Mestiashvili <[email protected]> spades (U)Alf Gaida <[email protected]> libfm-qt (U) liblxqt (U) libqtxdg (U) libquazip (U)Alvin Chen <[email protected]> tpm2-pkcs11Andreas Beckmann <[email protected]> papi (U) pocl (U)Andreas Bombe <[email protected]> ghdl (U)Andreas Cadhalpun <[email protected]> ffmpeg (U)Andreas Henriksson <[email protected]> golang-github-bmatsuo-lmdb-go (U) mender-client (U)Andreas Tille <[email protected]> adun.app (U) civetweb (U) gatb-core (U) igraph (U) jellyfish1 (U) lagan (U) libatomic-queue (U) libbiod (U) libbpp-core (U) libbpp-phyl (U) libbpp-popgen (U) libbpp-qt (U) libbpp-raa (U) libbpp-seq (U) libbpp-seq-omics (U) libcifpp (U) libedlib (U) libfastahack (U) libgenome (U) libmuscle (U) libncl (U) libquazip (U) libseqlib (U) libsmithwaterman (U) libtabixpp (U) ngspice (U) plast (U) qwtplot3d (U) sambamba (U) spades (U) spoa (U)Andrei Zavada <[email protected]> aghermann (U)Andrej Shadura <[email protected]> audacious (U)Andrew Lee (李健秋) <[email protected]> libfm-qt (U) liblxqt (U) libqtxdg (U)Android Tools Maintainers <[email protected]> android-platform-art android-platform-frameworks-base android-platform-libnativehelper android-platform-system-core android-platform-system-tools-aidl android-platform-system-tools-hidlAnsgar <[email protected]> dune-common (U) dune-geometry (U)Anthony Fok <[email protected]> cvs-fast-export hugo (U) libsass (U)Antoine Beaupré <[email protected]> dmarc-cat (U)Anton Gladky <[email protected]> libopenshot (U)Apollon Oikonomopoulos <[email protected]> dovecot (U)APT Development Team <[email protected]> apt python-aptArnaud Quette <[email protected]> powermanArnaud Rebillout <[email protected]> notary (U)Aron Xu <[email protected]> fcitx-qt5 (U) libgooglepinyin (U) network-manager (U)Arun Kumar Pariyar <[email protected]> dtkcore (U) dtkwm (U) qtmpris (U)Asias He <[email protected]> unar (U)Aurelien Jarno <[email protected]> libftdi libftdi1Aurélien COUDERC <[email protected]> kaccounts-integration (U) kpmcore (U) libkf5kexiv2 (U) okteta (U)Ayatana Packagers <[email protected]> snapd-glibBalint Reczey <[email protected]> crossguid (U) ffmpeg (U) libtrio snaccBalint Reczey <[email protected]> p8-platform (U) wiresharkBarak A. Pearlmutter <[email protected]> mlpack (U) qhull (U)Bastian Blank <[email protected]> linux (U) lvm2 (U) thin-provisioning-tools (U)Bdale Garbee <[email protected]> libmawk (U)Ben Fiedler <[email protected]> aerc (U)Ben Hutchings <[email protected]> linux (U)Benjamin Mako Hill <[email protected]> mairixBernd Zeimetz <[email protected]> ceph (U) collectd (U) gpsdBjoern Ricks <[email protected]> grantlee5 (U)Boyuan Yang <[email protected]> dtkcore (U) dtkwm (U) gsettings-qt (U) qtdbusextended (U) taglib (U)Bryan Newbold <[email protected]> scmCamm Maguire <[email protected]> fricas gclCarlos Donizete Froes <[email protected]> surgescript (U)Carlos Maddela <[email protected]> dmallocCarsten Schoenert <[email protected]> ngspice (U) thunderbirdCeph Packaging Team <[email protected]> cephCESNET <[email protected]> libyang (U)ChangZhuo Chen (陳昌倬) <[email protected]> gcin (U) libfm-qt (U) liblxqt (U) libqtxdg (U) textql (U)Charles Plessy <[email protected]> samtools-legacy (U)Chen-Tse Tsai <[email protected]> liblinear (U) libsvm (U)Chirayu Desai <[email protected]> android-platform-frameworks-base (U) android-platform-libnativehelper (U) android-platform-system-core (U)Chow Loong Jin <[email protected]> libzen tinyxml2Chris Halls <[email protected]> libreoffice (U)Chris Lamb <[email protected]> libfiuChristian Kastner <[email protected]> liblinear (U) libsvm (U)Christian Marillat <[email protected]> crossguidChristian Seiler <[email protected]> dietlibcChristian T. Steigies <[email protected]> moon-buggyChristoph Berg <[email protected]> js8call (U) tlf (U) wsjtx (U)Christoph Egger <[email protected]> libsigsegv (U) sbcl (U)Christoph Goehre <[email protected]> thunderbird (U)Christopher James Halse Rogers <[email protected]> mir (U)Christos Trochalakis <[email protected]> python-confluent-kafka (U)Colin Watson <[email protected]> grub2 (U)Collectd Packaging Team <[email protected]> collectdCyril Brulebois <[email protected]> crowdsecDafydd Harries <[email protected]> python-gssapi (U)Daniel Jared Dominguez <[email protected]> pesign (U)Daniel Kahn Gillmor <[email protected]> faketime libreswanDaniel Schepler <[email protected]> libkdegames (U)Daniele E. Domenichelli <[email protected]> robot-testing-framework (U)Daniele Tricoli <[email protected]> pywavelets (U)Dave Hibberd <[email protected]> wsjtx (U)David Kalnischkies <[email protected]> apt (U)David Lamparter <[email protected]> libyangDavid Paleino <[email protected]> libpgfDavid Prévot <[email protected]> cmockaDavid Weinehall <[email protected]> scummvm (U)Debian ALSA Maintainers <[email protected]> alsa-libDebian AppArmor Team <[email protected]> apparmorDebian Astro Team <[email protected]> eso-midas wscleanDebian Bazel Team <[email protected]> bazel-bootstrapDebian Bazel Team <[email protected]> bazel-bootstrap (U)Debian Bluetooth Maintainers <[email protected]> bluezDebian Chromium Team <[email protected]> chromiumDebian Common Lisp Team <[email protected]> libsigsegv sbclDebian Cryptocoin Team <[email protected]> libunivalueDebian D Language Group <[email protected]> dcontainers gir-to-d mir-core mustache-d stdx-allocatorDebian Deep Learning Team <[email protected]> onednnDebian Deepin Packaging Team <[email protected]> dtkcore dtkwm gsettings-qt (U) qtdbusextended qtmprisDebian DNS Team <[email protected]> softhsm2Debian Electronics Packaging Team <[email protected]> sdccDebian Electronics Team <[email protected]> gnucap ngspiceDebian Electronics Team <[email protected]> ghdl libmawkDebian Games Team <[email protected]> colobot gngb python-sfml scummvm skstream surgescriptDebian GCC Maintainers <[email protected]> autofdoDebian GNOME Maintainers <[email protected]> cairo evolution-data-server glib-d gtk-d libsigc++-2.0 tilixDebian GNUstep maintainers <[email protected]> cenon.app gnustep-back gnustep-baseDebian Go Packaging Team <[email protected]> acmetool golang-github-cloudflare-cfssl golang-github-pzhin-go-sophia gost goval-dictionary libpod notary textqlDebian Go Packaging Team <[email protected]> aerc crowdsec (U) dmarc-cat fscrypt go-cve-dictionary go-exploitdb golang-github-bmatsuo-lmdb-go golang-github-containers-buildah golang-github-containers-storage golang-github-rubenv-sql-migrate hugo mender-client prometheus-libvirt-exporter skopeoDebian Hamradio Maintainers <[email protected]> js8call tlf wsjtxDebian HPC Team <[email protected]> infinipath-psm papiDebian Input Method Team <[email protected]> fcitx-qt5 gcin libgooglepinyinDebian Java Maintainers <[email protected]> openjfxDebian Julia Team <[email protected]> juliaDebian KDE Extras Team <[email protected]> exiv2 kdiagram libktorrent telepathy-logger-qt telepathy-qtDebian Kernel Team <[email protected]> linuxDebian Kolab Maintainers <[email protected]> libkolabxmlDebian Krap Maintainers <[email protected]> grantlee5 indiDebian LibreOffice Maintainers <[email protected]> libreofficeDebian LVM Team <[email protected]> lvm2 thin-provisioning-toolsDebian Med Packaging Team <[email protected]> adun.app aghermann civetweb gatb-core igraph jellyfish1 lagan libatomic-queue libbiod libbpp-core libbpp-phyl libbpp-popgen libbpp-qt libbpp-raa libbpp-seq libbpp-seq-omics libcifpp libedlib libfastahack libgenome libmuscle libncl libquazip libseqlib libsmithwaterman libssw libtabixpp plast sambamba samtools-legacy spades spoa vgDebian Mir Team <[email protected]> mirDebian Mobcom Maintainers <[email protected]> openbsc osmo-bsc osmo-fl2k osmo-msc osmo-pcu osmo-sgsnDebian Multimedia Maintainers <[email protected]> audacious cheesecutter ffmpeg gsequencer libopenshot libva mpeg2dec mplayer muse taglib zam-pluginsDebian Network Simulators Team <[email protected]> tclclDebian OpenCL Maintainers <[email protected]> intel-compute-runtime poclDebian OpenCL team <[email protected]> intel-graphics-compilerDebian Perl Group <[email protected]> libcryptx-perlDebian PhotoTools Maintainers <[email protected]> librawDebian PHP Maintainers <[email protected]> php7.4Debian Printing Team <[email protected]> cups-bjnp ipp-usb rasterviewDebian Python Modules Team <[email protected]> python-cmarkgfm pywaveletsDebian Python Team <[email protected]> beancount python-confluent-kafka python-lz4 (U) qscintilla2Debian QA Group <[email protected]> coinor-dylp coinor-vol libofa libopendbx riemann-c-client webdruid xmlrpc-cDebian Qt/KDE Maintainers <[email protected]> cantor kactivities-kf5 karchive kbookmarks kconfig kdb kdeclarative kdelibs4support kfilemetadata-kf5 khtml kiconthemes kio kjs kjsembed knewstuff kpmcore kproperty kreport kross kscreenlocker ktexteditor kwallet-kf5 kwayland libksysguard phonon plasma-framework plasma-workspace polkit-qt-1 qbs qca2 qt3d-opensource-src qtbase-opensource-src qtbase-opensource-src-gles qtcharts-opensource-src qtdeclarative-opensource-src qtdeclarative-opensource-src-gles qtlocation-opensource-src qtmir (U) qtmultimedia-opensource-src qtpim-opensource-src qtquickcontrols2-opensource-src qtscript-opensource-src qtscxml-everywhere-src qtspell qtsvg-opensource-src qtvirtualkeyboard-opensource-src qtwayland-opensource-src qtwebchannel-opensource-src qtwebkit-opensource-src signond syndication threadweaverDebian Remote Maintainers <[email protected]> libpam-freerdp2 libpam-x2goDebian Sass team <[email protected]> libsassDebian Science Maintainers <[email protected]> mlpack qhullDebian Science Maintainers <[email protected]> blis bornagain clhep dune-common dune-geometry fasttext gringo highwayhash liblinear libsvm mpsolve open3d rheolef robot-testing-framework scscp-imcce tbb yosysDebian Science Team <[email protected]> double-conversion openblas qwtplot3dDebian Security Tools <[email protected]> afflib aflplusplusDebian SELinux maintainers <[email protected]> libsemanage libsepolDebian SOGo Maintainers <[email protected]> sopeDebian Sugar Team <[email protected]> sugar-toolkit-gtk3Debian Telepathy maintainers <[email protected]> farstream-0.2Debian UBports Team <[email protected]> gsettings-qt lomiri-app-launch lomiri-download-manager mir (U) net-cpp process-cpp qtmir qtpim-opensource-src (U)Debian UEFI Maintainers <[email protected]> efivarDebian UEFI maintainers <[email protected]> pesignDebian VoIP Team <[email protected]> dahdi-tools ucommonDebian WebKit Maintainers <[email protected]> webkit2gtk wpewebkitDebian Wine Party <[email protected]> wineDebian X Strike Force <[email protected]> weston xorg-server xserver-xorg-video-intelDebian+Ubuntu MATE Packaging Team <[email protected]> onboardDebian/Kubuntu KDE Extras Team <[email protected]> qt-gstreamerDebian/Kubuntu Qt/KDE Maintainers <[email protected]> kaccounts-integration ktp-common-internals libaccounts-qt libkcddb libkdegames libkf5kexiv2 marble oktetaDebianOnMobile Maintainers <[email protected]> purple-lurch purple-xmpp-carbonsDebichem Team <[email protected]> indigo openmolcas pymol rdkitDennis Braun <[email protected]> muse (U) zam-plugins (U)Diane Trout <[email protected]> libaccounts-qt (U) signond (U) telepathy-logger-qt (U) telepathy-qt (U)Diane Trout <[email protected]> kaccounts-integration (U) ktp-common-internals (U) libkolabxml (U) phonon (U) qt-gstreamer (U)Didier Raboud <[email protected]> colobot (U) cups-bjnp (U) ipp-usb (U) rasterview (U)Dmitry E. Oboukhov <[email protected]> libtorrent (U) tarantool (U)Dmitry Shachnev <[email protected]> adwaita-qt qbs (U) qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtcharts-opensource-src (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtlocation-opensource-src (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtscxml-everywhere-src (U) qtsvg-opensource-src (U) qtvirtualkeyboard-opensource-src (U) qtwayland-opensource-src (U) qtwebchannel-opensource-src (U) qtwebkit-opensource-src (U)Dmitry Smirnov <[email protected]> golang-github-containers-buildah (U) golang-github-containers-storage (U) libpod (U) python-lz4 scummvm (U)Dominic Hargreaves <[email protected]> perl (U)Doug Torrance <[email protected]> mpsolve (U)Dovecot Maintainers <[email protected]> dovecotDr. Tobias Quathamer <[email protected]> hugo (U) libopenshot (U)Drew Parsons <[email protected]> xserver-xorg-video-intel (U)Elimar Riesebieter <[email protected]> alsa-lib (U)Emilio Pozuelo Monfort <[email protected]> cairo (U) webkit2gtk (U) weston (U)Emmanuel Bourg <[email protected]> openjfx (U)Eric Heintzmann <[email protected]> gnustep-back (U) gnustep-base (U)Ervin Hegedüs <[email protected]> tlf (U)Eshat Cakar <[email protected]> libkdegames (U)Evangelos Ribeiro Tzaras <[email protected]> purple-lurch (U)Fabrice Coutadeur <[email protected]> muse (U)Felix Geyer <[email protected]> qca2 (U) qtsvg-opensource-src (U)Felix Salfelder <[email protected]> gnucap (U)Felix Zielcke <[email protected]> grub2 (U)Frédéric Bonnard <[email protected]> libdfpGard Spreemann <[email protected]> lbfgsbGaudenz Steinlin <[email protected]> ceph (U)Gavin Lai (賴建宇) <[email protected]> skypatGeorge Kiagiadakis <[email protected]> libkdegames (U)George Kiagiadakis <[email protected]> qt-gstreamer (U)Gergely Pilisi <[email protected]> eclipse-titanGianfranco Costamagna <[email protected]> cpprest llvm-toolchain-11 (U) llvm-toolchain-9 (U) yaml-cpp (U)Gijs Molenaar <[email protected]> wsclean (U)Graham Inggs <[email protected]> julia (U)GRUB Maintainers <[email protected]> grub2Gudjon I. Gudjonsson <[email protected]> comedilib ngspice (U) qscintilla2 (U) qwtplot3d (U) sdcc (U)Guillem Jover <[email protected]> libbsdGustavo Noronha Silva <[email protected]> webkit2gtk (U)Gürkan Myczko <[email protected]> cenon.app (U) cheesecutter (U) gnustep-back (U) gnustep-base (U)Hakan Ardo <[email protected]> binutils-avrhandsome_feng <[email protected]> ukui-interface (U)Hans-Christoph Steiner <[email protected]> android-platform-libnativehelper (U) android-platform-system-tools-aidl (U)Henry-Nicolas Tourneur <[email protected]> purple-xmpp-carbons (U)Herbert Parentes Fortes Neto <[email protected]> libcdk5 webcamoidHideki Yamane <[email protected]> chasen (U)Hsieh-Tseng Shen <[email protected]> ledmonHubert Chathi <[email protected]> olm (U)Héctor Orón Martínez <[email protected]> weston (U)Iain Lane <[email protected]> evolution-data-server (U)Ian Jackson <[email protected]> adnsIan Wienand <[email protected]> numactlIceyer <[email protected]> gsettings-qt (U)intrigeri <[email protected]> apparmor (U)IOhannes m zmölnig (Debian/GNU) <[email protected]> gsequencer (U)Iustin Pop <[email protected]> python-pylibacl python-pyxattrIvan Hu <[email protected]> tpm2-tools (U) tpm2-tss (U)Jackson Doak <[email protected]> qqwingJaldhar H. Vyas <[email protected]> dovecot (U)James Cowgill <[email protected]> ffmpeg (U) python-sfml (U)James Page <[email protected]> ceph (U)Jan Wedekind <[email protected]> aiscmJaromír Mikeš <[email protected]> zam-plugins (U)Jelmer Vernooij <[email protected]> dovecot (U)Jens Reyer <[email protected]> wine (U)Jeremy Bicha <[email protected]> cairo (U) evolution-data-server (U) glib-d (U) gtk-d (U) libsigc++-2.0 (U) snapd-glib (U) tilix (U)Jeremy Bicha <[email protected]> onboard (U)Jeroen Dekkers <[email protected]> sope (U)Jerome Benoit <[email protected]> igraph (U) scscp-imcce (U)Joao Eriberto Mota Filho <[email protected]> afflib (U)Jochen Sprickerhof <[email protected]> open3d (U)Johannes 'josch' Schauer <[email protected]> fuzzyliteJohn Horigan <[email protected]> aggJon Bernard <[email protected]> ustJonas Smedegaard <[email protected]> gesftpserver libsass (U) libunivalue (U) olm (U) pugixml (U) sugar-toolkit-gtk3 (U) ucommon (U)Jonathan Carter <[email protected]> kpmcore (U)Jonathan McDowell <[email protected]> libtorrent (U) sdcc (U)Jordi Mallach <[email protected]> alsa-lib (U) grub2 (U) sope (U)Jose Luis Rivas <[email protected]> libtorrentJosé Luis Blanco Claraco <[email protected]> mrptJoël Krähemann <[email protected]> gsequencer (U)Julian Andres Klode <[email protected]> apt (U) keepassxc python-apt (U)Julien Dutheil <[email protected]> libbpp-core (U) libbpp-phyl (U) libbpp-popgen (U) libbpp-qt (U) libbpp-raa (U) libbpp-seq (U) libbpp-seq-omics (U)Julián Moreno Patiño <[email protected]> unar (U)Jérémy Bobbio <[email protected]> libmygpo-qtJörg Frings-Fürst <[email protected]> psocksxx xbase64Kai-Chung Yan <[email protected]> android-platform-art (U) android-platform-system-core (U)Kai-Chung Yan <[email protected]> android-platform-frameworks-base (U) android-platform-libnativehelper (U) android-platform-system-tools-aidl (U)Karthik <[email protected]> aerc (U)Katerina <[email protected]> android-platform-system-tools-hidl (U)Keith Packard <[email protected]> gcc-riscv64-unknown-elfKentaro Hayashi <[email protected]> fasttext (U)Kilian Krause <[email protected]> ircd-irc2 (U)Kurt Roeckx <[email protected]> ircd-irc2Kylin Team <[email protected]> ukui-interfaceLars Op den Kamp <[email protected]> p8-platformLaszlo Boszormenyi (GCS) <[email protected]> fuse google-perftools grpc nngLaurent Bigonville <[email protected]> cairo (U) evolution-data-server (U) farstream-0.2 (U) libsemanage (U) libsepol (U) nutLifeng Sun <[email protected]> clhep (U)Lior Kaplan <[email protected]> php7.4 (U)Lisandro Damián Nicanor Pérez Meyer <[email protected]> phonon (U) qbs (U) qoauth (U) qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtcharts-opensource-src (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtlocation-opensource-src (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtscxml-everywhere-src (U) qtsvg-opensource-src (U) qtvirtualkeyboard-opensource-src (U) qtwayland-opensource-src (U) qtwebkit-opensource-src (U)Lluis Campos <[email protected]> mender-client (U)LLVM Packaging Team <[email protected]> llvm-toolchain-11 llvm-toolchain-9Lucas Kanashiro <[email protected]> libcryptx-perl (U)Ludovic Brenta <[email protected]> libgtkadaLudovic Drolez <[email protected]> swish-eLuigi Gangitano <[email protected]> libecapLuke Yelavich <[email protected]> alsa-lib (U)LXQt Packaging Team <[email protected]> libfm-qt liblxqt libqtxdgMaarten L. Hekkelman <[email protected]> libcifpp (U)Magnus Holmgren <[email protected]> adns (U) pike8.0Maintainers of Mozilla-related packages <[email protected]> firefox-esrMarc Fournier <[email protected]> collectd (U)Marco d'Itri <[email protected]> libxcryptMario Limonciello <[email protected]> efivar (U)Mario Limonciello <[email protected]> tpm2-tss (U)Mark Brown <[email protected]> tuaMark Heily <[email protected]> libblocksruntimeMark Purcell <[email protected]> dahdi-tools (U) exiv2 (U) ktp-common-internals (U)Markus Koschany <[email protected]> binaryenMateusz Łukasik <[email protected]> audacious (U)Mathieu Trudel-Lapierre <[email protected]> tpm2-tools (U) tpm2-tssMatrix Packaging Team <[email protected]> olmMatt Kraai <[email protected]> unarMatteo F. Vescovi <[email protected]> libraw (U)Matthias Klose <[email protected]> autofdo (U) mpdecimalMatthias Klose <[email protected]> libdfp (U) openjdk-11 (U) openjdk-17 (U)Matthias Klumpp <[email protected]> appstream-generator dcontainers (U) gir-to-d (U) glib-d (U) gtk-d (U) mir-core (U) mustache-d (U) stdx-allocator (U) tilix (U)maximilian attems <[email protected]> linux (U) xserver-xorg-video-intel (U)Maximiliano Curia <[email protected]> exiv2 (U) flatbuffers grantlee5 (U) indi (U) kactivities-kf5 (U) karchive (U) kbookmarks (U) kconfig (U) kdeclarative (U) kdelibs4support (U) kfilemetadata-kf5 (U) khtml (U) kiconthemes (U) kio (U) kjs (U) kjsembed (U) knewstuff (U) kross (U) ktexteditor (U) kwallet-kf5 (U) kwayland (U) libaccounts-qt (U) libkdegames (U) marble (U) phonon (U) plasma-framework (U) polkit-qt-1 (U) qca2 (U) syndication (U) telepathy-logger-qt (U) threadweaver (U)Mehdi Dogguy <[email protected]> infinipath-psm (U)Michael Banck <[email protected]> indigo (U) openmolcas (U) pymol (U) rdkit (U)Michael Biebl <[email protected]> libsigc++-2.0 (U) lksctp-tools network-manager (U)Michael Gilbert <[email protected]> chromium (U) wine (U)Michael Hudson-Doyle <[email protected]> liblinear (U) libsvm (U) notary (U)Michael Jeanson <[email protected]> ust (U)Michael R. Crusoe <[email protected]> libssw (U) vg (U)Michael R. Crusoe <[email protected]> spades (U)Michael Stapelberg <[email protected]> xserver-xorg-video-intel (U)Michael Tautschnig <[email protected]> binutils-h8300-hms diagnosticsMichael Vogt <[email protected]> apt (U) python-apt (U)Michal Arbet <[email protected]> prometheus-libvirt-exporter (U)Michał Zając <[email protected]> ktp-common-internals (U) telepathy-logger-qt (U) telepathy-qt (U)Michel Le Bihan <[email protected]> chromium (U)Miguel A. Colón Vélez <[email protected]> mplayer (U)Mika Pflüger <[email protected]> bornagain (U)Mike Gabriel <[email protected]> gsettings-qt (U) libpam-freerdp2 (U) libpam-x2go (U) lomiri-app-launch (U) lomiri-download-manager (U) mir (U) net-cpp (U) onboard (U) process-cpp (U) qtmir (U) qtpim-opensource-src (U) snapd-glib (U) weston (U)Mike Hommey <[email protected]> firefox-esr (U)Mo Zhou <[email protected]> blis (U) double-conversion (U) highwayhash (U) julia (U) onednn (U) openblas (U) simdjson tbb (U)Modestas Vainius <[email protected]> libkdegames (U) libktorrent (U) phonon (U) polkit-qt-1 (U)Moritz Muehlenhoff <[email protected]> scummvm (U)Muammar El Khatib <[email protected]> sillyNadiya Sitdykova <[email protected]> gatb-core (U)Nick Black <[email protected]> notcursesNico Schlömer <[email protected]> blis (U)Nicolas Boulenguez <[email protected]> libgtkada (U)Nicolas Dandrimont <[email protected]> beancount (U) python-cmarkgfm (U)Niko Tyni <[email protected]> perlNilesh Patra <[email protected]> libatomic-queue (U)Noah Meyerhans <[email protected]> dovecot (U) qoauth tcptraceNobuhiro Iwamatsu <[email protected]> bluez (U) flatbuffers (U) go-cve-dictionary (U) go-exploitdb (U) gost (U) goval-dictionary (U) swupdate (U)NOKUBI Takatsugu <[email protected]> chasen (U)Norbert Preining <[email protected]> cantor (U) julia (U) kactivities-kf5 (U) karchive (U) kbookmarks (U) kconfig (U) kdeclarative (U) kdelibs4support (U) kfilemetadata-kf5 (U) khtml (U) kiconthemes (U) kio (U) kjs (U) kjsembed (U) knewstuff (U) kross (U) kscreenlocker (U) ktexteditor (U) kwallet-kf5 (U) kwayland (U) libksysguard (U) plasma-framework (U) plasma-workspace (U) syndication (U) threadweaver (U)Ola Lundqvist <[email protected]> gngb (U)Ole Streicher <[email protected]> eso-midas (U) wsclean (U)Olek Wojnar <[email protected]> bazel-bootstrap (U)Olek Wojnar <[email protected]> skstream (U)Ondřej Surý <[email protected]> libreswan (U) libyang (U) php7.4 (U) softhsm2 (U)OpenJDK Team <[email protected]> openjdk-11OpenJDK Team <[email protected]> openjdk-17Paride Legovini <[email protected]> fscrypt (U)Patrick Franz <[email protected]> kscreenlocker (U) libksysguard (U) plasma-workspace (U) qtcharts-opensource-src (U) qtvirtualkeyboard-opensource-src (U) qtwayland-opensource-src (U)Paul Klos <[email protected]> libkolabxml (U)Paul Wouters <[email protected]> libreswan (U)Paulo Henrique de Lima Santana (phls) <[email protected]> kickpassPeter Colberg <[email protected]> acmetool (U) julia (U) ucommon (U)Peter Van Eynde <[email protected]> libsigsegv (U) sbcl (U)Philip Rinn <[email protected]> gtkspellmmPierre Chifflier <[email protected]> libprelude libpreludedb prelude-lml prelude-managerPierre Saramito <[email protected]> rheolef (U)Pino Toscano <[email protected]> grantlee5 (U) indi (U) kdb (U) kdiagram (U) kproperty (U) kreport (U) libkcddb (U) libkf5kexiv2 (U) qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtsvg-opensource-src (U) qtwayland-opensource-src (U)Pirate Praveen <[email protected]> golang-github-rubenv-sql-migrate (U)qinxialei <[email protected]> generate-ninjaRaphaël Hertzog <[email protected]> aflplusplus (U) vboot-utils (U)Reiner Herrmann <[email protected]> muslReinhard Tartler <[email protected]> ffmpeg (U) golang-github-containers-buildah (U) golang-github-containers-storage (U) libpod (U) libva (U) mplayer (U) skopeo (U)Rene Engelhard <[email protected]> libreoffice (U)Ricardo Ribalda Delgado <[email protected]> generate-ninja (U)Riku Voipio <[email protected]> chromium (U)Rob Browning <[email protected]> emacsRobbie Harwood (frozencemetery) <[email protected]> python-gssapiRobert Ancell <[email protected]> snapd-glib (U)Robert Edmonds <[email protected]> protobuf-cRoberto Lumbreras <[email protected]> proxy-suiteRoland Fehrenbacher <[email protected]> infinipath-psm (U)Roman Tsisyk <[email protected]> tarantoolRuben Undheim <[email protected]> openbsc (U) osmo-bsc (U) osmo-msc (U) osmo-pcu (U) osmo-sgsn (U) yosys (U)Russell co*ker <russell@co*ker.com.au> libsemanage (U) libsepol (U)Salvatore Bonaccorso <[email protected]> linux (U)Sam Hocevar (Debian packages) <[email protected]> mpeg2dec (U)Sandro Knauß <[email protected]> cmocka (U) libkolabxml (U) qtwebchannel-opensource-src (U)Santiago Ruano Rincón <[email protected]> sugar-toolkit-gtk3 (U)Sascha Steinbiss <[email protected]> golang-github-pzhin-go-sophia (U) libssw (U) libtabixpp (U) spades (U)Scarlett Moore <[email protected]> kscreenlocker (U) libksysguard (U) plasma-workspace (U) qtscxml-everywhere-src (U) qtspell (U) qtwebchannel-opensource-src (U) signond (U)Sebastian Dröge <[email protected]> pitiviSebastian Harl <[email protected]> collectd (U)Sebastian Kuzminsky <[email protected]> yosys (U)Sebastian Ramacher <[email protected]> libva (U)Sebastian Reichel <[email protected]> nesccSebastien Delafond <[email protected]> bornagain (U)Sebastien Jodogne <[email protected]> civetweb (U)Shaun Jackman <[email protected]> jellyfish1 (U)Shih-Yuan Lee (FourDollars) <[email protected]> gcin (U) libfm-qt (U)Simon Quigley <[email protected]> mir (U) qbs (U) qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtcharts-opensource-src (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtlocation-opensource-src (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtsvg-opensource-src (U) qtvirtualkeyboard-opensource-src (U) qtwayland-opensource-src (U) qtwebchannel-opensource-src (U) qtwebkit-opensource-src (U) yaml-cppSjoerd Simons <[email protected]> farstream-0.2 (U) network-manager (U)Sophie Brun <[email protected]> aflplusplus (U) vboot-utilsStefan Ahlers <[email protected]> liblastfm libquazip (U)Stefano Babic <[email protected]> swupdateStefano Zacchiroli <[email protected]> beancount (U)Steffen Moeller <[email protected]> lagan (U) libatomic-queue (U)Stephen Kitt <[email protected]> g810-led gcc-mingw-w64 gdb-mingw-w64 libxmp mingw-w64 scummvm (U) wine (U)Steve Capper <[email protected]> tbb (U)Steve M. Robbins <[email protected]> exiv2 (U)Steve McIntyre <[email protected]> efivar (U) grub2 (U) pesign (U)Sudip Mukherjee <[email protected]> libbpf trace-cmdSune Vuorela <[email protected]> qt3d-opensource-src (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtmultimedia-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtsvg-opensource-src (U) qtwayland-opensource-src (U)Sune Vuorela <[email protected]> cantor (U) grantlee5 (U) libkcddb (U) libkdegames (U) libkf5kexiv2 (U) marble (U) okteta (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U)Sylvestre Ledru <[email protected]> llvm-toolchain-11 (U) llvm-toolchain-9 (U)SZ Lin (林上智) <[email protected]> libgpiod skypat (U) swupdate (U) tpm2-abrmd tpm2-pkcs11 (U)Sébastien Villemot <[email protected]> libsigsegv (U) openblas (U) sbcl (U)Thomas Andrejak <[email protected]> libprelude (U) libpreludedb (U) prelude-lml (U) prelude-manager (U)Thomas Goirand <[email protected]> ceph (U)Thomas Krennwallner <[email protected]> gringo (U)Thomas Pierson <[email protected]> kdsoap libmygpo-qt (U)Thorsten Alteholz <[email protected]> dmarc-cat (U) openbsc (U) osmo-bsc (U) osmo-fl2k (U) osmo-msc (U) osmo-pcu (U) osmo-sgsn (U)Thorsten Glaser <[email protected]> dietlibc (U)Tianon Gravi <[email protected]> notary (U)Tim Potter <[email protected]> golang-github-cloudflare-cfssl (U)Timo Aaltonen <[email protected]> intel-compute-runtime (U) intel-graphics-compiler (U) libwacom python-gssapi (U)Timo Jyrinki <[email protected]> qt3d-opensource-src (U) qtbase-opensource-src (U) qtbase-opensource-src-gles (U) qtdeclarative-opensource-src (U) qtdeclarative-opensource-src-gles (U) qtlocation-opensource-src (U) qtmultimedia-opensource-src (U) qtpim-opensource-src (U) qtquickcontrols2-opensource-src (U) qtscript-opensource-src (U) qtsvg-opensource-src (U) qtwayland-opensource-src (U) qtwebkit-opensource-src (U)Timo Röhling <[email protected]> draco fastdds open3d (U) qhull (U)Tobias Frost <[email protected]> log4cxxTorsten Marek <[email protected]> qscintilla2 (U)TSUCHIYA Masatoshi <[email protected]> fasttext (U)Tu Qinggang <[email protected]> dtkcore (U)Tzafrir Cohen <[email protected]> dahdi-tools (U)Uditha Atukorala <[email protected]> psocksxx (U)Umang Parmar <[email protected]> android-platform-frameworks-base (U) android-platform-system-core (U)Utopia Maintenance Team <[email protected]> network-managerVangelis Mouhtsis <[email protected]> onboard (U)Vasudev Kamath <[email protected]> pugixmlVincent Cheng <[email protected]> xserver-xorg-video-intel (U)Vincent Danjean <[email protected]> papi (U) pocl (U)Yangfl <[email protected]> dtkwm (U) effcee libsimpleini litehtml qr-code-generatorYanhao Mo <[email protected]> dtkcore (U) dtkwm (U) gsettings-qt (U) qtmpris (U)Yao Wei (魏銘廷) <[email protected]> gcin (U)Yavor Doganov <[email protected]> adun.app (U) cenon.app (U) gnustep-back (U) gnustep-base (U)Ying-Chun Liu (PaulLiu) <[email protected]> tpm2-abrmd (U) tpm2-tools tpm2-tss (U)YunQiang Su <[email protected]> fcitx-qt5 (U)YunQiang Su <[email protected]> libgooglepinyin (U) tclcl (U)أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> gnucap (U)أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> elinks systemc
ToolChain/LTO - Debian Wiki (2024)

FAQs

What is LTO Linux? ›

What is Link Time Optimization (LTO) Link Time Optimization is a form of interprocedural optimization that is performed at the time of linking application code. Without LTO, Arm® Compiler for Linux compiles and optimizes each source file independently of one another, then links them to form the executable.

What is the use of LTO in GCC? ›

Link Time Optimization, or LTO, is a GCC-compatible feature that allows the compiler to retain its internal representation of a program or module and use it later with different compilation units to perform optimizations during linking.

What is LTO build? ›

Link-time optimization (LTO) is a whole-program optimization technique that can improve runtime speed by 10-20% or more, and also reduce binary size, at the cost of worse compile times. It comes in several forms.

How does LTO work? ›

LTO Ultrium tape is laid out with four wide data bands sandwiched between five narrow servo bands. The tape head assembly, that reads from and writes to the tape, straddles a single data band and the two adjacent servo bands. The tape head has 8, 16, or 32 data read/write head elements and 2 servo read elements.

What is LLVM LTO? ›

LLVM LTO optimizes all the LLVM modules as a single unit. This allows for whole program optimization (potentially crossing language boundaries and Swift module boundaries).

Why is LTO still used? ›

Tape doesn't have the fast access speeds of HDDs or SSDs for retrieval. It is linear by nature and that is both its strength (allows for capacity) and its weakness (slower to access). But speed is not a deal breaker. We mostly use LTO for archive content that doesn't require instant or frequent access.

What is LTO used for? ›

Linear Tape-Open (LTO) is an open-format tape storage technology created by HPE, IBM and Seagate Technology. Open-format storage gives users access to multiple sources of storage media products that are compatible.

What is the benefit of LTO in GCC? ›

Link Time Optimization (LTO) gives GCC the capability of dumping its internal representation (GIMPLE) to disk, so that all the different compilation units that make up a single executable can be optimized as a single module.

What is LTO platform? ›

LTO Network is a hybrid blockchain application development platform for securing, verifying, and exchanging enterprise information. That's not unusual, as there are many such platforms and applications around today; however, LTO Network stands apart.

Is LTO worth it? ›

Benefits of LTO for video editing.

LTO tapes can last for 30 years or more, depending on the storage conditions, and require minimal maintenance. Unlike hard drives or SSDs, LTO tapes are unaffected by magnetic fields, mechanical damage, or electrical surges.

What is LTO on a menu? ›

LTO, or limited time offer, is a menu item or set of items that are only available for a limited period of time. For example, the many happy hour ideas used in the restaurant and bar industry are common examples of LTO. They create a limited-time promotion that incentivizes customers to order particular drinks.

What is Red Hat Enterprise Linux used for? ›

Today, Red Hat Enterprise Linux supports and powers software and technologies for automation, cloud, containers, middleware, storage, application development, microservices, virtualization, management, and more. Linux plays a major role as the core of many of Red Hat's offerings.

What is lto1? ›

lto1 is a lto compiler just like cc1 is a C compiler and cc1plus is a C++ compiler. GCC has different front-ends, that is code which reads / interprets one input language and provides the generated internal representation to the middle-end (language- and target-independent passes). lto front-end is one of them.

What type of license does Linux use? ›

Linux is licensed with the GNU General Public License (GPL), a document devised for the GNU project by the Free Software Foundation. The GPL allows anybody to redistribute, and even sell, a product covered by the GPL, as long as the recipient is allowed to rebuild an exact copy of the binary files from source.

What is driver registration in Linux? ›

Device driver registration

driver_register() is the low-level function used to register a device driver with the bus. It adds the driver to the bus's list of drivers.

Top Articles
Alternativen zu MSCI-World-ETF: So lässt sich der Anteil von US- und IT-Aktien verringern
What Does It Cost to Be Middle-Class?
Worcester Weather Underground
#ridwork guides | fountainpenguin
Places 5 Hours Away From Me
Urist Mcenforcer
Women's Beauty Parlour Near Me
How to Type German letters ä, ö, ü and the ß on your Keyboard
Dityship
Luciipurrrr_
Red Heeler Dog Breed Info, Pictures, Facts, Puppy Price & FAQs
Purple Crip Strain Leafly
Rapv Springfield Ma
Cooking Fever Wiki
Louisiana Sportsman Classifieds Guns
Po Box 35691 Canton Oh
Webcentral Cuny
Milspec Mojo Bio
Golden Abyss - Chapter 5 - Lunar_Angel
Effingham Bookings Florence Sc
Noaa Ilx
ABCproxy | World-Leading Provider of Residential IP Proxies
18889183540
How to Grow and Care for Four O'Clock Plants
Aol News Weather Entertainment Local Lifestyle
Toothio Login
Renfield Showtimes Near Paragon Theaters - Coral Square
Harbor Freight Tax Exempt Portal
Rural King Credit Card Minimum Credit Score
Yu-Gi-Oh Card Database
Town South Swim Club
Kacey King Ranch
Metra Union Pacific West Schedule
The Ride | Rotten Tomatoes
Iban's staff
The Blackening Showtimes Near Regal Edwards Santa Maria & Rpx
Boggle BrainBusters: Find 7 States | BOOMER Magazine
Soulstone Survivors Igg
10 games with New Game Plus modes so good you simply have to play them twice
Felix Mallard Lpsg
Citibank Branch Locations In Orlando Florida
60 X 60 Christmas Tablecloths
Craigslist Boats Dallas
412Doctors
Frontier Internet Outage Davenport Fl
Keci News
Waco.craigslist
Paradise leaked: An analysis of offshore data leaks
Missed Connections Dayton Ohio
Motorcycle For Sale In Deep East Texas By Owner
Smoke From Street Outlaws Net Worth
Morgan State University Receives $20.9 Million NIH/NIMHD Grant to Expand Groundbreaking Research on Urban Health Disparities
Latest Posts
Article information

Author: Dr. Pierre Goyette

Last Updated:

Views: 6125

Rating: 5 / 5 (70 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Dr. Pierre Goyette

Birthday: 1998-01-29

Address: Apt. 611 3357 Yong Plain, West Audra, IL 70053

Phone: +5819954278378

Job: Construction Director

Hobby: Embroidery, Creative writing, Shopping, Driving, Stand-up comedy, Coffee roasting, Scrapbooking

Introduction: My name is Dr. Pierre Goyette, I am a enchanting, powerful, jolly, rich, graceful, colorful, zany person who loves writing and wants to share my knowledge and understanding with you.