You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChampSim abundantly uses raw integer types (particularly fixed-width integer types in `<cstdint>`). These types suffer from unintuitive promotion and conversion semantics that do not map onto the quantities they represent. Migrating to strong types will prevent many bugs from occurring.