﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1552	Optimize algorithm sections whenever possible	Martin Sjölund	Willi Braun	"This should generate an alias-equation x = y
{{{#!mo
model M
  Real x;
  Real y = sqrt(time);
algorithm
  x := y;
end M;
}}}

The only thing we really need to think about is that the causality of the algorithm outputs should never change. It does not mean we cannot optimize them (we inline functions after all)."	defect	assigned	high	Future	Backend				Martin Sjölund Lennart Ochel
