[cvs-nhc98] Introduced even more Sats and resurrected field selectors.

User olaf olaf@sparud.net
Wed, 18 Apr 2001 12:28:36 +0200 (CEST)


olaf: Wed Apr 18 12:28:35 CEST 2001

Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv17577/src/compiler98

Modified Files:
	DbgDataTrans.hs DbgTrans.hs IExtract.hs Remove1_3.hs 
Log Message:
Introduced even more Sats and resurrected field selectors.

The application of a saturated application never had a Sat. Now it has.
If a trusted application is recorded (because the function is suspected), then it has a Sat.

There are now even more SatCs. Filesize grows by ~2%, runtime grows by ~2%.

Corrected implementation of transformed field selectors. The definitions are derived at transformation time and subsequently transformed. Because nhc derives the type of imported selectors from data definitions, these types have to be patched by the transformation. 

Now application of a field selector to a value that does not contain the field is caught correctly in the transformed code.