일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- register renaming
- moesi
- Cache
- transactional memory
- dependence
- theta join
- store conditional
- sql
- mesi
- pipelined cache
- cache coherence
- cache optimization
- relational model
- pipline hazards
- speculative execution
- 관계형 모델
- pipelined
- dynamic scheduling
- multibanekd cache
- Subquery
- structural hazard
- way prediction
- branch prediction
- ISA
- nonblocking cache
- sequential consistency
- directory based coherence protocol
- load linked
- cache coherence miss
- atomic exchange
- Today
- Total
목록ISA (3)
공대생의 공부흔적

참고: Computer Architecture: A Quantitative Approach (5th edition) - Appendix A. Instruction Set Principles ISA 원리 시리즈의 마지막으로, 이번 글에서는 지난 글에 이어 ISA에서의 컴파일러의 역할과 MIPS 아키텍처에 대해 알아볼 것이다. 2024.03.10 - [Computer Architecture] - [컴퓨터구조#2] ISA(Instruction Set Architecture, 명령어 집합 구조)의 원리 알아보기 (2) - 연산(Operations)/Control Flow/인코딩(Encoding) 목차 ISA 분류하기 Memory Addressing 피연산자의 종류와 크기 Instruction Set에서의 연산(..

참고: Computer Architecture: A Quantitative Approach (5th edition) - Appendix A. Instruction Set Principles 이번 글에서는 지난 글에 이어 명령어 집합에서의 연산과 control flow, 그리고 인코딩에 대해서 다룰 것이다. 2024.03.10 - [Computer Architecture] - [컴퓨터구조#1] ISA(Instruction Set Architecture, 명령어 집합 구조)의 원리 알아보기 (1) - ISA 분류/Memory Addressing/피연산자의 종류와 크기 목차 ISA 분류하기 Memory Addressing 피연산자의 종류와 크기 Instruction Set에서의 연산(Operations) Co..

참고: Computer Architecture: A Quantitative Approach (5th edition) - Appendix A. Instruction Set Principles 컴퓨터 구조 파트의 첫 번째 주제는 ISA이다. Computer Architecture: A Quantitative Approach (5th edition)의 부록 A를 바탕으로 ISA의 원리를 간단하게 복습해보고자 한다. 책에서와 같이 다음 목차에 따라 구성되며, 이번 글에서 1~3을, 다음 글들에서는 각각 4~6, 7~8을 다룰 것이다. 목차 ISA 분류하기 Memory Addressing 피연산자의 종류와 크기 Instruction Set에서의 연산(Operations) Control Flow를 위한 명령어 명령..