Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!AI.MIT.EDU!rms From: rms@AI.MIT.EDU Newsgroups: gnu.gcc Subject: scheduling Message-ID: <8905031652.AA00212@sugar-bombs.ai.mit.edu> Date: 3 May 89 16:52:02 GMT References: Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 5 In GCC, insns are represented algebraically, so portable optimizations are easy to implement. GAS does not use such representations. So putting scheduling in GAS would require adding entirely new layers of hair, which would slow it down greatly. This is a big reason to put scheduling in GCC, not in GAS.