Opened 14 years ago
Last modified 13 years ago
#1279 closed task (fixed)
Do not instantiate at all the conditional components that have condition "false"
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | low | Milestone: | Red October |
Component: | Frontend | Version: | |
Keywords: | Cc: | Adrian Pop, Adrian Pop, Per Östlund |
Description
This task will investigate if we can gain speed by not instantiating the conditional components
that have condition false. This will also speed up the building of overconstrained connection
graph as the Connections.root/Connections.potentialRoot/connect equations from the deleted
components will not need to be deleted at the end of the instantiation (they will simply not
be added at all if the instantiation of conditional components will not happen).
Note:
See TracTickets
for help on using tickets.
implemented in Revision: 6408