﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1597	Remove DAE.MATRIX	Martin Sjölund	Martin Sjölund	"To have a special case for 2d-arrays seems a bit silly. It's easier to just focus on generating efficient code from nested array-constructors (and then maybe get good code for 3d-arrays). DAE.MATRIX does not really fill any purpose other than making the compiler more complicated than it should be.

To start off the refactoring this would require, start by changing from list<list<tuple<Exp,Boolean>> to list<list<Exp>>,Boolean"	defect	closed	high	Future	New Instantiation		fixed		Martin Sjölund
