This is the mail archive of the gcc-patches@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]

PATCH [function-specfic-branch, committed] Make arch=xxx work, speed up inliner with target specific functions


This patch is still work in progress, but we are now much closer to submitting
to the mainline.  This fixes up the option(arch=xxx) support, as well as
switching between x87 and sse2 on 32-bit.  It removes the mallocs, string
copies, and compares from the can_inline_p hook.  It also rewrites the code to
avoid having a global structure as a ggc garbage collection point, which was
causing me some fun earlier today.

-- 
Michael Meissner, AMD
90 Central Street, MS 83-29, Boxborough, MA, 01719, USA
michael.meissner@amd.com

Attachment: gcc-fso-patch04
Description: Text document


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