From z Mon Dec 04 22:33:04 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 WNKA3DJQ; Mon, 4 Dec 2000 13:30:50 -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 NAA01805
	for <sweeks@intertrust.com>; Mon, 4 Dec 2000 13:34:45 -0800 (PST)
Received: (from uucp@localhost) by magrathea.epr.com (8.9.3/8.7.3) id NAA29728 for <sweeks@intertrust.com>; Mon, 4 Dec 2000 13:34:44 -0800 (PST)
Received: from nodnsquery(199.222.69.4) by magrathea.epr.com via smap (V5.5)
	id xma029256; Mon, 4 Dec 00 13:33:54 -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 QAA50254
	for <sweeks@acm.org>; Mon, 4 Dec 2000 16:33:48 -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 PAA00940
	for <MLton@sourcelight.com>; Mon, 4 Dec 2000 15:33:45 -0600
Received: (from uucp@localhost) by magrathea.epr.com (8.9.3/8.7.3) id NAA29129 for <MLton@sourcelight.com>; Mon, 4 Dec 2000 13:33:44 -0800 (PST)
Received: from unknown(198.3.162.27) by magrathea.epr.com via smap (V5.5)
	id xma028690; Mon, 4 Dec 00 13:33:06 -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 NAA01781
	for <MLton@sourcelight.com>; Mon, 4 Dec 2000 13:33:04 -0800 (PST)
Received: (from sweeks@localhost)
	by eponym.epr.com (8.9.3/8.9.3) id NAA23423;
	Mon, 4 Dec 2000 13:33:04 -0800
From: "Stephen Weeks" <sweeks@intertrust.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <14892.3472.431446.162924@eponym.epr.com>
Date: Mon, 4 Dec 2000 13:33:04 -0800 (PST)
To: MLton@sourcelight.com
Reply-to: MLton@sourcelight.com
Subject: jump tables and cases
In-Reply-To: <14891.56797.721593.839412@eponym.epr.com>
References: <Pine.SOL.3.95.1001204025104.7494A-100000@hoho.cs.cornell.edu>
	<14891.56797.721593.839412@eponym.epr.com>
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


> > Were the changes to preserve big integer case statements ever added to
> > MLton?
> 
> Yes.  Although I'm not sure they're getting used.  It's near the top of my todo
> list to look into mlyacc and make sure they are.

I just checked and the integer switches are making it all the way to the
generated C code, so it appears to be working correctly.


