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