From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Date: Thu, 16 Jul 1998 23:37:07 +0000 Subject: Re: VIS Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ultralinux@vger.kernel.org "David S. Miller" writes: > (side comment: this *.il inline assembler interface of sunpro is one > of the things I totally think they got wrong and which gcc has a much > superier interface, look at the syntax, it's just gross) The big advantage of the Sun solution is that their templates are schedulable, while this is just impossible with the gcc inline assembly. -Andi