Oliver Stacey

Results 1 comments of Oliver Stacey

In a multithreaded situation, you could make a different RefResolver per thread, but then each thread would be separately caching the same data, which seems pretty wasteful. Moving RefResolver's _scope_stack...