Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
dd472d48
Commit
dd472d48
authored
Aug 21, 2001
by
Vincent Zweije
Browse files
Strip unused arguments to supercompile
parent
ffc26db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/frontend.icl
View file @
dd472d48
...
...
@@ -207,7 +207,9 @@ frontEndInterface opts mod_ident dcl_modules functions_and_macros predef_symbols
= analyseGroups common_defs array_instances main_dcl_module_n (components -*-> "Analyse") fun_defs var_heap expression_heap
-> transformGroups cleanup_info main_dcl_module_n (components -*-> "Transform") fun_defs acc_args common_defs imported_funs dcl_types used_conses_in_dynamics type_def_infos var_heap type_heaps expression_heap
FS_online
-> supercompile common_defs array_instances dcl_mods main_dcl_module_n (components -*-> "Supercompile") fun_defs var_heap expression_heap imported_funs dcl_types used_conses_in_dynamics type_def_infos type_heaps
# (fun_defs,var_heap,expression_heap)
= supercompile dcl_mods main_dcl_module_n fun_defs var_heap expression_heap
-> (components, fun_defs, dcl_types, used_conses_in_dynamics, var_heap, type_heaps, expression_heap)
FS_none
-> (components, fun_defs, dcl_types, used_conses_in_dynamics, var_heap, type_heaps, expression_heap)
// ..VZ
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment