﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2809	Detect and optimize useless tuple construction	Martin Sjölund	Martin Sjölund	"The following pattern occurs often in the code, and constructs a new tuple (b,c) even though this is costly and not necessary:
{{{#!mo
case (a,(b,c)) then (a,(b,c));
}}}

It should be possible to detect this an optimize it away."	defect	assigned	high	Future	Frontend	trunk			paronsson
