Commit bc235ee
authored
Rollup merge of rust-lang#61077 - nnethercote:tweak-prefill, r=petrochenkov
Don't arena-allocate static symbols.
It's just a waste of memory. This also gets rid of the special case for
"".
r? @petrochenkov1 file changed
Lines changed: 6 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
924 | 918 | | |
925 | | - | |
926 | 919 | | |
927 | 920 | | |
928 | 921 | | |
| |||
0 commit comments