03-12-2015, 09:24 PM
(This post was last modified: 03-12-2015, 09:27 PM by CreepyTacoMan.)
So, there's this thing called mill architecture.
http://en.wikipedia.org/wiki/Mill_CPU_Architecture
Basically, the idea is that in the CPU, rather than storing data in registers in static locations wherever it fits, this stores it at the beginning, and then advances all the other data down 1 register. What this does is dramatically increase the write speed of cache while reducing complexity, while hopefully not lowering read speed.
Obviously there are challenges with this, such as having a way of tracking data, but if anything it would just be a neat project, regardless of performance.
What are your thoughts on this?
http://en.wikipedia.org/wiki/Mill_CPU_Architecture
Basically, the idea is that in the CPU, rather than storing data in registers in static locations wherever it fits, this stores it at the beginning, and then advances all the other data down 1 register. What this does is dramatically increase the write speed of cache while reducing complexity, while hopefully not lowering read speed.
Obviously there are challenges with this, such as having a way of tracking data, but if anything it would just be a neat project, regardless of performance.
What are your thoughts on this?