Closed yutianwu closed 3 weeks ago
Valgrind Results:
==6194== Cachegrind, a cache and branch-prediction profiler
==6194== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6194== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6194== Command: target/release/snailtracer
==6194==
--6194-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.997251185s
==6194==
==6194== I refs: 479,817,336
==6194== I1 misses: 3,235
==6194== LLi misses: 2,884
==6194== I1 miss rate: 0.00%
==6194== LLi miss rate: 0.00%
==6194==
==6194== D refs: 216,898,078 (137,945,888 rd + 78,952,190 wr)
==6194== D1 misses: 342,796 ( 202,899 rd + 139,897 wr)
==6194== LLd misses: 137,682 ( 4,403 rd + 133,279 wr)
==6194== D1 miss rate: 0.2% ( 0.1% + 0.2% )
==6194== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6194==
==6194== LL refs: 346,031 ( 206,134 rd + 139,897 wr)
==6194== LL misses: 140,566 ( 7,287 rd + 133,279 wr)
==6194== LL miss rate: 0.0% ( 0.0% + 0.2% )
Description
This pr will merge the upstream v14.0.3 to develop.
Rationale
Merge upstream.
Example
n/a
Changes
Notable changes:
Potential Impacts
n/a