From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: reducing Elks code size... Date: 22 Feb 2003 18:23:38 +0000 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1045938217.5034.11.camel@irongate.swansea.linux.org.uk> References: <200302212242.00571.a.martone@retepnet.it> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200302212242.00571.a.martone@retepnet.it> List-Id: Content-Type: text/plain; charset="us-ascii" To: a.martone@retepnet.it Cc: linux-8086@vger.kernel.org On Fri, 2003-02-21 at 22:10, Alfonso wrote: > This file: > > elks/arch/i86/286pmode/irq.s > > may be reduced to save 564 bytes (!!) of code. This is not a massive > optimization process. It just saves space by pushing a value on the 564 bytes is 1% of the size of the program. Thats a big deal. Neat stuff Alan