On Thursday 21 November 2013 17:41:04 Ivanko B wrote: > end:= result; > ================================== > It means one more memory copying opetation which can be quite > expensive in case of large data (dynarrays,..). > Dynarrays are reference counted -> no problem, there will only a pointer be copied. The compiler probably can optimize away the terminating assignment and work with the var pointer directly. Or use a var or out parameter then all is clear.
Martin ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

