Details
-
Technical task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
Description
Given
anObject.aSignal.connect(aFunction)
, it should be possible for the compiler to optimize it. We should be able to avoid constructing a QV4::QObjectMethod just to set up the connection.
Potential challenges are lifetimes, and resolving "aSignal" to a metamethod/method index in the presence of shadowing.
Attachments
Issue Links
- resulted from
-
QTBUG-113344 qmllint doesn't see signal handlers
- Closed