Details
-
Technical task
-
Resolution: Unresolved
-
P1: Critical
-
None
Description
The current meta-object data structures are not optimized for fast operations (resolution by name, etc.). This caused us to create additional data structures at run-time in the QML engine that contain the same information to not slow down the QML engine.
The object of this task is to make the moc generated data structures good enough so that the QML engine can directly operate on them.
Attachments
Issue Links
- is required for
-
QTBUG-73675 Streamline QML for better toolability and performance
- Open