From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11219 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [MUSL] microMIPS32R2 O32 port Date: Fri, 7 Apr 2017 10:19:41 -0400 Message-ID: <20170407141941.GQ17319@brightrain.aerifal.cx> References: <20170406161804.GM17319@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1491574805 5223 195.159.176.226 (7 Apr 2017 14:20:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 7 Apr 2017 14:20:05 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-11234-gllmg-musl=m.gmane.org@lists.openwall.com Fri Apr 07 16:20:00 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1cwUjw-000058-6e for gllmg-musl@m.gmane.org; Fri, 07 Apr 2017 16:19:52 +0200 Original-Received: (qmail 3683 invoked by uid 550); 7 Apr 2017 14:19:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3659 invoked from network); 7 Apr 2017 14:19:54 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:11219 Archived-At: On Fri, Apr 07, 2017 at 06:47:57AM +0000, Jaydeep Patil wrote: > Hi Rich, > > microMIPS is an Application Specific Extension (ASE) to MIPS cores. > Both microMIPS and MIPS can co-exist. MIPS code can call microMIPS > and vice-versa. microMIPS is a compressed ISA and contains both 16 > and 32-bit instructions for code size benefit. In that case I'm confused what the benefit of compiling the asm files as micromips rather than plain mips is. Is it just to save 10 bytes here and there? Rich