docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -6,7 +6,7 @@ tags: [auto-reinforced, jit, just-in-time, compiler, optimization, performance,
|
||||
last_reinforced: 2026-04-20
|
||||
---
|
||||
|
||||
# [[Just-In-Time (JIT)]]
|
||||
# [[Just-In-Time (JIT)|Just-In-Time (JIT)]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "필요할 때 바로: 미리 정해진 계획에 따라 몽땅 해놓는 게 아니라, 실제 상황이 닥쳤을 때(런타임 혹은 주문 발생 시) 그 즉시 최적의 조치를 취함으로써 자원의 낭비를 줄이고 반응 속도를 극대화하는 민첩한 최적화."
|
||||
@@ -25,6 +25,6 @@ JIT(Just-In-Time)는 컴퓨팅과 물류 분야에서 공통적으로 쓰이는
|
||||
- **정책 변화(RL Update)**: AI 추론 정책에서도 모든 모델 파라미터를 메모리에 올리기보다, 입력값에 따라 필요한 계층만 로드하거나 활성화하는 '동적 추론(JIT Inference) 정책'이 기기 내(On-device) AI의 핵심 기술로 부상함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Efficiency]], [[Optimization]], [[Hardware]], [[Distributed-Systems]], Moore's Law
|
||||
- [[Efficiency|Efficiency]], [[Optimization|Optimization]], [[Hardware|Hardware]], [[Distributed-Systems|Distributed-Systems]], Moore's Law
|
||||
- **Modern Tech/Tools**: JVM HotSpot, V8 Engine (JavaScript), PyTorch JIT, JAX, Lean manufacturing.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user