Talk:Memory layout of a data structure

From Rosetta Code
Revision as of 15:05, 20 September 2011 by 24.85.131.247 (talk) (Created page with "Most of the "solutions" here fail because they don't actually control the memory layout. Most of these data structures have no way to be mapped to an arbitrary address such as a ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Most of the "solutions" here fail because they don't actually control the memory layout. Most of these data structures have no way to be mapped to an arbitrary address such as a hardware register, such that the fields line up with the bits there, and can be used for individual access.