Niko Matsakis 39a58c38a0 introduce the rather simpler symbol-cache in place of symbol-map
The symbol map is not good for incremental: it has inputs from every fn
in existence, and it will change if anything changes. One could imagine
cheating with the symbol-map and exempting it from the usual dependency
tracking, since the results are fully deterministic. Instead, I opted to
just add a per-CGU cache, on the premise that recomputing some symbol
names is not going to be so very expensive.
2017-04-21 17:26:53 -04:00
..
2017-04-20 16:29:59 -03:00
2017-04-18 21:26:10 -04:00
2017-04-21 17:26:53 -04:00
2017-04-18 08:57:56 -07:00