Re: Optimizing Static Variable Layout
Betov wrote:
Excuse me. This is so stupid, that i had to go to a wrong
interpretation...
You keep saying this without offering the slightest argument
for your 'conclusion' leading me to believe you are an infant.
Here are my opinions on it, both of which have already
been brought up by others:
PRO:
An option to rearrange variables can be useful in creating
more compact code with less effort on the author.
CON:
The 'bang for the buck' just doesn't seem to be worth the
effort to code such a feature.
Personally, I would rather see something like this instead:
static [4]
... every item in this section aligned on 4 byte boundary
...
...
endstatic;
In HLA, this feature already exists for record structures, even with the
ability to specify min/max alignment. Very useful to have.
--
[kain]
http://www.geocities.com/kahlinor
.
Relevant Pages
- Re: [PATCH 00/22] HWPOISON: Intro (v5)
... This is a new feature that involves complex logics. ... However it is basically a no-op when there are no memory errors, ... feature (as said by Rik). ... what are your opinions? ... (Linux-Kernel) - Re: /devices jailbreak
... It's not there to support zones; it's just a neat feature to have. ... Expressed in this posting are my opinions. ... to opinions held by my employer, Sun Microsystems. ... (comp.unix.solaris) - Re: sorry about that
... >> else's opinions. ... > behavior of a Usenet reader and Outlook Express. ... that they use OE for newsgroups, ... whether or not the feature was appended after the fact is ... (microsoft.public.windowsxp.general) - Re: Add Alerts for other users?
... Joris [MVP Windows SharePoint Services] ... there is no such a built-in feature that can do this. ... we are very interested in your thoughts and opinions ... To provide your feedback directly to the product groups: ... (microsoft.public.sharepoint.windowsservices) - Re: The dreaded "Alternatives to NFS" question
... >description of that feature, because it sounds a security, ... Expressed in this posting are my opinions. ... to opinions held by my employer, Sun Microsystems. ... (comp.security.unix) |
|