Skip to content
  • Nicolas Despres's avatar
    Optimize custom command full-path dependency lookup · 2268c41a
    Nicolas Despres authored and Brad King's avatar Brad King committed
    In the common case of custom command dependencies specified via full
    path optimize the implementation of GetSourceFileWithOutput using a
    (hash) map.  This is significantly faster than the existing linear
    search.  In the non-full-path case fall back to the existing linear
    suffix search.
    2268c41a