Commit b78d4ed
committed
Increase max identifier length from 64 to 128
To allow compiling updated winapi headers which contain at least one
identifier with 68 chars:
GUID_PROCESSOR_CORE_PARKING_OVER_UTILIZATION_HISTORY_DECREASE_FACTOR
It shouldn't cause any problems to increase this limit besides a tiny
increase in the compiler's total memory usage, since it's only used with
static strings or the symb.namepool which, however, assigns ids into
multiple "length categories" and allocates the best fit, as opposed to
allocating the maxlen everytime.1 parent f91f496 commit b78d4ed
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments