﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1575	Really bad code generation for parameter arrays set via a function call...	Adrian Pop	Adrian Pop	"This model:
{{{
model Bad
 parameter Real x[10000] = fcall(constants);
end Bad;
}}}
generates really bad code that calls fcall 10000 times and then sets the x for that index."	defect	new	high	Future	Simulation Code Generation				Adrian Pop
