View Revisions: Issue #37471
Summary | 0037471: [Patch] Internal Error number clash | ||
---|---|---|---|
Revision | 2020-08-03 05:33 by J. Gareth Moreton | ||
Additional Information | Unique internal error numbers are vital in isolating exactly where the compiler's internal state became unstable - clashing numbers adds an unnecessary element of confusion. The most important appearance of 2018030701 is in AllocRegBetween, a supporting function in the Peephole Optimizer - this instance of the number is retained, while the two clashes are changed. |
||
Revision | 2020-08-03 05:30 by J. Gareth Moreton | ||
Additional Information | Unique internal error numbers are vital in isolating exactly where the compiler's internal state became unstable - clashing numbers adds an unnecessary element of confusion. |