Uh oh!
There was an error while loading. Please reload this page.
More static symbols - #74175
Conversation
nnethercote
commented
Jul 9, 2020
Eh, I have to rebase. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
4c57c50 to
28a2f1dComparennethercote
commented
Jul 9, 2020
Thanks for the quick feedback! I have rebased and addressed the comments. |
Uh oh!
There was an error while loading. Please reload this page.
oli-obk
commented
Jul 9, 2020
r=me with the |
nnethercote
commented
Jul 9, 2020
What do you think about my explanation? |
ed89e7c to
7e492d4Comparennethercote
commented
Jul 9, 2020
@bors r=oli-obk |
bors
commented
Jul 9, 2020
📌 Commit 7e492d4efc878f20ac18deaeed5806fe8895cfb8 has been approved by |
nnethercote
commented
Jul 9, 2020
@bors p=1 Because this is conflict-prone. |
Mark-Simulacrum
commented
Jul 9, 2020
Is this potentially affecting perf? Should we avoid rolling it up? |
oli-obk
commented
Jul 9, 2020
@bors rollup=never while I consider it unlikely to affect perf, the potential is there. |
nnethercote
commented
Jul 10, 2020
I did some local measurements of |
oli-obk
commented
Jul 10, 2020
There's a small (but important) difference between marking a PR for rollups and including a PR in rollups. The latter happens frequently and for all PRs except for perf-related PRs. |
nnethercote
commented
Jul 10, 2020
I heard recently that changes above a particular size were not considered for rollups. Is that incorrect? |
oli-obk
commented
Jul 10, 2020
Hmm... I honestly don't know our rollup policy that well. But 🤷 it's rollup=never now anyway, so gonna be fine. |
Manishearth
commented
Jul 10, 2020
@bors rollup=never |
Manishearth
commented
Jul 10, 2020
@bors p=0 rollup=never now autoprioritizes |
Manishearth
commented
Jul 14, 2020
@bors retry
|
bors
commented
Jul 14, 2020
☔ The latest upstream changes (presumably #74330) made this pull request unmergeable. Please resolve the merge conflicts. |
Manishearth
commented
Jul 14, 2020
Sorry about that, once you patch this up I'll try to get this landed. @bors p=1 |
Note that the output of `unpretty-debug.stdout` has changed. In that test the hash values are normalized from a symbol numbers to small numbers like "0#0" and "0#1". The increase in the number of static symbols must have caused the original numbers to contain more digits, resulting in different pretty-printing prior to normalization.
In various ways, such as changing functions to take a `Symbol` instead of a `&str`.
06c4d0b to
5930081Comparennethercote
commented
Jul 14, 2020
@bors r=oli-obk |
bors
commented
Jul 14, 2020
📌 Commit 5930081 has been approved by |
bors
commented
Jul 14, 2020
🌲 The tree is currently closed for pull requests below priority 5, this pull request will be tested once the tree is reopened |
bors
commented
Jul 15, 2020
bors
commented
Jul 15, 2020
☀️ Test successful - checks-actions, checks-azure |
These commits add some more static symbols and convert lots of places to use them.
r? @oli-obk