Files
rust/compiler
Mark Rousskov 09e619d62e Shrink span encoding further
Spans are now stored in a more compact form which cuts down on at least
1 byte per span (indirect/direct encoding) and at most 3 bytes per span
(indirect/direct encoding, context byte, length byte). As a result,
libcore metadata shrinks by 1.5MB.
2023-12-29 21:52:53 -05:00
..
2023-12-16 02:36:35 -08:00
2023-12-28 12:23:14 +08:00
2023-12-28 16:35:01 +00:00