Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Gcc defaults to 128bit alignment for stack
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
hong...@gmail.com  
View profile  
 More options Dec 7 2006, 2:46 pm
From: hong...@gmail.com
Date: Thu, 07 Dec 2006 11:46:12 -0800
Local: Thurs, Dec 7 2006 2:46 pm
Subject: Gcc defaults to 128bit alignment for stack
Gcc now defaults to 128bit alignment for stack:

http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00252.html

to address a few gcc bugs:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13685
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28621
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27537

The original IA32 psABI only requires stack to be aligned at 32bit.
This change means that functions in object files generated by gcc
may not work correctly when called from object files which only
guarantee 32bit stack alignment. Since it is very unlikely for gcc to
default to 32bit stack alignment, it is highly recommended that
functions should have stack aligned at 128bit before calling functions
generated by gcc.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic