Using chip memory more efficiently
news.mit.edu
Using chip memory more efficiently
1–10 of 15 posts
Re: Using chip memory more efficiently
#2Re: Using chip memory more efficiently
#3Re: Using chip memory more efficiently
#4Take what is one and make it many.
Take what is repeated and make it one, and fast.
Re: Using chip memory more efficiently
#5On the other hand, when reading the title I was preparing for a gory Amiga article. In this case it should be on-chip memory or is my non native english fooling me here? But it was at least in the same spirit ;)
Re: Using chip memory more efficiently
#6Re: Using chip memory more efficiently
#7Re: Using chip memory more efficiently
#8OpenCourseWare https://www.youtube.com/watch?v=bY8f4DSkQ6M
Re: Using chip memory more efficiently
#9FPGA BlockRAMs have been configurable for the past two decades! The CPU architecture world is borrowing some good ideas from the FPGA architects.
Processors would need to temporarily hang to reconfigure hierarchy. Execution pipelines would stop issuing and resolve all in-process instructions and push registers to a stack, the memory system would need to quiesce the memory system and flush all structures, and finally the processor could rewrite low-level addressing crossbars. Once that's done, pop the registers back into the stack and hope there's no weird interactions with any number of legacy features in any older processor architecture. :)
Re: Using chip memory more efficiently
#10Take what is fixed and make it flexible. Take what is one and make it many. Take what is repeated and make it one, and fast.