Instruction Level Parallelism이란?
한 프로그램에서 독립적인 여러 명령어를 동시에 실행하는 것을 말한다.
Processor Register가 명령어 실행에 필요한 데이터를 저장하고, 각 기능 유닛으로 데이터를 전달하게된다. 병렬적으로 데이터를 전달해서 유닛에서는 다양한 연산을 동시에 수행할 수 있다.
'2학년 2학기 > 컴퓨터 구조' 카테고리의 다른 글
9.4 Instruction pipeline (0) | 2024.11.24 |
---|---|
9.2 Pipelining (0) | 2024.11.24 |
8.8 Reduced Instruction Set Computer (RISC) (0) | 2024.11.17 |
8.7 Program control (0) | 2024.11.17 |
8.6 Data transfer and manipulation (0) | 2024.11.17 |