From: simonmar Date: Mon, 28 Jan 2002 17:09:05 +0000 (+0000) Subject: [project @ 2002-01-28 17:09:05 by simonmar] X-Git-Tag: Approximately_9120_patches~245 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8de7cb84a9de88b8d2db923d25b9adbdd6df09fc;hp=8de7cb84a9de88b8d2db923d25b9adbdd6df09fc;p=ghc-hetmet.git [project @ 2002-01-28 17:09:05 by simonmar] Catch up with recent changes in the middle end that changed the assumptions about constructor applications: it is not necessarily the case any more that constructor applications are always saturated in the output from CorePrep. For a non-saturated constructor application there is always a curried worker function that can be called instead. This change updates the byte code generator to use the curried worker when necessary. Also: a couple of micro-optimisations/cleanups. ---