memory alignment

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sachin_mzn@yahoo.com

    #1

    memory alignment

    Hi,

    what is concept of memory alignment?
    Is memory alignment differ, if a variable is local to a function and if
    it is member of structure or union?
    How 32 to 64 bit processor affects memory alignment?

  • alex

    #2
    Re: memory alignment

    This is an off topic post
    try comp.pc.memory. alignment


    Comment

    • Shan

      #3
      Re: memory alignment

      >what is concept of memory alignment?[color=blue]
      >Is memory alignment differ, if a variable is local to a function and[/color]
      if[color=blue]
      >it is member of structure or union?[/color]
      [color=blue]
      >How 32 to 64 bit processor affects memory alignment?[/color]

      Type memory alignment in google and you will get many links to the
      topic. However the memory alingnment is totally an implementation
      issue and not dictated by the C standard.

      Comment

      • Shan

        #4
        Re: memory alignment

        >This is an off topic post[color=blue]
        >try comp.pc.memory. alignment[/color]
        I wonder whether there is a comp.pc.memory. alignment

        Comment

        • infobahn

          #5
          Re: memory alignment

          sachin_mzn@yaho o.com wrote:[color=blue]
          >
          > Hi,
          >
          > what is concept of memory alignment?
          > Is memory alignment differ, if a variable is local to a function and if
          > it is member of structure or union?
          > How 32 to 64 bit processor affects memory alignment?[/color]

          That appears to be a duplicate article sent in error. Please refer
          to the replies given to your article of 27/12/2004.

          Comment

          • infobahn

            #6
            Re: memory alignment

            alex wrote:[color=blue]
            >
            > This is an off topic post[/color]

            Indeed. But the article to which you were responding was, for the most
            part, topical. It was only your reply which was off-topic, incorrect,
            unhelpful and in fact utterly useless.

            Don't let that bother you. Hang on in there. If you reply to every
            single article saying it's off-topic, you'll eventually be correct.
            Unless your ISP has terminated your news service by then, of course.
            They do that, sometimes, when you abuse Usenet (as you are doing).

            Verbum sapientis, and all that.

            [color=blue]
            > try comp.pc.memory. alignment[/color]

            There doesn't appear to be any such group. If you would like such
            a group to exist, please follow the formal process for creating it.

            Comment

            • Keith Thompson

              #7
              Re: memory alignment

              sachin_mzn@yaho o.com writes:[color=blue]
              > what is concept of memory alignment?
              > Is memory alignment differ, if a variable is local to a function and if
              > it is member of structure or union?
              > How 32 to 64 bit processor affects memory alignment?[/color]

              You asked this same question a week ago. Was there something wrong
              with the numerous replies you got then?

              --
              Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
              San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
              We must do something. This is something. Therefore, we must do this.

              Comment

              • Keith Thompson

                #8
                Re: memory alignment

                "Shan" <shan_rish@redi ffmail.com> writes:[color=blue][color=green]
                >>This is an off topic post
                >>try comp.pc.memory. alignment[/color]
                > I wonder whether there is a comp.pc.memory. alignment[/color]

                No, there isn't. The poster to whom you're replying is a troll. (I'd
                normally complain about omitting the attribution, but I won't in this
                case.)

                --
                Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
                San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
                We must do something. This is something. Therefore, we must do this.

                Comment

                • sachin_mzn@yahoo.com

                  #9
                  Re: memory alignment

                  I don't know who raised this question again with my mail id ( strange
                  ), I did not see the topic from past one week.
                  Even I did not not access internet on 1st and 2nd Jan.

                  -Sachin

                  Comment

                  Working...