Reposted from http://invisiblegdev.blogspot.com/
Today I started reading about memory access. I don't really have much to say on the matter yet, except that it is apparently not as easy to execute multiple memory access instructions at once as it is for integer/float instructions. This mostly stems from the fact that until the instruction is executed, you don't know what memory location it needs access to (this is because the address needs to be calculated by adding an offset to a register or some other such operation, as well as being translated into a physical address). You also can't use renaming to solve artificial data dependencies because there is way too much memory.
Reposted from http://invisiblegdev.blogspot.com/
Reposted from http://invisiblegdev.blogspot.com/
Previous Entry
Instruction Issue Buffer Q&A
Next Entry
Memory Hazards, Jaggies, and EC2
Advertisement
Latest Entries
Devlog #17: The Livestream
2466 views
Devlog #16: The Bugs are Fixed... I Think
2365 views
Devlog #15: Pulling is Buggy
2225 views
Devlog #13: New Version and Lots of Fan Art
2609 views
Devlog #11: Choo-Choo!
2262 views
Devlog #9: Holding Hands and Fast Iterations
2344 views
Advertisement
Advertisement