The Frost Project
TODO
back to main page
- Add dynamic dispatching code generation facility for full shared
library support.
- Speed up the preprocessor.
- Eliminate dispatchers which contain duplicate code to reduce the
size overhead.
- When there are multiple global dispatchers for one function
(multiple inheritance), use the shortest dispatcher instead of
the first one.
- In the code the term
multi method
is often used
instead of FWVA
. Change it.