﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1552	Optimize algorithm sections whenever possible	Martin Sjölund	Martin Sjölund	"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	new	high		Backend				Martin Sjölund Frenkel TUD
