welcome
documentation
resources
contribute
blogs
download
Sign in
wish# 1025 Redesign organizations of ECFs
Submitter:
javier
Category:
Other
Date:
2015/08/26
Number:
1025
Status:
Open
Synopsis:
Redesign organizations of ECFs
Description
Make base.ecf rely on smaller ecf's (kernel.ecf, structures.ecf, support.ecf) so that these smaller dependancies can be compiled in only if needs be. It would be good if ANY could be optimized so that it doesn't have any references to io (or print) or mismatch information (only needed when storable is employed) as these bring in a lot of overhead when compiling a simple system. The smaller ecf could also link in with the object files of the runtime to avoid linking against a monolithic runtime (cecil, storable, etc) when you only want to print ("Hello World"). Cons: Unused features are already eliminated in the dead code removal step when finalizing a system.
Go to wish list
Interactions