This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: paired register loads and stores


On Fri, Sep 29, 2006 at 09:52:58AM -0400, David Edelsohn wrote:
> 
> 	The GCC register allocator allocates objects that span multiple
> registers in adjacent registers.  For instance, a 64-bit doubleword
> integer (long long int) will be allocated in two adjacent hardware
> registers when GCC is targeted at a processor with 32-bit registers.

   Btw, this is no longer true unless you pass -fno-split-wide-types.

-- 
Rask Ingemann Lambertsen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]