--* From SMWATT%WATSON.vnet.ibm.com@yktvmh.watson.ibm.com  Sun Mar 20 20:26:28 1994
--* Received: from yktvmh.watson.ibm.com by leonardo.watson.ibm.com (AIX 3.2/UCB 5.64/920123)
--*           id AA18598; Sun, 20 Mar 1994 20:26:28 -0500
--* Received: from watson.vnet.ibm.com by yktvmh.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 3318; Sun, 20 Mar 94 20:27:46 EST
--* Received: from YKTVMH by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SMWATT.NOTE.VAGENT2.8019.Mar.20.20:27:45.-0500>
--*           for asbugs@watson; Sun, 20 Mar 94 20:27:46 -0500
--* Received: from YKTVMH by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id 8017; Sun, 20 Mar 1994 20:27:45 EST
--* Received: from cyst.watson.ibm.com by yktvmh.watson.ibm.com (IBM VM SMTP V2R3)
--*    with TCP; Sun, 20 Mar 94 20:27:44 EST
--* Received: from spadserv.watson.ibm.com by cyst.watson.ibm.com (AIX 3.2/UCB 5.64/900528)
--*   id AA177032; Sun, 20 Mar 1994 20:26:34 -0500
--* Received: by spadserv.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA15493; Sun, 20 Mar 1994 20:23:21 -0500
--* Date: Sun, 20 Mar 1994 20:23:21 -0500
--* From: smwatt@spadserv.watson.ibm.com (Stephen Watt)
--* X-External-Networks: yes
--* Message-Id: <9403210123.AA15493@spadserv.watson.ibm.com>
--* To: asbugs@watson.ibm.com
--* Subject: [4] bug not fixed -- still takes the same time, which is too long [/dev/null][current]

--@ Fixed  by:  SSD   Thu May 11 09:46:12 EDT 1995 
--@ Tested by:  none 
--@ Summary:    The file now compiles in ~2 sec. 


--+ From root Sun Mar 20 20:16:32 1994
--+ Received: from leonardo.watson.ibm.com by spadserv.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--+           id AA24412; Sun, 20 Mar 1994 20:16:32 -0500
--+ Received: by leonardo.watson.ibm.com (AIX 3.2/UCB 5.64/920123)
--+           id AA18579; Sun, 20 Mar 1994 20:19:34 -0500
--+ Date: Sun, 20 Mar 1994 20:19:34 -0500
--+ From: asbugs@leonardo.watson.ibm.com
--+ X-External-Networks: yes
--+ Message-Id: <9403210119.AA18579@leonardo.watson.ibm.com>
--+ To: smwatt@spadserv.watson.ibm.com
--+ Subject: A# fix notification
--+ Status: R
--+
--+
--+ The following A# bug you reported has been fixed.
--+
--+ ./fixes/fix451.as
--+
--+ --* Subject: Tiny file takes an eternity to compile. [eternity.as][v31.1]
--+
--+ --@ Fixed  by:  PI   Sun Mar 20 20:19:33 EST 1994
--+ --@ Tested by:  none
--+ --@ Summary:    no more a bug. TNow it takes about 4sec., also with opt. on
--+
--+
--+ --+ time asharp -v eternity.as
--+ --+ A# version 31.2 for AIX RS/6000 (debug version)
--+ --+ 	      ld in sc sy li pa ma ab ck sb ti gf of pb pl pc po mi
--+ --+  Time   3.8s   0 .7 .2  1 .2 .5 .2  0  0 .2 94 .7  0 .5  0  0  0 .2 %
--+ --+  Alloc 3403K   0 .2 .2 .0 .3 .2 .3 .0 .0 .3 97 .5 .0 .1  0 .0 .0 .0 %
--+ --+  Free  1082K   0 .0 .0 .0  1 .0 .8 .0 .0 .1 94 .4 .1 .5  0 .0  0  1 %
--+ --+  Store 2355K : 3439K alloc - 1083K free - 0K gc  (2524K pool)
--+ --+  Source 119L : 1874 lines per minute
--+ --+ 3.91u 0.7s 0:16 24% 1029+1787k 0+0io 9pf+0w
--+ #include "aslib.as"
--+ import from SingleInteger
--+
--+ R ==> Record(a: SingleInteger, b: SingleInteger)
--+ import from R
--+ p: List R := [[1,0],[0,1]]
--+
--+
 
