diff options
author | diederik | 2001-10-03 13:16:11 +0000 |
---|---|---|
committer | diederik | 2001-10-03 13:16:11 +0000 |
commit | 9ef123ecacd02492eb6b8cfad72e7b7944d785a7 (patch) | |
tree | 7f6f9876022e1e4a88276dc63ec32a0b6e028178 /frontend/trans.dcl | |
parent | replace uniqueCopy with copyCoercions (diff) |
Reduce memory usage of mark_producer_safe
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@820 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/trans.dcl')
-rw-r--r-- | frontend/trans.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/trans.dcl b/frontend/trans.dcl index 83f968c..48bae42 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -14,7 +14,7 @@ cVarOfMultimatchCase :== -4 analyseGroups :: !{# CommonDefs} !{#{#FunType}} !IndexRange !Int !Int !*{! Group} !*{#FunDef} !*VarHeap !*ExpressionHeap -> (!CleanupInfo, !*{! ConsClasses}, !*{! Group}, !*{#FunDef}, !*VarHeap, !*ExpressionHeap) -transformGroups :: !CleanupInfo !Int !Int !*{! Group} !*{#FunDef} !{!.ConsClasses} !{# CommonDefs} !{# {# FunType} } +transformGroups :: !CleanupInfo !Int !Int !*{! Group} !*{#FunDef} !*{!.ConsClasses} !{# CommonDefs} !{# {# FunType} } !*{#{# CheckedTypeDef}} !ImportedConstructors !*TypeDefInfos !*VarHeap !*TypeHeaps !*ExpressionHeap !Bool -> (!*{! Group}, !*{#FunDef}, !*{#{# CheckedTypeDef}}, !ImportedConstructors, !*VarHeap, !*TypeHeaps, !*ExpressionHeap) |