aboutsummaryrefslogtreecommitdiff
path: root/frontend/trans.dcl
diff options
context:
space:
mode:
authordiederik2001-10-03 13:16:11 +0000
committerdiederik2001-10-03 13:16:11 +0000
commit9ef123ecacd02492eb6b8cfad72e7b7944d785a7 (patch)
tree7f6f9876022e1e4a88276dc63ec32a0b6e028178 /frontend/trans.dcl
parentreplace 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.dcl2
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)