rust/crates/ra_ide_api
Aleksey Kladov 8b7f58976b don't cache parses twice
Before this commit, `Parse`s for original file ended up two times in
salsa's db: first, when we parse original file, and second, when we
parse macro or a file.

Given that parse trees are the worst ofenders in terms of memory, it
makes sense to make sure we store them only once.
2019-06-02 20:15:10 +03:00
..
src don't cache parses twice 2019-06-02 20:15:10 +03:00
Cargo.toml ⬆️ parking_lot 2019-05-30 12:02:30 +03:00