The preinstalled OS is not even using 64-bit mode
Posted Feb 21, 2007 3:25 UTC (Wed) by
rafdz (guest, #41427)
In reply to:
The preinstalled OS is not even using 64-bit mode by mikov
Parent article:
Dell users demand more Linux options (ZDNet UK)
i think that pointer compression should be used even on 32 bits by compressing pointers to 16 bits or even 8 bits.i don't think that this is that complicated, one could simply implement custom allocators with memory areas of say 256 Kbytes (64K words ) or 512Kbytes.i think that neither gcc nor linux kernel should use 64 bits pointers in general(they should be used only in some specific cases).switching to compressed pointers would take some efforts, but it's the only way to fully exploit current hardware capabilities.
(
Log in to post comments)