Comment on Things you shouldn't do: Two pointers in one field.Comments−_delirium16yAnother reason not to do it is that in the modern era, computed pointers tend to stall pipelines.−sketerpot16yIf you're programming for an embedded system with severe memory constraints and a simple pipeline, this could be worth doing.
Comments
Another reason not to do it is that in the modern era, computed pointers tend to stall pipelines.
If you're programming for an embedded system with severe memory constraints and a simple pipeline, this could be worth doing.