| Version 1 (modified by , 12 years ago) ( diff ) |
|---|
Writing efficient MetaModelica code
In the bootstrapped compiler, together with the extended MetaModelica/Modelica things you can use there are some restrictions:
- avoid
matchcontinueas much as possible and usematchinstead, combined with if (if needed). - write tail recursive functions (if a function calls itself it should do that as last thing in the then part).
Note:
See TracWiki
for help on using the wiki.
