From mboxrd@z Thu Jan 1 00:00:00 1970 From: "William N. Zanatta" Subject: Re: GCC and Memory Organization Date: Thu, 11 Apr 2002 10:22:48 -0300 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <3CB58E28.1030201@veritel.com.br> References: <3CB3039C.4070404@veritel.com.br> <15539.26431.760192.203498@cerise.nosuchdomain.co.uk> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Glynn Clements Cc: "'linux-c-programming@vger.kernel.org'" > > This isn't a compiler issue. The different layouts would require > different source code. The former corresponds to a one-dimensional > array, while the latter corresponds to a two-dimensional array. > I guess I found something. Looks like I'm talking about the concepts of segmentation and paging. Is that right? In the following site there's a interesting map for understanding the concepts of VM. http://cne.gmu.edu/modules/vm/index.html Thank you again, William