What is the difference between "load" and "fetch"?
Posted
by
DragonLord
on Super User
See other posts from Super User
or by DragonLord
Published on 2012-10-21T16:25:08Z
Indexed on
2012/10/21
17:05 UTC
Read the original article
Hit count: 235
I often encounter the words load and fetch in contexts where data are being read from some source, and they seem to have slightly different meanings. What's the difference?
I've done some research and couldn't find any specific technical difference in general usage. While the term fetch can refer to one stage in CPU instruction execution, I've seen it used in contexts not related to CPUs, and I'm looking for an answer that is not specific to CPUs.
© Super User or respective owner