slint/internal/compiler/llr/optim_passes
Olivier Goffart 0dc188f328 Support for referring to other globals from globals
- We need to make sure that the initialization of global is in the right order.
 - In C++ and rust, we need to add accessor to the global component
 - There can be `PropertyReference::Global` in binding of globals
 - The interpreter globals need to hold references to the global they may depend on

Fixes #175
2022-02-28 10:14:34 +01:00
..
count_property_use.rs Count the uses of property, and do not generate properties that are not used 2022-02-17 16:25:48 +01:00
inline_expressions.rs Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00