Skip to content
  • Brad King's avatar
    cmTarget: Cache compatible interface property sets · c45dd669
    Brad King authored
    Replace isLinkDependentProperty with a CompatibleInterfaces structure
    that records all the compatible interface properties in a set for each
    type.  This avoids repeatedly traversing the link implementation closure
    and asking every target for its compatible interface properties.
    c45dd669