Skip to content

Conversation

@matklad
Copy link
Contributor

@matklad matklad commented Jul 24, 2020

#5497 accidentally made syntax highlighting quadratic, due to
repeated tokentreeizing of macros.

bors r+
🤖

 rust-lang#5497 accidentally made syntax highlighting quadratic, due to
 repeated tokentreeizing of macros.
@lnicola
Copy link
Member

lnicola commented Jul 24, 2020

How is the memory usage compared to pre-#5497?

@matklad
Copy link
Contributor Author

matklad commented Jul 24, 2020

That's cache on semantics (so, per-request), so it shouldn't really affect the retained memory we use.

Though I indeed wonder if it affects our measurements, let me take a look...

@bors
Copy link
Contributor

bors bot commented Jul 24, 2020

@bors bors bot merged commit 0e5095d into rust-lang:master Jul 24, 2020
@matklad matklad deleted the cache branch July 24, 2020 12:36
@matklad
Copy link
Contributor Author

matklad commented Jul 24, 2020

yup, analysis-stats repots the same memory usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants