Long Branches

herndon at umn-cs.UUCP herndon at umn-cs.UUCP
Mon Jan 19 16:21:00 AEST 1987


I've had this problem a few times.  Try invoking the optimizer
on your file.  The optimizer gets the assembly code before the
assembler does, recognizes that the branch is inappropriate
(or something, anyway) and generates an appropriate branch.
  The only problem is that the optimizer adds significant
time to the compilation process.

				Robert Herndon
				...!ihnp4!umn-cs!herndon
				herndon at umn-cs.ARPA



More information about the Comp.lang.c mailing list