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

Replace QVector<DeferredData *> in QQmlData with an intrinsic list

    XMLWordPrintable

Details

    Description

      Most classes don't use deferred properties at all, but almost everything in QML has QQmlData. We should should shave of some (2*sizeof(void*) bytes by giving Deferred a next pointer, so that we can store a simple pointer instead of a QList.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            fabiankosmale Fabian Kosmale
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes