Files
rust/compiler
bors 880416180b Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiser
`arena > Rc` for query results

The `Rc`s have to live for the whole duration as their count cannot go below 1 while stored as part of the query results.

By storing them in an arena we should save a bit of memory because we don't have as many independent allocations and also don't have to clone the `Rc` anymore.
2022-07-18 05:50:54 +00:00
..
2022-06-27 08:48:55 +10:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-07-12 16:25:16 +04:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-07-08 21:18:16 +00:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-06-03 17:16:41 -04:00
2022-07-16 20:17:58 -03:00
2022-06-28 19:59:09 +05:30
2022-07-16 20:17:58 -03:00
2022-05-26 13:14:24 +02:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-07-16 20:17:58 -03:00
2022-06-02 10:29:00 +00:00
2022-07-06 06:41:53 +01:00