Skip to content

Commit 9f28498

Browse files
Updates to learning path content for clarity and detail.
1 parent bf9506a commit 9f28498

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

content/learning-paths/cross-platform/topdown-compare/1c-compare-arch.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ layout: learningpathall
77
---
88
## Contrast Intel and Arm Neoverse implementation approaches
99

10-
After understanding each architecture's methodology individually, you can now examine how they differ in implementation while achieving equivalent analysis capabilities.
10+
After understanding each architecture's methodology individually, you can now examine how they differ in implementation while achieving equivalent analysis capabilities. Both architectures implement the same fundamental approach with architecture-specific adaptations:
1111

12-
## Review shared implementation principles
13-
14-
Both architectures implement the same fundamental approach with architecture-specific adaptations:
15-
16-
- Slot-based accounting: Pipeline utilization measured in issue or rename slots
17-
- Hierarchical analysis: Broad classification followed by drill-down into dominant bottlenecks
18-
- Resource attribution: Map performance issues to specific CPU micro-architectural components
12+
- Slot-based accounting: pipeline utilization measured in issue or rename slots
13+
- Hierarchical analysis: broad classification followed by drill-down into dominant bottlenecks
14+
- Resource attribution: map performance issues to specific CPU micro-architectural components
1915

2016
## Compare 4-level hierarchical and 2-stage methodologies
2117

0 commit comments

Comments
 (0)