issues
search
s5z
/
zsim
A fast and scalable x86-64 multicore simulator
GNU General Public License v2.0
337
stars
186
forks
source link
Support Ubuntu 22.04 + GCC-11.3 and bug fixes
#245
Closed
Yang-YiFan
closed
1 year ago
Yang-YiFan
commented
4 years ago
Make zsim Ubuntu 18.04 + GCC-7.5 compatible.
Fix #192.
Minor fixes on missing semicolons.
Fix improper initialization of class TimeBreakdownStat.
Add a more robust implementation of the
assert
macro.
Improve simulation speed with single domain.
Fix untracked register dependencies for LEA instructions.
sconstruct is python3 compatible
skip arch_prctl syscall to make zsim ubuntu 20.04 and 22.04 compatible #261
copy signum.h from 18.04 to the repo (since it is no longer offered in the newer version of glibc)
assert
macro.