https://bugzilla.novell.com/show_bug.cgi?id=379822
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=379822#c4 --- Comment #4 from Jan Oravec <[EMAIL PROTECTED]> 2008-04-15 11:52:28 MST --- Sorry if the following is obvious, planned or already implemented some other way (this is about second or third time I look at MCS sources): I think that it would benefit if there was something like EmitNoResult(), which would default to Emit() followed by pop. The idea behind this is that the if() condition logic could be replaced by right.EmitNoResult(). Constants could simply emit nothing in this case. This could be later used for more optimizations to not calculate unneeded results and just do side effect stuff - e.g. something like complicated_expression && false would not compute that expression at all, if there are no side effects in the expression itself. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
