Skip to content
  • Matthias Clasen's avatar
    widget: create parent muxers lazily · 3ebe30bf
    Matthias Clasen authored
    We need to create a muxer eagerly for every
    widget that has class actions, since those
    are otherwise missed in the action lookup
    on the muxer side. But otherwise, there is
    no reason to create parent muxers aggressively,
    as long as we update the parent muxers on
    root/unroot.
    
    This reduces the number of muxers we create
    in widget-factory from 210 to around 50.
    3ebe30bf