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