From z Fri Nov 10 01:24:19 2000
Received: from maguro.epr.com ([198.3.162.27]) by exchange.epr.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
	id WNKAMA4H; Thu, 9 Nov 2000 16:22:35 -0800
Received: from magrathea.epr.com (firewall-user@magrathea.epr.com [198.3.160.1])
	by maguro.epr.com (8.9.3/8.9.3) with ESMTP id QAA10097
	for <sweeks@intertrust.com>; Thu, 9 Nov 2000 16:26:10 -0800 (PST)
Received: (from uucp@localhost) by magrathea.epr.com (8.9.3/8.7.3) id QAA05002 for <sweeks@intertrust.com>; Thu, 9 Nov 2000 16:26:10 -0800 (PST)
Received: from nodnsquery(199.222.69.4) by magrathea.epr.com via smap (V5.5)
	id xma004378; Thu, 9 Nov 00 16:25:16 -0800
Received: from clairv.com (IDENT:root@pc246.edi.nunet.net [199.249.165.246])
	by mail.acm.org (8.9.3/8.9.3) with ESMTP id TAA38818
	for <sweeks@acm.org>; Thu, 9 Nov 2000 19:25:04 -0500
Received: from magrathea.epr.com (firewall-user@magrathea.epr.com [198.3.163.3])
	by clairv.com (8.9.3/8.9.3) with ESMTP id SAA02059
	for <MLton@sourcelight.com>; Thu, 9 Nov 2000 18:25:11 -0600
Received: (from uucp@localhost) by magrathea.epr.com (8.9.3/8.7.3) id QAA04345 for <MLton@sourcelight.com>; Thu, 9 Nov 2000 16:25:09 -0800 (PST)
Received: from unknown(198.3.162.27) by magrathea.epr.com via smap (V5.5)
	id xma003934; Thu, 9 Nov 00 16:24:19 -0800
Received: from eponym.epr.com (eponym.epr.com [10.1.1.123])
	by maguro.epr.com (8.9.3/8.9.3) with ESMTP id QAA10046
	for <MLton@sourcelight.com>; Thu, 9 Nov 2000 16:24:19 -0800 (PST)
Received: (from sweeks@localhost)
	by eponym.epr.com (8.9.3/8.9.3) id QAA01342;
	Thu, 9 Nov 2000 16:24:19 -0800
From: "Stephen Weeks" <sweeks@intertrust.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <14859.16435.168766.775390@eponym.epr.com>
Date: Thu, 9 Nov 2000 16:24:19 -0800 (PST)
To: MLton@sourcelight.com
Reply-to: MLton@sourcelight.com
Cc: MLton@sourcelight.com
Subject: Re: nullary _ffi's
In-Reply-To: <Pine.SOL.3.95.1001109100401.13001B-101000@hoho.cs.cornell.edu>
References: <14857.38051.77023.996789@eponym.epr.com>
	<Pine.SOL.3.95.1001109100401.13001B-101000@hoho.cs.cornell.edu>
X-Mailer: VM 6.71 under 20.4 "Emerald" XEmacs  Lucid
X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
	eponym.sweeks.com
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=3.0 tests=AWL autolearn=no version=2.60


> > Thanks for the patch.  It fixed the problem with the regression failure
> > (cmdline).  Unfortunately, it introduced two new -native regression failures,
> > bytechar and string.  Do you see those failures as well?
> 
> I was able to recreate the failure and narrowed it down to a bug in the
> peephole optimization for signed division by a power of 2.  I'm including
> the updated x86-simplify.fun which should work with the version of the
> native backend that you have.

That fixed it.  Thanks.


