docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-4D7707
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - Branch Prediction"
---
# [[Branch Prediction]]
# [[Branch Prediction|Branch Prediction]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> Branch prediction(분기 예측)은 현대 CPU가 분기 명령어의 과거 기록을 프로파일링하여(예: 분기가 항상 통과되는지 관찰) 다음 실행 경로를 미리 예측하는 성능 최적화 기술입니다 [1]. 이는 추측 실행(Speculative Execution)과 결합되어 CPU의 처리 속도를 비약적으로 높이지만, 공격자가 분기 기록을 통제할 수 있다는 점 때문에 스펙터(Spectre)와 같은 심각한 보안 취약점의 공격 경로로 악용됩니다 [1, 2].
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Branch Prediction"
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Speculative Execution]], [[Spectre]], [[Branchless Security Checks]]
- **Projects/Contexts:** [[WebKit]], [[JavaScriptCore]]
- **Related Topics:** [[Speculative Execution|Speculative Execution]], [[Spectre|Spectre]], [[Branchless Security Checks|Branchless Security Checks]]
- **Projects/Contexts:** [[WebKit|WebKit]], [[JavaScriptCore|JavaScriptCore]]
- **Contradictions/Notes:** 소스에 관련 정보가 부족합니다. (소스 내에 상충하는 의견은 없으며, 과거에는 분기 명령어가 보안 강제에 충분하다고 여겨졌으나 스펙터의 등장으로 인해 더 이상 안전하지 않게 되었다는 맥락적 변화만 존재합니다 [4]).
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/Branch Prediction.md]]
- Raw Source: 00_Raw/2026-04-20/Branch Prediction.md
---