Skip to content

Commit 46db200

Browse files
authored
Merge pull request #6 from savannahostrowski/frame-pointers
2 parents 193136f + 879a275 commit 46db200

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

peps/pep-0830.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -838,13 +838,13 @@ benchmarks):
838838
===================================== =======================
839839
Machine Geometric mean overhead
840840
===================================== =======================
841-
Apple M2 Mac Mini (arm64, macOS) 1.01x slower
841+
Apple M2 Mac Mini (arm64) 1.01x slower
842842
Intel Xeon Platinum 8480 (x86-64) 1.01x slower
843843
AMD EPYC 9654 (x86-64) 1.01x slower
844844
AWS Graviton c7g.16xlarge (aarch64) 1.02x slower
845845
Ampere Altra Max (aarch64) 1.01x slower
846-
Raspberry Pi (aarch64) +X.X%
847-
macOS M3 (arm64) +X.X%
846+
Raspberry Pi (aarch64). 1.00x slower
847+
macOS M3 (arm64) 1.00x slower
848848
===================================== =======================
849849

850850
This overhead applies to both the interpreter and to C extensions that inherit

0 commit comments

Comments
 (0)