Software and hardware obsolescence in the kernel
Software and hardware obsolescence in the kernel
Posted Aug 30, 2020 14:58 UTC (Sun) by willy (subscriber, #9762)In reply to: Software and hardware obsolescence in the kernel by epa
Parent article: Software and hardware obsolescence in the kernel
struct page *pages[15];
Do you really want to have each of these pointers be 10 bytes long? It doesn't even make sense for the pointers to be 12 bytes long. 16 bytes does make sense. And then you can use the top few bits for exciting things like ARM's pointer tagging.
Posted Aug 30, 2020 18:10 UTC (Sun)
by epa (subscriber, #39769)
[Link] (2 responses)
Posted Aug 30, 2020 18:12 UTC (Sun)
by willy (subscriber, #9762)
[Link] (1 responses)
Posted Aug 30, 2020 23:26 UTC (Sun)
by marcH (subscriber, #57642)
[Link]
Please share your thoughts (or references) if you have.
(as already mentioned by jem above:
Software and hardware obsolescence in the kernel
Software and hardware obsolescence in the kernel
Software and hardware obsolescence in the kernel
https://stackoverflow.com/questions/6716946/why-do-x86-64... )