Details
-
Task
-
Resolution: Done
-
P2: Important
-
6.0, 6.1
-
None
-
40bfbe7dd9fb783b07550db8944931d1637da721 (qt/qtbase/dev)
Description
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.
Attachments
Issue Links
- resulted from
-
QTBUG-90560 QVariant performance regression in Qt6
- Reported