강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

[MMORPG Game Development with C++ and Unreal Series] Part 1: Introduction to C++ Programming

Branching statement

캐시 메모리에 대해 질문드립니다.

Written on

·

330

0

메모리에서 레지스터로 데이터를 가져갈 때

예를 들어 mov rax,10 << 이런 식의 코드일 때

렘 메모리에서 캐시 메모리를 거치지 않고 바로 레지스터로 데이터를 복사해서 넣는건가요?

아니면 캐시 메모리에서 레지스터로 데이터가 복사되는건지 궁금합니다.

C++

Answer 1

0

답변을 안주시는군요ㅠ

No author

This post's author information has been deleted.

Ask a question