Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-112452

Compare binary size of a QML application between different versions of Qt

    XMLWordPrintable

Details

    Description

      Since 5.9 we've seen a number of different compilers/interpreters/JITs that produce different results. When optimizing for binary size you will generally

      • build static binaries
      • turn off as many Qt features as you can
      • prefer smaller compilation artifacts over run time efficiency (ie, you might not use qmlcachegen but rather compile at run time)

      Let's take an example that works well with all the different technologies and compare how small or large the binary gets if we turn the different knobs.

      Attachments

        Activity

          People

            ulherman Ulf Hermann
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: