Originally posted by Weasel
View Post
Announcement
Collapse
No announcement yet.
Intel Publishes "X86-S" Specification For 64-bit Only Architecture
Collapse
X
-
Originally posted by Anux View PostIt might be possible that some form of PAE will be enough and far outweights the negatives we get from an 128 bit bus. Because we will never reach the max limit of 128 bit address range.
Maybe we stay at 64 bit and just increase the "cluster size" for example we address only quad words and not single bytes.
If you apply that thinking to the transition from 32 to 64 bit (DDR 2 just came out) we had 3 GB/s bandwidth and reading all memory that was adressable would have lastet hours. Memory speed will improve till that time comes.
- Likes 1
Comment
-
Originally posted by Weasel View PostI don't think we'll ever need 128-bit address space.
Just think of the amount of time it would take you to just scan (read) once an entire 64-bits worth of RAM at current speeds. Once.
Anyway, you are right to think that 128-bit is not an inevitability. If we fail to continue increasing density before reaching 2^64 bytes of RAM in high end machines, the 128-bit transition will not happen. However, the industry currently expects it to happen in the future. That is why RISC-V has a yet to be defined rv128 variant, and system languages like C, C++ and Rust made preparations for the transition in their type systems. e.g. uint128_t in C/C++ and u128 in Rust.
That said, while it is true that storage density growth typically outpaces storage bandwidth growth, it are wrong to do reasoning about future memory capacities based on current memory bandwidth. The industry is also okay with the two growing at different rates.Last edited by ryao; 22 May 2023, 12:47 PM.
- Likes 2
Comment
-
Originally posted by carewolf View Post
Current architectures also only support using 48bit of the 64bit adress space. We still have room to extend the 48bit to 64bits without breaking the instruction set, by just updating arch rules for pagetables.
Future intel processors with 6 level page tables should support the full 64-bit address space in hardware.
- Likes 1
Comment
-
-
Originally posted by Mark Rose View Post20230522_104902.jpg
Is it really so expensive to keep backwards compatibility?
- Likes 1
Comment
-
-
Originally posted by muncrief View PostIntel lost the right to have any say in the future of microprocessor architecture when they tried to force Itanium on the globe, and then spent decades charging 4 to 6 times reasonable cost for pitiful two or four core microprocessors out of spite.
In fact if not for AMD we'd be paying $4,000+ for a crappy four core Intel microprocessor at this very moment.
Add their horrific corporate history of destroying any company or engineer who dare challenge their thievery and Intel has earned only one thing -
The right to pound sand.
- Likes 2
Comment
-
Originally posted by WannaBeOCer View Post
I bought a 6 core Core i7 970 for $600 in 2010, then a 6 core Core i7 5820K for $380 in 2014. Last I checked now AMD’s the one charging $4000+ for ThreadRipper Pro chips.
Comment
-
Originally posted by ryao View Postand system languages like C, C++ and Rust made preparations for the transition in their type systems. e.g. uint128_t in C/C++ and u128 in Rust.
- Likes 2
Comment
Comment