Closed
Description
Looking at the syntex-syntax crate, I see that dep-graph serialization is pretty expensive:
time: 13.588; rss: 424MB serialize dep graph
incremental: re-using 50 out of 50 modules
We're saving way more data than we really need to. I expect we can make this a lot cheaper by pruning the graph. But it'd be worth doing some profiling.