Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!MCC.COM!rfg From: rfg@MCC.COM (Ron Guilmette) Newsgroups: gnu.gcc Subject: branch size optimizations Message-ID: <8903231920.AA06019@riunite.aca.mcc.com> Date: 23 Mar 89 19:20:06 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 14 Someone just pointed out to me that for machines which have different types of branch instructions (e.g. short and long) which can be used depending on the branch distance, GCC will often generate the long version even when a short branch would do nicely. Is there any general way for GCC to handle this, or is this type of optimization best left to GAS to handle? // Ron Guilmette - MCC - Experimental (parallel) Systems Kit Project // 3500 West Balcones Center Drive, Austin, TX 78759 - (512)338-3740 // ARPA: rfg@mcc.com // UUCP: {rutgers,uunet,gatech,ames,pyramid}!cs.utexas.edu!pp!rfg