diff options
author | johnvg | 2002-02-28 15:41:58 +0000 |
---|---|---|
committer | johnvg | 2002-02-28 15:41:58 +0000 |
commit | 561d7a83d20967598ed1243f37b933c5c995fdcf (patch) | |
tree | 31e20adbeebb90e8741f6cd75ca264ab073b2d1a | |
parent | thunk lift u record selections and 0 arity constructors (diff) |
add UNBOX_UPDATE_FUNCTION_ARGUMENTS
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1037 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | backendC/CleanCompilerSources/codegen_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/codegen_types.h b/backendC/CleanCompilerSources/codegen_types.h index 145d43d..46c488e 100644 --- a/backendC/CleanCompilerSources/codegen_types.h +++ b/backendC/CleanCompilerSources/codegen_types.h @@ -4,6 +4,7 @@ #define BUILD_FREE_NODE_ID_LIST_DURING_PATTER_MATCH 1 /* added 13-4-1999 */ #define TAIL_CALL_MODULO_CONS_OPTIMIZATION 1 #define OPTIMIZE_LAZY_TUPLE_RECURSION 1 +#define UNBOX_UPDATE_FUNCTION_ARGUMENTS 1 #define TAIL_CALL_MODULO_TUPLE_CONS_OPTIMIZATION 0 #undef THUNK_LIFT_SELECTORS |