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
- sequential consistency
- ISA
- directory based coherence protocol
- cache optimization
- store conditional
- pipelined cache
- theta join
- relational model
- way prediction
- cache coherence miss
- atomic exchange
- speculative execution
- dependence
- 관계형 모델
- multibanekd cache
- load linked
- mesi
- transactional memory
- Subquery
- dynamic scheduling
- sql
- pipelined
- structural hazard
- cache coherence
- branch prediction
- Cache
- register renaming
- nonblocking cache
- pipline hazards
- moesi
Archives
- Today
- Total
목록speculative execution (1)
공대생의 공부흔적
[컴퓨터구조#8] Speculative Execution - commit, ROB, FF, PRF
지난 글의 ILP에 이어, 이번에는 out of order execution에 더해 speculative execution을 구현하는 방법에 대해 살펴볼 것이다. 2024.04.14 - [Computer Architecture] - [컴퓨터구조#7-2] ILP (Instruction-Level Parallelism) - Tomasulo Algorithm 목차 Speculation Reorder Buffer (ROB) Example Future File Physical Register File 1. Speculation 이전 Tomasulo 알고리즘에서 사용된 Reservaton Station을 잠깐 살펴보자. RS entry는 각 명령어가 완료되는 시점까지 할당된다. 연속적인 data-dependent ..
Computer Architecture
2024. 4. 14. 18:23