18.16. gem5 CPU types
gem5 has a few in tree CPU models for different purposes, here is an overview of the most interesting ones:
+gem5 has a few in tree CPU models for different purposes. In fs.py and se.py, those are selectable with the --cpu-type option. Here is an overview of the most interesting ones:
-
@@ -20162,7 +20167,7 @@ Indirect leak of 1346 byte(s) in 2 object(s) allocated from:
DerivO3CPU: out-of-order core
DerivO3CPU: out-of-order core. "O3" Stands for "Out Of Order"!
templates
+-
+
-
+
userland/cpp/template.cpp: basic example
+
+ -
+
userland/cpp/template_class_with_static_member.cpp: https://stackoverflow.com/questions/3229883/static-member-initialization-in-a-class-template
+
+ -
+
userland/cpp/if_constexpr.cpp: C++17
+ +if constexpr
+