Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't cache parses twice | Aleksey Kladov | 2019-06-02 | 1 | -6/+28 |
| | | | | | | | | | 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. | ||||
* | show macro expanded trees in the stats as well | Aleksey Kladov | 2019-06-01 | 1 | -7/+8 |
| | |||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -4/+4 |
| | |||||
* | migrate to salsas interning | Aleksey Kladov | 2019-04-09 | 1 | -6/+1 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -17/+4 |
| | |||||
* | opt-in jemalloc | Aleksey Kladov | 2019-01-28 | 1 | -0/+9 |
| | |||||
* | tweak words | Aleksey Kladov | 2019-01-27 | 1 | -1/+1 |
| | |||||
* | show jemalloc | Aleksey Kladov | 2019-01-27 | 1 | -1/+27 |
| | |||||
* | automatically collect garbage | Aleksey Kladov | 2019-01-27 | 1 | -5/+13 |
| | |||||
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -2/+2 |
| | |||||
* | print one size for symbols | Aleksey Kladov | 2019-01-25 | 1 | -9/+3 |
| | |||||
* | more stats | Aleksey Kladov | 2019-01-25 | 1 | -33/+121 |
| | |||||
* | better stats | Aleksey Kladov | 2019-01-25 | 1 | -2/+48 |
| | |||||
* | :arrow_up salsa | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | encapsulate hir locations | Aleksey Kladov | 2019-01-24 | 1 | -2/+2 |
| | |||||
* | ad status command | Aleksey Kladov | 2019-01-22 | 1 | -0/+15 |