Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!sgi!archer@elysium.SGI.COM From: archer@elysium.SGI.COM (Archer Sully) Newsgroups: comp.sys.sgi Subject: Re: Feedback Optimizer Message-ID: <28788@sgi.SGI.COM> Date: 16 Mar 89 00:53:15 GMT References: <8903151749.AA06746@masig1.ocean.fsu.edu> Sender: daemon@sgi.SGI.COM Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 41 In article <8903151749.AA06746@masig1.ocean.fsu.edu>, mccalpin@MASIG1.OCEAN.FSU.EDU ("John D. McCalpin") writes: > > So, does anyone know what to do with the feedback file created by > 'prof -pixie -feedback feedback_file' to make the compiler/optimizer > use it? The usage message from umerge looks like this: Usage is: umerge infile [-f feedbackfile -t symfile] -o outfile [options...] options are: -g<0-3> -O<0-4> -debug -bbmax n -i file -inline_all -noinline -growth_limit x You can get umerge to use the feedback file by using the followin incantation: cc -O3 -Wm,-f,feedback <.u files> the -Wm passes the list of arguments to umerge. This documented near the end of the cc man page. I'm not sure if it actually works, as I just tried something that uses a completely bogus feedback file, and umerge didn't complain at all. But you never know. Good luck, Archer Sully archer@sgi.com "life is short, and full of stuff" -- Lux Interior --