comparch-security / FlexiCAS

A Flexible Cache Architectural Simulator
Other
11 stars 3 forks source link

partially revert the previous PR and hopefully do destructors properly this time #130

Closed wsong83 closed 3 months ago

wsong83 commented 3 months ago

The base class should have a virtual destructor. When unnecessary, derived classes should have no destructor and a default one will be generated by the compiler. Enforce -Wall -Werror for regression