aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Diagnostics/TranslatorEventSource.cs
AgeCommit message (Collapse)Author
2022-11-16Update units of memory from decimal to binary prefixes (#3716)Wunk
`MB` and `GB` can either be interpreted as having base-10 units, or base-2. `MiB` and `GiB` removes this discrepancy so that units of memory are always interpreted using base-2 units.
2022-09-08Clean up rejit queue (#2751)FICTURE7