Skip to content
  • Taylor Cramer's avatar
    Use an LRU cache for unbound reference checking · 65405057
    Taylor Cramer authored
    Previously, we would store an unbounded number of
    cache entries for this function. This CL changes
    that to use an LRU cache so that we don't grow the
    cache indefinitely.
    
    PiperOrigin-RevId: 295031712
    65405057