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
- moesi
- ISA
- load linked
- register renaming
- Cache
- cache coherence miss
- branch prediction
- transactional memory
- way prediction
- pipelined cache
- sequential consistency
- dependence
- directory based coherence protocol
- atomic exchange
- multibanekd cache
- pipelined
- structural hazard
- dynamic scheduling
- store conditional
- cache optimization
- mesi
- 관계형 모델
- sql
- theta join
- nonblocking cache
- speculative execution
- cache coherence
- pipline hazards
- relational model
- Subquery
Archives
- Today
- Total
목록ILP (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