Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- nonblocking cache
- mesi
- transactional memory
- 관계형 모델
- structural hazard
- cache coherence miss
- atomic exchange
- dependence
- speculative execution
- Subquery
- sequential consistency
- ISA
- moesi
- load linked
- Cache
- pipelined
- register renaming
- dynamic scheduling
- multibanekd cache
- way prediction
- branch prediction
- store conditional
- theta join
- cache optimization
- relational model
- pipelined cache
- directory based coherence protocol
- sql
- pipline hazards
- cache coherence
Archives
- Today
- Total
목록dependence (1)
공대생의 공부흔적
[컴퓨터구조#7-1] ILP (Instruction-Level Parallelism) - dependence, Out-of-Order execution, 동적 스케줄링
참고: Computer Architecture: A Quantitative Approach (5th edition) - 3. Instruction-Level Parallelism and its Exploitation 이번 글과 다음 글에서는 ILP에 대해 다룰 것이다. 이번 글에서는 여러 가지 의존성(data/name/control/memory dependence)와 out-of-order execution, 그리고 동적 스케줄링에 대해 소개하고 다음 글에서는 Tomasulo 알고리즘에 대해 논의할 것이다. 목차 Dependence Out-of-Order Execution Dynamic Scheduling Tomasulo Algorithm 0. ILP 본격적인 내용에 들어가기 앞서, ILP 란, 여러 명..
Computer Architecture
2024. 4. 14. 16:03