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

Speed up QVariant by using QMetaTypeInterface directly

XMLWordPrintable

    • 40bfbe7dd9fb783b07550db8944931d1637da721 (qt/qtbase/dev)

      Currently, QVariant uses QMetaType's functions to operate on its stored data. This is suboptimal, as those function calls cannot be optimized without LTO.

      QVariant should instead operate directly on QMetaTypeInterface.

        For Gerrit Dashboard: QTBUG-90673
        # Subject Branch Project Status CR V

            fabiankosmale Fabian Kosmale
            fabiankosmale Fabian Kosmale
            Alex Blasche Alex Blasche
            Maurice Kalinowski Maurice Kalinowski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes